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
70010bd0
Commit
70010bd0
authored
Dec 07, 2015
by
edepuiff
Browse files
changes
parent
2c09fc3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Lexique_to_Opale/build.properties
View file @
70010bd0
...
...
@@ -2,4 +2,4 @@ libdir=${basedir}/lib
rngdir
=
${basedir}/rng
xsldir
=
${basedir}/xsl
srcdir
=
${basedir}/in
outdir
=
${basedir}/out
\ No newline at end of file
outdir
=
${basedir}/out
Lexique_to_Opale/lexique_to_opale.ant
View file @
70010bd0
...
...
@@ -3,8 +3,9 @@
<property
file=
"build.properties"
/>
<property
name=
"InputPath"
value=
""
/>
<property
name=
"OutputPath"
value=
""
/>
<property
name=
"InputPath"
value=
"test.zip"
/>
<property
name=
"OutputPath"
value=
"result.zip"
/>
<taskdef
name=
"jing"
classname=
"com.thaiopensource.relaxng.util.JingTask"
>
<classpath>
...
...
Lexique_to_Opale/run.sh
View file @
70010bd0
#!/bin/sh
lib
=
"lib"
ant
=
"lexique_to_opale.ant"
ant
=
"
test_
lexique_to_opale.ant"
antparam
=
"-Dprogram.param=
$1
"
#Recherche de java et controle que se soit une version SUN
...
...
Write
Preview
Markdown
is supported
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