[jboss-cvs] JBossAS SVN: r62808 - in projects/aop/trunk: build and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 4 09:23:41 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-05-04 09:23:41 -0400 (Fri, 04 May 2007)
New Revision: 62808

Modified:
   projects/aop/trunk/asintegration/build.xml
   projects/aop/trunk/build/build.xml
Log:
[JBAOP-397] Rename the AS 5 deployer jar to what the app server build expects

Modified: projects/aop/trunk/asintegration/build.xml
===================================================================
--- projects/aop/trunk/asintegration/build.xml	2007-05-04 11:44:54 UTC (rev 62807)
+++ projects/aop/trunk/asintegration/build.xml	2007-05-04 13:23:41 UTC (rev 62808)
@@ -229,7 +229,8 @@
       <mkdir dir="${build.lib}"/>
 
       <!-- Build jboss-aspect-deployer.jar for jboss 5 -->
-      <jar destfile="${build.lib}/jboss-aop-deployer.jar" manifest="${build.etc}/default.mf"
+    <!-- TODO I would like to call this  jboss-aop-deployer.jar instead, and update name in appserver trunk -->
+      <jar destfile="${build.lib}/jboss-aop-deployer-jdk50.jar" manifest="${build.etc}/default.mf"
          update="${jar.update}" index="${jar.index}">
          <fileset dir="${build.classes}">
             <!-- Include everything else -->

Modified: projects/aop/trunk/build/build.xml
===================================================================
--- projects/aop/trunk/build/build.xml	2007-05-04 11:44:54 UTC (rev 62807)
+++ projects/aop/trunk/build/build.xml	2007-05-04 13:23:41 UTC (rev 62808)
@@ -288,7 +288,8 @@
       <property name="aop.base-aop.location" value="${project.root}/asintegration/src/etc/base-aop.xml"/>  
       <property name="aop.as4-deployer.location" value="${project.root}/asintegration/output/lib/jboss-aop-as4-deployer.jar"/>
       <property name="aop.as4-deployer-jdk14.location" value="${project.root}/asintegration/output/lib/jboss-aop-as4-deployer-jdk14.jar"/>
-      <property name="aop.as5-deployer.location" value="${project.root}/asintegration/output/lib/jboss-aop-deployer.jar"/>  
+      <!-- TODO I would like to call this  jboss-aop-deployer.jar instead, and update name in appserver trunk -->
+      <property name="aop.as5-deployer.location" value="${project.root}/asintegration/output/lib/jboss-aop-deployer-jdk50.jar"/>  
       <property name="aop.jrockit-pluggable-instrumentor.location" value="${project.root}/aop/output/lib/jrockit-pluggable-instrumentor.jar"/>  
       <property name="aop.pluggable-instrumentor.location" value="${project.root}/aop/output/lib/pluggable-instrumentor.jar"/>  
       <property name="aop.jdk14-pluggable-instrumentor.location" value="${project.root}/aop/output/lib/jdk14-pluggable-instrumentor.jar"/>  




More information about the jboss-cvs-commits mailing list