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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 17 20:26:50 EST 2007


Author: kabir.khan at jboss.com
Date: 2007-01-17 20:26:50 -0500 (Wed, 17 Jan 2007)
New Revision: 59734

Modified:
   branches/Branch_AOP_1_5/aop/build.xml
Log:
[JBAOP-302] Add jbossorg-eula.txt

Modified: branches/Branch_AOP_1_5/aop/build.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/build.xml	2007-01-18 01:19:04 UTC (rev 59733)
+++ branches/Branch_AOP_1_5/aop/build.xml	2007-01-18 01:26:50 UTC (rev 59734)
@@ -337,6 +337,7 @@
             <include name="org/jboss/aspects/**"/>
          </fileset>
          <fileset file="docs/jboss-aop_1_0.dtd"/>
+      	<fileset file ="${source.etc}/jbossorg-eula.txt"/>
       </jar>
 
       <jar jarfile="${build.lib}/jdk14-pluggable-instrumentor.jar"
@@ -345,6 +346,7 @@
             <!-- Include everything else -->
             <include name="org/jboss/aop/hook/JDK14*.class"/>
          </fileset>
+        	<fileset file ="${source.etc}/jbossorg-eula.txt"/>
       </jar>
 
       <!-- Update the build marker to allow bypassing -->
@@ -361,7 +363,7 @@
             <include name="org/jboss/aop/hook/JRockitPluggableClassPreProcessor.class"/>
             <include name="org/jboss/aop/hook/JDK14*.class"/>
          </fileset>
-
+        	<fileset file ="${source.etc}/jbossorg-eula.txt"/>
       </jar>
    </target>
 
@@ -406,6 +408,7 @@
             <exclude name="org/jboss/aop/standalone/PluggableInstrumentor.class"/>
          </fileset>
          <fileset file="docs/jboss-aop_1_0.dtd"/>
+        	<fileset file ="${source.etc}/jbossorg-eula.txt"/>
       </jar>
       <jar jarfile="${build.lib}/pluggable-instrumentor.jar"
          manifest="${build.etc}/pluggable-instrumentor.mf">
@@ -413,6 +416,7 @@
             <!-- Include everything else -->
             <include name="org/jboss/aop/standalone/PluggableInstrumentor.class"/>
          </fileset>
+        	<fileset file ="${source.etc}/jbossorg-eula.txt"/>
       </jar>
       <!-- Build the jboss-aop-jdk50-client.jar needed for EJB 3-->
       <jar jarfile="${build.lib}/jboss-aop-jdk50-client.jar"
@@ -459,6 +463,7 @@
             <include name="org/jboss/aop/*.class"/>
          </fileset>
          <fileset file="docs/jboss-aop_1_0.dtd"/>-->
+        	<fileset file ="${source.etc}/jbossorg-eula.txt"/>
       </jar>
    </target>
 
@@ -534,6 +539,7 @@
             <exclude name="src/**/CVS/**"/>
          </zipfileset>
          <zipfileset file="src/build.xml" prefix="${aop.version}"/>
+			<zipfileset file ="${source.etc}/jbossorg-eula.txt"/>      	
       </zip>
    </target>
 




More information about the jboss-cvs-commits mailing list