r9868 - helma/helma/trunk

[email protected] Thu, 10 Sep 2009 16:24:58 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090910142458.1ACDC3D0E3@mia>
Author: hannes
Date: 2009-09-10 16:24:58 +0200 (Thu, 10 Sep 2009)
New Revision: 9868

Modified:
   helma/helma/trunk/build.xml
Log:
Remove rmic task, increase version to 1.7.0-rc3

Details at http://dev.helma.org/trac/helma/changeset/9868

Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml	2009-09-10 14:19:07 UTC (rev 9867)
+++ helma/helma/trunk/build.xml	2009-09-10 14:24:58 UTC (rev 9868)
@@ -8,7 +8,7 @@
     <target name="init">
         <property name="Name" value="helma"/>
         <property name="year" value="1998-${year}"/>
-        <property name="version" value="1.7.0-rc2"/>
+        <property name="version" value="1.7.0-rc3"/>
         <property name="project" value="helma"/>
 
         <property name="home.dir" value="."/>
@@ -112,7 +112,6 @@
             <classpath refid="build.class.path" />
         </javac>
         <delete dir="${build.work}/src"/>
-        <rmic classname="helma.framework.core.RemoteApplication" base="${build.classes}"/>
     </target>