Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MAS
SDT
Commits
aee1b448
Commit
aee1b448
authored
Apr 27, 2015
by
Andreas Kraft
Browse files
Fixed superflous generation of gen directory on top level
parent
b500454f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
SDT/schema/build.xml
SDT/schema/build.xml
+4
-3
SDT/schema/etc/common.xml
SDT/schema/etc/common.xml
+1
-1
SDT/schema/etc/properties.xml
SDT/schema/etc/properties.xml
+2
-2
No files found.
SDT/schema/build.xml
View file @
aee1b448
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<!-- - generate HTML documentation from DAL documents -->
<!-- - generate HTML documentation from DAL documents -->
<project
name=
"importing"
basedir=
"."
default=
"schemas"
>
<project
name=
"importing"
basedir=
"."
default=
"schemas"
>
<import
file=
"
../../
etc/common.xml"
/>
<import
file=
"etc/common.xml"
/>
<!-- Read the namespace declarations from a file (to get linebreaks) - - - -->
<!-- Read the namespace declarations from a file (to get linebreaks) - - - -->
...
@@ -30,9 +30,10 @@
...
@@ -30,9 +30,10 @@
<!-- xml-apis.jar and xercesImpl.jar in the Ant lib directory. -->
<!-- xml-apis.jar and xercesImpl.jar in the Ant lib directory. -->
<target
name=
"html"
>
<target
name=
"html"
>
<xslt
basedir=
"${basedir}/test"
destdir=
"${basedir}/html"
<mkdir
dir=
"${path.genbase}"
/>
<xslt
basedir=
"${basedir}/test"
destdir=
"${basedir}/gen/html"
style=
"${basedir}/style/html.xsl"
>
style=
"${basedir}/style/html.xsl"
>
<param
name=
"destdir"
expression=
"${basedir}/html"
/>
<param
name=
"destdir"
expression=
"${basedir}/
gen/
html"
/>
<sysproperty
<sysproperty
key=
"org.apache.xerces.xni.parser.XMLParserConfiguration"
key=
"org.apache.xerces.xni.parser.XMLParserConfiguration"
value=
"org.apache.xerces.parsers.XIncludeParserConfiguration"
/>
value=
"org.apache.xerces.parsers.XIncludeParserConfiguration"
/>
...
...
SDT/schema/etc/common.xml
View file @
aee1b448
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
-->
-->
<property
name=
"path.libs"
location=
"${basedir}/
../../
lib
s
"
/>
<property
name=
"path.libs"
location=
"${basedir}/lib"
/>
<!-- Load various tasks -->
<!-- Load various tasks -->
<import
file=
"anttasks.xml"
/>
<import
file=
"anttasks.xml"
/>
...
...
SDT/schema/etc/properties.xml
View file @
aee1b448
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
select=
"\1"
/>
select=
"\1"
/>
<!-- A couple of constants -->
<!-- A couple of constants -->
<property
name=
"path.base"
location=
"${basedir}
/../..
"
/>
<property
name=
"path.base"
location=
"${basedir}"
/>
<property
name=
"path.libs"
location=
"${path.base}/libs"
/>
<property
name=
"path.libs"
location=
"${path.base}/libs"
/>
<property
name=
"path.etc"
location=
"${path.base}/etc"
/>
<property
name=
"path.etc"
location=
"${path.base}/etc"
/>
<property
name=
"path.genbase"
location=
"${path.base}/gen"
/>
<property
name=
"path.genbase"
location=
"${path.base}/gen"
/>
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<loadproperties
srcFile=
"properties"
/>
<loadproperties
srcFile=
"properties"
/>
<!-- Load project specific properties from local properties file -->
<!-- Load project specific properties from local properties file -->
<loadproperties
srcFile=
"
../../
etc/default.properties"
/>
<loadproperties
srcFile=
"etc/default.properties"
/>
<!-- Set the start loglevel -->
<!-- Set the start loglevel -->
<setloglevel
level=
"${loglevel}"
/>
<setloglevel
level=
"${loglevel}"
/>
...
...
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