Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
76315f26
Commit
76315f26
authored
Dec 29, 2015
by
Jean Vintache
Browse files
better varnames
parent
d2ba6c0d
Changes
3
Show whitespace changes
Inline
Side-by-side
etherpad_to_lexique/etherpad_to_lexique.ant
View file @
76315f26
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<property
file=
"etherpad_to_lexique.properties"
/>
<property
file=
"etherpad_to_lexique.properties"
/>
<!-- CHECK FOR
WINDOW
S FAMILY
OS
-->
<!-- CHECK FOR
O
S FAMILY -->
<condition
property=
"is_windows"
>
<condition
property=
"is_windows"
>
<os
family=
"windows"
/>
<os
family=
"windows"
/>
</condition>
</condition>
<condition
property=
"is_unix"
>
<condition
property=
"is_unix"
>
<os
family=
"unix"
/>
<os
family=
"unix"
/>
</condition>
</condition>
...
@@ -20,7 +19,7 @@
...
@@ -20,7 +19,7 @@
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.bat"
/>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.bat"
/>
</target>
</target>
<target
name=
"to_hdoc_
sh
"
if=
"${is_unix}"
>
<target
name=
"to_hdoc_
unix
"
if=
"${is_unix}"
>
<delete>
<delete>
<fileset
dir=
"${eth_in}"
>
<fileset
dir=
"${eth_in}"
>
<include
name=
"*.html"
/>
<include
name=
"*.html"
/>
...
@@ -30,7 +29,7 @@
...
@@ -30,7 +29,7 @@
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
</target>
</target>
<target
name=
"to_lex_
sh
"
if=
"${is_unix}"
>
<target
name=
"to_lex_
unix
"
if=
"${is_unix}"
>
<delete>
<delete>
<fileset
dir=
"${lex_in}"
>
<fileset
dir=
"${lex_in}"
>
<include
name=
"*.hdoc"
/>
<include
name=
"*.hdoc"
/>
...
@@ -56,9 +55,9 @@
...
@@ -56,9 +55,9 @@
</target>
</target>
<target
name=
"main"
>
<target
name=
"main"
>
<antcall
target=
"to_hdoc_
sh
"
/>
<antcall
target=
"to_hdoc_
unix
"
/>
<antcall
target=
"to_hdoc_windows"
/>
<antcall
target=
"to_hdoc_windows"
/>
<antcall
target=
"to_lex_
sh
"
/>
<antcall
target=
"to_lex_
unix
"
/>
<antcall
target=
"to_lex_windows"
/>
<antcall
target=
"to_lex_windows"
/>
</target>
</target>
...
...
etherpad_to_opale/etherpad_to_opale.ant
View file @
76315f26
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<property
file=
"etherpad_to_opale.properties"
/>
<property
file=
"etherpad_to_opale.properties"
/>
<!-- CHECK FOR
WINDOW
S FAMILY
OS
-->
<!-- CHECK FOR
O
S FAMILY -->
<condition
property=
"is_windows"
>
<condition
property=
"is_windows"
>
<os
family=
"windows"
/>
<os
family=
"windows"
/>
</condition>
</condition>
<condition
property=
"is_unix"
>
<condition
property=
"is_unix"
>
<os
family=
"unix"
/>
<os
family=
"unix"
/>
</condition>
</condition>
...
@@ -20,7 +19,7 @@
...
@@ -20,7 +19,7 @@
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.bat"
/>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.bat"
/>
</target>
</target>
<target
name=
"to_hdoc_
sh
"
if=
"${is_unix}"
>
<target
name=
"to_hdoc_
unix
"
if=
"${is_unix}"
>
<delete>
<delete>
<fileset
dir=
"${eth_in}"
>
<fileset
dir=
"${eth_in}"
>
<include
name=
"*.html"
/>
<include
name=
"*.html"
/>
...
@@ -30,7 +29,7 @@
...
@@ -30,7 +29,7 @@
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
</target>
</target>
<target
name=
"to_opale_
sh
"
if=
"${is_unix}"
>
<target
name=
"to_opale_
unix
"
if=
"${is_unix}"
>
<delete>
<delete>
<fileset
dir=
"${opa_in}"
>
<fileset
dir=
"${opa_in}"
>
<include
name=
"*.hdoc"
/>
<include
name=
"*.hdoc"
/>
...
@@ -54,9 +53,9 @@
...
@@ -54,9 +53,9 @@
</target>
</target>
<target
name=
"main"
>
<target
name=
"main"
>
<antcall
target=
"to_hdoc_
sh
"
/>
<antcall
target=
"to_hdoc_
unix
"
/>
<antcall
target=
"to_hdoc_windows"
/>
<antcall
target=
"to_hdoc_windows"
/>
<antcall
target=
"to_opale_
sh
"
/>
<antcall
target=
"to_opale_
unix
"
/>
<antcall
target=
"to_opale_windows"
/>
<antcall
target=
"to_opale_windows"
/>
</target>
</target>
...
...
etherpad_to_optim/etherpad_to_optim.ant
View file @
76315f26
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<property
file=
"etherpad_to_optim.properties"
/>
<property
file=
"etherpad_to_optim.properties"
/>
<!-- CHECK FOR
WINDOW
S FAMILY
OS
-->
<!-- CHECK FOR
O
S FAMILY -->
<condition
property=
"is_windows"
>
<condition
property=
"is_windows"
>
<os
family=
"windows"
/>
<os
family=
"windows"
/>
</condition>
</condition>
<condition
property=
"is_unix"
>
<condition
property=
"is_unix"
>
<os
family=
"unix"
/>
<os
family=
"unix"
/>
</condition>
</condition>
...
@@ -20,7 +19,7 @@
...
@@ -20,7 +19,7 @@
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.bat"
/>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.bat"
/>
</target>
</target>
<target
name=
"to_hdoc_
sh
"
if=
"${is_unix}"
>
<target
name=
"to_hdoc_
unix
"
if=
"${is_unix}"
>
<delete>
<delete>
<fileset
dir=
"${eth_in}"
>
<fileset
dir=
"${eth_in}"
>
<include
name=
"*.html"
/>
<include
name=
"*.html"
/>
...
@@ -30,7 +29,7 @@
...
@@ -30,7 +29,7 @@
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
</target>
</target>
<target
name=
"to_optim_
sh
"
if=
"${is_unix}"
>
<target
name=
"to_optim_
unix
"
if=
"${is_unix}"
>
<delete>
<delete>
<fileset
dir=
"${opti_in}"
>
<fileset
dir=
"${opti_in}"
>
<include
name=
"*.hdoc"
/>
<include
name=
"*.hdoc"
/>
...
@@ -54,9 +53,9 @@
...
@@ -54,9 +53,9 @@
</target>
</target>
<target
name=
"main"
>
<target
name=
"main"
>
<antcall
target=
"to_hdoc_
sh
"
/>
<antcall
target=
"to_hdoc_
unix
"
/>
<antcall
target=
"to_hdoc_windows"
/>
<antcall
target=
"to_hdoc_windows"
/>
<antcall
target=
"to_optim_
sh
"
/>
<antcall
target=
"to_optim_
unix
"
/>
<antcall
target=
"to_optim_windows"
/>
<antcall
target=
"to_optim_windows"
/>
</target>
</target>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment