[jboss-cvs] JBossAS SVN: r99992 - projects/aop/branches/Branch_2_1/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 27 07:24:02 EST 2010


Author: kabir.khan at jboss.com
Date: 2010-01-27 07:24:02 -0500 (Wed, 27 Jan 2010)
New Revision: 99992

Modified:
   projects/aop/branches/Branch_2_1/aop/pom.xml
Log:
[JBAOP-767] Remove jrockit pluggable instrumentor from dist

Modified: projects/aop/branches/Branch_2_1/aop/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/aop/pom.xml	2010-01-27 12:16:32 UTC (rev 99991)
+++ projects/aop/branches/Branch_2_1/aop/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.aop</groupId>
@@ -361,7 +361,7 @@
 
   </dependencies>
   
-  <profiles>
+  <!--profiles>
     <profile>
       <id>jrockit-build</id>
       <activation>
@@ -385,7 +385,9 @@
                 <configuration>
                   <tasks>
                     <echo message="jrockit.home=${jrockit.home}" />
+                    -->
                     <!-- in older versions of jrockit the weaving stuff lives in managementapi.jar, in newer in management-agent.jar -->
+                    <!--
                     <available file="${jrockit.home}/jre/lib/managementapi.jar" property="OLD_JROCKIT" value="managementapi.jar" />
                     <available file="${jrockit.home}/jre/lib/management-agent.jar" property="NEW_JROCKIT" value="rt.jar" />
                     <condition property="JROCKIT_API_AVAILABLE" value="${OLD_JROCKIT}">
@@ -434,7 +436,6 @@
         </plugins>
       </build>
     </profile>
-    
-  </profiles>
+  </profiles-->
   
 </project>




More information about the jboss-cvs-commits mailing list