[jboss-cvs] JBossAS SVN: r60824 - branches/Branch_AOP_1_5/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 23 07:03:53 EST 2007


Author: kabir.khan at jboss.com
Date: 2007-02-23 07:03:53 -0500 (Fri, 23 Feb 2007)
New Revision: 60824

Modified:
   branches/Branch_AOP_1_5/aop/build.xml
Log:
Get ready for 1.5.4.SP2

Modified: branches/Branch_AOP_1_5/aop/build.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/build.xml	2007-02-23 11:02:59 UTC (rev 60823)
+++ branches/Branch_AOP_1_5/aop/build.xml	2007-02-23 12:03:53 UTC (rev 60824)
@@ -57,7 +57,7 @@
     -->
 
    <target name="configure" unless="configure.disable">
-      <property name="aop.version" value="jboss-aop-1.5.4.SP1"/>
+      <property name="aop.version" value="jboss-aop-1.5.4.SP2"/>
       <property name="aop.title" value="JBoss AOP Framework"/>
 
       <!-- =================== -->
@@ -67,7 +67,7 @@
       <!-- Module name(s) & version -->
       <property name="module.name" value="aop"/>
       <property name="module.Name" value="JBoss AOP"/>
-      <property name="module.version" value="jboss-aop-1.5.4.SP1"/>
+      <property name="module.version" value="jboss-aop-1.5.4.SP2"/>
 
       <!-- ========= -->
       <!-- Libraries -->
@@ -540,7 +540,7 @@
             <exclude name="src/**/CVS/**"/>
          </zipfileset>
          <zipfileset file="src/build.xml" prefix="${aop.version}"/>
-			<zipfileset file ="${source.etc}/jbossorg-eula.txt"/>      	
+			<zipfileset file ="${source.etc}/jbossorg-eula.txt"/>
       </zip>
    </target>
 
@@ -687,7 +687,7 @@
          </classpath>
          <arg value="${build.bootclasspath}"/>
       </java>
-      
+
       <antcall  target="_run-bootclasspath-test" inheritRefs="true">
          <param name="test" value="${test}"/>
          <param name="caller" value="bootclasspath-tests"/>
@@ -1418,7 +1418,7 @@
          <test todir="${report.dir}" name="org.jboss.test.aop.jdk15.AOPTester"/>
          <test todir="${report.dir}" name="org.jboss.test.aop.jdk15.annotated.AnnotatedTestCase"/>
       </junit>
-   	
+
       <aopc compilerclasspathref="aop.task.classpath">
          <classpath refid="aop.task.classpath"/>
          <classpath path="${build.tests.classes}"/>
@@ -1458,7 +1458,7 @@
          <formatter usefile="true" type="xml" extension="-jdk15-precompiled-tests.xml"/>
          <test todir="${report.dir}" name="org.jboss.test.aop.jdk15.regression.jbaop316annotationsinwrapperonly.AnnotationsInWrapperMethodOnlyTestCase" />
       </junit>
-   	
+
       <mkdir dir="${build.tests.classes}/org/jboss/test/aop/jdk15/dynamic/common/scenario"/>
         <!-- process jdk15/dynamic/common/scenario with prepareAll jboss-aop.xml file -->
       <unjar src="${build.tests.classes}/org/jboss/test/aop/jdk15/dynamic/common/scenario.jar"




More information about the jboss-cvs-commits mailing list