Skip to content
GitLab
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
fd894157
Commit
fd894157
authored
Dec 07, 2015
by
Jean Vintache
Browse files
fix ant script
parent
23cf37fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
etherpad_to_hdoc/antce/myantce.ant
View file @
fd894157
...
...
@@ -9,6 +9,10 @@
<delete
dir=
"${log}"
failonerror=
"false"
/>
<mkdir
dir=
"${log}"
/>
<!-- Apply Xslt -->
<target
name=
"tranformation"
>
<xslt
in=
"${xsl}/etherpad2hdoc.xsl"
out=
"${out}/etherpad.xml"
style=
"${xsl}/etherpad2hdoc.xsl"
/>
</target>
<!-- Builds Hdoc structure -->
<target
name=
"construct_hdoc"
>
...
...
@@ -36,8 +40,8 @@
<zip
basedir=
"${emplacement_hdoc}"
destfile=
"outputHdoc.hdoc"
/>
</target>
<target
name=
"main"
depends=
"fill_container,zip"
>
<xslt
in=
"${xsl}/etherpad2hdoc.xsl"
out=
"${out}/etherpad.xml"
style=
"${xsl}/etherpad2hdoc.xsl"
/>
<target
name=
"main"
depends=
"
tranformation,
fill_container,zip"
>
</target>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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