make build.xml work from within the java directory.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@24 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
e938dbda47
commit
17c94a8c5c
|
|
@ -3,10 +3,10 @@
|
||||||
simple build file
|
simple build file
|
||||||
</description>
|
</description>
|
||||||
<!-- set global properties for this build -->
|
<!-- set global properties for this build -->
|
||||||
<property name="src" location="trunk/java/"/>
|
<property name="src" location=""/>
|
||||||
<property name="build" location="out/production/AnalysisTK"/>
|
<property name="build" location="out/production/AnalysisTK"/>
|
||||||
<property name="dist" location="dist"/>
|
<property name="dist" location="dist"/>
|
||||||
<property name="jars" location="trunk/java/jars/functionalj.jar"/>
|
<property name="jars" location="jars/functionalj.jar"/>
|
||||||
|
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<!-- Create the time stamp -->
|
<!-- Create the time stamp -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue