Revision: 5294
          http://jnode.svn.sourceforge.net/jnode/?rev=5294&view=rev
Author:   lsantha
Date:     2009-04-16 20:37:00 +0000 (Thu, 16 Apr 2009)

Log Message:
-----------
Added support for classlib sources.

Modified Paths:
--------------
    trunk/all/build.xml

Added Paths:
-----------
    trunk/all/lib/classlib-src.jar.bz2

Property Changed:
----------------
    trunk/all/lib/

Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2009-04-16 20:36:30 UTC (rev 5293)
+++ trunk/all/build.xml 2009-04-16 20:37:00 UTC (rev 5294)
@@ -46,6 +46,7 @@
        <property name="jnode-mmtk-nogc.jar" 
value="${root.dir}/core/build/classes-plan/org.jnode.vm.memmgr.mmtk.nogc"/>
 
     <property name="classlib.jar" value="${root.dir}/all/lib/classlib.jar"/>
+    <property name="classlib-src.jar" 
value="${root.dir}/all/lib/classlib-src.jar"/>
     <property name="ant.jar" value="${root.dir}/core/lib/ant.jar"/>
     <property name="ant-launcher.jar" 
value="${root.dir}/core/lib/ant-launcher.jar"/>
     <property name="commons-net.jar" 
value="${root.dir}/core/lib/commons-net-1.1.0.jar"/>
@@ -214,6 +215,19 @@
             </exec>
           </then>
         </if>
+        <if>
+          <or>
+              <not>
+                <available file="${classlib-src.jar}" />
+              </not>
+              <uptodate srcfile="${classlib-src.jar}" 
targetfile="${root.dir}/all/lib/classlib-src.jar.bz2"/>
+          </or>
+          <then>
+            <delete file="${classlib-src.jar}"/>
+            <echo message="Creating ${classlib-src.jar}"/>
+            <bunzip2 src="${root.dir}/all/lib/classlib-src.jar.bz2" 
dest="${classlib-src.jar}"/>
+          </then>
+        </if>
         <property name="classlib.stamp" 
value="${root.dir}/all/build/classlib.stamp" />
         <if>
             <or>


Property changes on: trunk/all/lib
___________________________________________________________________
Modified: svn:ignore
   - classlib.jar

   + classlib.jar

classlib-src.jar


Added: trunk/all/lib/classlib-src.jar.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/all/lib/classlib-src.jar.bz2
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to