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