[jboss-cvs] JBossAS SVN: r62750 - projects/aop/trunk/asintegration.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 2 14:11:40 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-05-02 14:11:40 -0400 (Wed, 02 May 2007)
New Revision: 62750

Modified:
   projects/aop/trunk/asintegration/build.xml
Log:
Update comment

Modified: projects/aop/trunk/asintegration/build.xml
===================================================================
--- projects/aop/trunk/asintegration/build.xml	2007-05-02 18:10:36 UTC (rev 62749)
+++ projects/aop/trunk/asintegration/build.xml	2007-05-02 18:11:40 UTC (rev 62750)
@@ -230,7 +230,7 @@
 
       <mkdir dir="${build.lib}"/>
 
-      <!-- Build jboss-aspect-deployer-jdk50.jar -->
+      <!-- Build jboss-aspect-deployer.jar for jboss 5 -->
       <jar destfile="${build.lib}/jboss-aop-deployer.jar" manifest="${build.etc}/default.mf"
          update="${jar.update}" index="${jar.index}">
          <fileset dir="${build.classes}">
@@ -240,6 +240,7 @@
          </fileset>
       </jar>
    	
+      <!-- Build jboss-aop-as4deployer.jar for Jboss 4 with JDK 5 -->
    	<jar destfile="${build.lib}/jboss-aop-as4-deployer.jar" manifest="${build.etc}/default.mf"
          update="${jar.update}" index="${jar.index}">
          <fileset dir="${build.classes}">
@@ -285,7 +286,7 @@
    <target name="jars14" depends="retrotranslate">
       <mkdir dir="${build.lib}"/>
 
-      <!-- Build jboss-aspect-deployer-jdk50.jar -->
+      <!-- Build jboss-aop-as4deployer.jar for Jboss 4 with JDK 1.4 -->
       <jar destfile="${build.lib}/jboss-aop-as4-deployer-jdk14.jar" manifest="${build.etc}/default.mf"
          update="${jar.update}" index="${jar.index}">
          <fileset dir="${build.classes.retro}">




More information about the jboss-cvs-commits mailing list