[jboss-cvs] JBossAS SVN: r99989 - in projects/aop/branches/Branch_2_1: asintegration-core/src/etc and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 27 06:52:05 EST 2010


Author: kabir.khan at jboss.com
Date: 2010-01-27 06:52:05 -0500 (Wed, 27 Jan 2010)
New Revision: 99989

Modified:
   projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml
   projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
   projects/aop/branches/Branch_2_1/build/build.xml
   projects/aop/branches/Branch_2_1/pom.xml
Log:
[JBAOP-767] Remove jrockit from build distribution

Modified: projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml
===================================================================
--- projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml	2010-01-27 11:09:26 UTC (rev 99988)
+++ projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml	2010-01-27 11:52:05 UTC (rev 99989)
@@ -304,7 +304,6 @@
       <copy todir="${jboss.bin.dir}" overwrite="true">
          <fileset dir="../../lib">
             <include name="pluggable-instrumentor.jar"/>
-            <include name="jrockit-pluggable-instrumentor.jar"/>
          </fileset>
       </copy>
    </target>

Modified: projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
===================================================================
--- projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml	2010-01-27 11:09:26 UTC (rev 99988)
+++ projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml	2010-01-27 11:52:05 UTC (rev 99989)
@@ -104,7 +104,6 @@
       <copy todir="${jboss.bin.dir}" overwrite="true">
          <fileset dir="../lib">
             <include name="pluggable-instrumentor.jar"/>
-            <include name="jrockit-pluggable-instrumentor.jar"/>
          </fileset>
       </copy>
    </target>

Modified: projects/aop/branches/Branch_2_1/build/build.xml
===================================================================
--- projects/aop/branches/Branch_2_1/build/build.xml	2010-01-27 11:09:26 UTC (rev 99988)
+++ projects/aop/branches/Branch_2_1/build/build.xml	2010-01-27 11:52:05 UTC (rev 99989)
@@ -124,12 +124,10 @@
   <target name="most" depends="maven-build-install"
 	  description="Executes all modules and builds most everything."/>
 
-  <target name="maven-build-install" depends="init, set-jrockit" description="Call maven install">
+  <target name="maven-build-install" depends="init" description="Call maven install">
 
     <property name="build.maven.opts" value=""/>
-    <property name="jrockit.build.param" value=""/>
-    <echo message="jrockit: ${jrockit.build.param}"/>
-    <maven basedir="${basedir}/../" options="${jrockit.build.param} ${build.maven.opts}" 
+    <maven basedir="${basedir}/../" options="${build.maven.opts}" 
         goal="install" resultproperty="maven.install.result"/>
 
     <fail message="Unable to build maven modules.  See maven output for details.">
@@ -141,12 +139,10 @@
     </fail>
   </target>
 
-  <target name="maven-javadoc" depends="init, set-jrockit" description="Generate the maven site">
+  <target name="maven-javadoc" depends="init" description="Generate the maven site">
 
     <property name="build.maven.opts" value=""/>
-    <property name="jrockit.build.param" value=""/>
-    <echo message="jrockit: ${jrockit.build.param}"/>
-    <maven basedir="${basedir}/../" options="${jrockit.build.param} ${build.maven.opts}" 
+    <maven basedir="${basedir}/../" options="${build.maven.opts}" 
         goal="javadoc:javadoc" resultproperty="maven.javadoc.result"/>
 
     <fail message="Unable to complete maven build.  See maven output for details.">
@@ -159,12 +155,11 @@
   </target>
 
   <!-- Clean the maven part of the build -->
-  <target name="maven-build-clean" depends="init, set-jrockit">
+  <target name="maven-build-clean" depends="init">
 
     <property name="build.maven.opts" value=""/>
-    <property name="jrockit.build.param" value=""/>
 
-    <maven basedir="${basedir}/../" options="${jrockit.build.param} ${build.maven.opts}" 
+    <maven basedir="${basedir}/../" options="${build.maven.opts}" 
         goal="clean" resultproperty="maven.clean.result"/>
 
     <fail message="Unable to clean maven modules.  See maven output for details.">
@@ -176,10 +171,6 @@
     </fail>
   </target>
 
-  <target name="set-jrockit" depends="init" if="jrockit.home">
-    <property name="jrockit.build.param" value="-Djrockit.home=${jrockit.home}"/>
-  </target>
-
   <!-- TODO: Maybe this can be set up to control offline maven builds. -->
   <target name="check.inhibit.downloads">
     <condition property="inhibit.downloads">
@@ -316,7 +307,6 @@
         <include name="asintegration-jmx/src/"/>
         <include name="asintegration-mc/src/"/>
         <include name="aspects/src/"/>
-        <include name="jrockit-pluggable-instrumentor/src/"/>
         <include name="pluggable-instrumentor/src"/>
         <exclude name="**/target/**"/>
         <exclude name="**/output/**"/>
@@ -333,7 +323,6 @@
     <property name="aop.asintegration-core.location" value="${project.root}/asintegration-core/target/jboss-aop-asintegration-core.jar"/>
     <property name="aop.asintegration-jmx.location" value="${project.root}/asintegration-jmx/target/jboss-aop-asintegration-jmx.jar"/>
     <property name="aop.asintegration-mc.location" value="${project.root}/asintegration-mc/target/jboss-aop-asintegration-mc.jar"/>
-    <property name="aop.jrockit-pluggable-instrumentor.location" value="${project.root}/jrockit-pluggable-instrumentor/target/jrockit-pluggable-instrumentor.jar"/>
     <property name="aop.pluggable-instrumentor.location" value="${project.root}/pluggable-instrumentor/target/pluggable-instrumentor.jar"/>
     <property name="aop.readme-as4.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS4.txt"/>
     <property name="aop.readme-as5.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS5.txt"/>
@@ -347,7 +336,6 @@
     <copy todir="${project.release}/lib" file="${aop.50.single.location}"/>
     <copy todir="${project.release}/lib" file="${project.root}/aop/target/lib/jboss-aop-client.jar"/>
     <copy todir="${project.release}/lib" file="${aop.aspect-library50.location}"/>
-    <copy todir="${project.release}/lib" file="${aop.jrockit-pluggable-instrumentor.location}"/>
     <copy todir="${project.release}/lib" file="${aop.pluggable-instrumentor.location}"/>
     <copy tofile="${project.release}/lib/javassist.jar" file="${javassist:javassist:jar}"/>
     <copy tofile="${project.release}/lib/jboss-common-core.jar" file="${org.jboss:jboss-common-core:jar}"/>
@@ -393,7 +381,6 @@
     <copy tofile="${project.release}/jboss-50-install/lib/trove.jar" file="${trove:trove:jar}"/>
     <copy todir="${project.release}/jboss-50-install/jboss-aop-jboss5.deployer/" file="${aop.aspect-library50.location}"/>
     <copy todir="${project.release}/jboss-50-install/jboss-aop-jboss5.deployer/" file="${aop.pluggable-instrumentor.location}"/>
-    <copy todir="${project.release}/jboss-50-install/jboss-aop-jboss5.deployer/" file="${aop.jrockit-pluggable-instrumentor.location}"/>
 
     <!-- Copy aophelper to the dist -->
     <mkdir dir="${project.release}/aophelper"/>
@@ -413,7 +400,7 @@
     depends="init"
     description="Builds the default release structure, minus the reference documentation">
 
-    <maven basedir="${basedir}/../aop/docs" options="${jrockit.build.param} ${build.maven.opts}" 
+    <maven basedir="${basedir}/../aop/docs" options="${build.maven.opts}" 
         goal="install" resultproperty="maven.install.result"/>
 
     <mkdir dir="${project.release}/docs/aspect-framework/reference/en"/>

Modified: projects/aop/branches/Branch_2_1/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/pom.xml	2010-01-27 11:09:26 UTC (rev 99988)
+++ projects/aop/branches/Branch_2_1/pom.xml	2010-01-27 11:52:05 UTC (rev 99989)
@@ -183,11 +183,11 @@
         <artifactId>pluggable-instrumentor</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
+      <!--dependency>
         <groupId>org.jboss.aop</groupId>
         <artifactId>jrockit-pluggable-instrumentor</artifactId>
         <version>${project.version}</version>
-      </dependency>
+      </dependency-->
       <dependency>
         <groupId>org.jboss.aop</groupId>
         <artifactId>jboss-aop-asintegration-core</artifactId>




More information about the jboss-cvs-commits mailing list