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
|
||||
</description>
|
||||
<!-- 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="dist" location="dist"/>
|
||||
<property name="jars" location="trunk/java/jars/functionalj.jar"/>
|
||||
<property name="jars" location="jars/functionalj.jar"/>
|
||||
|
||||
<target name="init">
|
||||
<!-- Create the time stamp -->
|
||||
|
|
@ -36,4 +36,4 @@
|
|||
<delete dir="${build}"/>
|
||||
<delete dir="${dist}"/>
|
||||
</target>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue