OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | fractal-commits List | December 2006 Index

<--  Date Index  --> <--  Thread Index  -->

CVS update of julia/examples/j2me (build.xml)


    Date: Wednesday, December 20, 2006 @ 21:29:12
  Author: seintur
    Path: /cvsroot/fractal/julia/examples/j2me

Modified: build.xml

Partially fixing the j2me build file.
Still some issues to solve.


-----------+
 build.xml |   30 ++++++++++++------------------
 1 files changed, 12 insertions(+), 18 deletions(-)


Index: julia/examples/j2me/build.xml
diff -u julia/examples/j2me/build.xml:1.2 julia/examples/j2me/build.xml:1.3
--- julia/examples/j2me/build.xml:1.2   Thu Feb  5 12:01:47 2004
+++ julia/examples/j2me/build.xml       Wed Dec 20 21:29:12 2006
@@ -30,29 +30,19 @@
   <!-- Building of a path which contains external jars -->
 
   <path id="j2se.classpath">
-    <pathelement path="${asm.path}"/>
-    <pathelement path="${fractal.path}"/>
-    <pathelement path="${julia.path}"/>
-    <fileset dir="${basedir}">
-      <include name="lib/**/*.jar"/>
-    </fileset>
-    <fileset dir="${basedir}/..">
-      <include name="lib/**/*.jar"/>
-    </fileset>
+    <fileset dir="${basedir}" includes="lib/**/*.jar" />
+    <fileset dir="${basedir}/.." includes="lib/**/*.jar" />
+    <fileset dir="${basedir}/../.." includes="lib/**/*.jar" />
+    <fileset dir="${basedir}/../.." includes="externals/**/*.jar" />
     <pathelement location="${build}"/>
     <pathelement location="${build}/j2se"/>
   </path>
 
   <path id="j2me.classpath">
-    <pathelement path="${asm.path}"/>
-    <pathelement path="${fractal.path}"/>
-    <pathelement path="${julia.j2me.path}"/>
-    <fileset dir="${basedir}">
-      <include name="lib/**/*.jar"/>
-    </fileset>
-    <fileset dir="${basedir}/..">
-      <include name="lib/**/*.jar"/>
-    </fileset>
+    <fileset dir="${basedir}" includes="lib/**/*.jar" />
+    <fileset dir="${basedir}/.." includes="lib/**/*.jar" />
+    <fileset dir="${basedir}/../.." includes="lib/**/*.jar" />
+    <fileset dir="${basedir}/../.." includes="externals/**/*.jar" />
     <pathelement location="${build}"/>
     <pathelement location="${build}/j2me"/>
   </path>
@@ -114,4 +104,8 @@
       <jvmarg value="-Djulia.config=julia.cfg,julia-j2me.cfg"/>
     </java>
   </target>
+
+  <target name="clean" description="Clean the example">
+    <delete dir="${build}"/>
+  </target>
 </project>



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.