adding the fixed to HEAD too.
authorJoni Hahkala <joni.hahkala@cern.ch>
Fri, 21 Jan 2005 12:47:13 +0000 (12:47 +0000)
committerJoni Hahkala <joni.hahkala@cern.ch>
Fri, 21 Jan 2005 12:47:13 +0000 (12:47 +0000)
build.xml

index 08473b8..ba4caf3 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -73,7 +73,7 @@
                 Load common targets
             ========================================= -->
        <!-- Put your language target (java/c++-ant/c++-autotool/perl) here -->
-       <import file="${global.targets-common.file}" />
+       <import file="${global.targets-java.file}" />
                
        <!-- =========================================
                 Load version file 
@@ -93,6 +93,8 @@
 
     <target name="localdistbin"/>
 
+    <target name="localcompile"/>
+
     <target name="dist" depends="stage"/>
 
     <target name="stage" depends="envcheck">