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
b6a8928d
Commit
b6a8928d
authored
Dec 17, 2015
by
Ivan D'halluin
Browse files
clean hdoc format
parent
89b2ccc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
optim_to_hdoc/lib/container.xml
0 → 100644
View file @
b6a8928d
<?xml version="1.0"?>
<?oxygen RNGSchema="http://scenari.utc.fr/hdoc/schemas/container/hdoc1-container.rng" type="xml" ?>
<container
version=
"1.0"
xmlns=
"urn:utc.fr:ics:hdoc:container"
>
<rootfiles>
<rootfile
full-path=
"content.xml"
media-type=
"text/xml"
/>
</rootfiles>
</container>
\ No newline at end of file
optim_to_hdoc/optim_to_hdoc.ant
View file @
b6a8928d
...
...
@@ -50,7 +50,6 @@
<xslt
basedir=
"${tmp}/internationalisation"
destdir=
"${out}"
style=
"${xsl}/optim_to_hdoc.xsl"
/>
<echo
message=
"Copy ressources files..."
/>
...
...
@@ -65,19 +64,22 @@
</fileset>
</copy>
<!--<for param="folder">
<echo
message=
"Build hdoc format..."
/>
<for
param=
"folder"
>
<path>
<dirset
dir=
"${out}"
includes=
"*"
/>
</path>
<sequential>
<local
name=
"folder_name"
/>
<basename
property=
"folder_name"
file=
"@{folder}"
/>
<copy todir="@{folder}">
<fileset dir="${tmp}/extract">
</fileset>
</copy>
<copy
file=
"${lib}/container.xml"
todir=
"@{folder}/META-INF/"
/>
<first
id=
"first"
>
<fileset
dir=
"@{folder}"
includes=
"*.html"
/>
</first>
<move
file=
"${toString:first}"
tofile=
"@{folder}/content.xml"
/>
</sequential>
</for>
-->
</for>
<echo
message=
"Zip result..."
/>
...
...
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