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
823f8929
Commit
823f8929
authored
Dec 08, 2016
by
Tyrannas
Browse files
adding hdoc_to_neo4j
parent
f1d8bf05
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_neo4j/ant/build.xml
0 → 100644
View file @
823f8929
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"antModule"
default=
"main"
basedir=
"../"
>
<property
name=
"m"
value=
"default"
></property>
<target
name=
"main"
depends=
"preparation"
>
<echo>
On transforme le fichier!!
</echo>
<xslt
basedir=
"./input"
destdir=
"./output"
extension=
".cql"
style=
"./xsl/hdoc_to_neo4j.xslt"
></xslt>
</target>
<target
name=
"preparation"
>
<echo>
On initialise le dossier!
</echo>
<delete
dir=
"./output"
></delete>
<mkdir
dir=
"./output"
></mkdir>
</target>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
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