Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
9c4c97bb
Commit
9c4c97bb
authored
Jan 07, 2016
by
Jean Vintache
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix etherpad-to-opale ant
parent
32eb6299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
9 deletions
+28
-9
etherpad_to_opale/etherpad_to_opale.ant
etherpad_to_opale/etherpad_to_opale.ant
+28
-9
No files found.
etherpad_to_opale/etherpad_to_opale.ant
View file @
9c4c97bb
...
...
@@ -10,7 +10,11 @@
</condition>
<target
name=
"to_hdoc_init"
>
<delete>
</target>
<target
name=
"to_hdoc_windows"
if=
"${is_windows}"
>
<delete>
<fileset
dir=
"${eth_in}"
>
<include
name=
"*.html"
/>
</fileset>
...
...
@@ -19,19 +23,29 @@
<fileset
dir=
"${in}"
>
<include
name=
"*.html"
/>
</fileset>
</copy>
</target>
<target
name=
"to_hdoc_windows"
if=
"${is_windows}"
>
</copy>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.bat"
/>
</target>
<target
name=
"to_hdoc_unix"
if=
"${is_unix}"
>
<delete>
<fileset
dir=
"${eth_in}"
>
<include
name=
"*.html"
/>
</fileset>
</delete>
<copy
todir=
"${eth_in}"
>
<fileset
dir=
"${in}"
>
<include
name=
"*.html"
/>
</fileset>
</copy>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
</target>
<target
name=
"to_opale_init"
>
<delete>
</target>
<target
name=
"to_opale_unix"
if=
"${is_unix}"
>
<delete>
<fileset
dir=
"${opa_in}"
>
<include
name=
"*.hdoc"
/>
</fileset>
...
...
@@ -39,13 +53,18 @@
<copy
todir=
"${opa_in}"
>
<fileset
dir=
"${eth_out}"
/>
</copy>
</target>
<target
name=
"to_opale_unix"
if=
"${is_unix}"
>
<exec
dir=
"../hdoc_to_opale"
executable=
"run.sh"
/>
</target>
<target
name=
"to_opale_windows"
if=
"${is_windows}"
>
<delete>
<fileset
dir=
"${opa_in}"
>
<include
name=
"*.hdoc"
/>
</fileset>
</delete>
<copy
todir=
"${opa_in}"
>
<fileset
dir=
"${eth_out}"
/>
</copy>
<exec
dir=
"../hdoc_to_opale"
executable=
"run.bat"
/>
</target>
...
...
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