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
b6a8928d
Commit
b6a8928d
authored
Dec 17, 2015
by
Ivan D'halluin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean hdoc format
parent
89b2ccc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
optim_to_hdoc/lib/container.xml
optim_to_hdoc/lib/container.xml
+7
-0
optim_to_hdoc/optim_to_hdoc.ant
optim_to_hdoc/optim_to_hdoc.ant
+9
-7
No files found.
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