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
de89d71e
Commit
de89d71e
authored
Dec 21, 2015
by
Drain
Browse files
[Opale2Optim] Fixed attribute full-path in result.hdoc
parent
52e601cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
opale_to_hdoc/opale_to_hdoc.ant
View file @
de89d71e
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<!-- Clean : delete old files -->
<!-- Clean : delete old files -->
<target name="clean">
<target name="clean">
<!-- delete folders -->
<!-- delete folders -->
<delete dir="${UnzipSourcePath}"/>
<
!--
delete dir="${UnzipSourcePath}"/
--
>
<delete dir="${TmpPath}"/>
<
!--
delete dir="${TmpPath}"/
--
>
<delete dir="${HdocPath}"/>
<
!--
delete dir="${HdocPath}"/
--
>
</target>
</target>
<!-- Check if only one xml file -->
<!-- Check if only one xml file -->
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<echoxml file="${HdocPath}/META-INF/container.xml" namespacePolicy="elementsOnly">
<echoxml file="${HdocPath}/META-INF/container.xml" namespacePolicy="elementsOnly">
<container xmlns="urn:utc.fr:ics:hdoc:container" version="1.0">
<container xmlns="urn:utc.fr:ics:hdoc:container" version="1.0">
<rootfiles>
<rootfiles>
<rootfile full-path="${
HdocPath}/${
RacineFile}" media-type="text/xml" />
<rootfile full-path="${RacineFile}" media-type="text/xml" />
</rootfiles>
</rootfiles>
</container>
</container>
</echoxml>
</echoxml>
...
...
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