|
From: Scott M S. <st...@us...> - 2004-10-31 14:48:23
|
User: starksm Date: 04/10/31 06:48:13 Modified: . build.xml Log: Get rid of the local javac.target override Revision Changes Path 1.422 +1 -7 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.421 retrieving revision 1.422 diff -u -r1.421 -r1.422 --- build.xml 30 Oct 2004 19:54:11 -0000 1.421 +++ build.xml 31 Oct 2004 14:48:12 -0000 1.422 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.421 2004/10/30 19:54:11 loubyansky Exp $ --> +<!-- $Id: build.xml,v 1.422 2004/10/31 14:48:12 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -191,12 +191,6 @@ <path refid="thirdparty.classpath"/> </path> - <!-- This module is based on Java 1.2 --> - <property name="javac.target" value="1.2"/> - - <!-- RMIC should generate stubs compatible with Java 1.2+ --> - <property name="rmic.stubVersion" value="1.2"/> - <!-- classpath and local.classpath must have a value using with a path --> <property name="classpath" value=""/> <property name="local.classpath" value=""/> |