[jboss-cvs] JBossAS SVN: r57953 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 31 16:40:29 EST 2006


Author: thomas.diesler at jboss.com
Date: 2006-10-31 16:40:26 -0500 (Tue, 31 Oct 2006)
New Revision: 57953

Modified:
   trunk/build/build-distr.xml
Log:
Add jboss-aop-jdk50-client.jar to client

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-10-31 21:37:07 UTC (rev 57952)
+++ trunk/build/build-distr.xml	2006-10-31 21:40:26 UTC (rev 57953)
@@ -208,6 +208,9 @@
       <fileset dir="${hibernate.annotations.lib}">
         <include name="hibernate-annotations.jar"/>
       </fileset>
+      <fileset dir="${jboss.aop.lib}">
+        <include name="jboss-aop-jdk50-client.jar"/>
+      </fileset>
     </copy>
    </target>
 
@@ -223,24 +226,6 @@
    </target>
 
   <!-- ======== -->
-  <!-- AOP           -->
-  <!-- ======== -->
-
-  <target name="_module-aop-most">
-    <property name="_module.name" value="aop" override="true"/>
-    <property name="_module.output" override="true"
-          value="${project.root}/${_module.name}/output"/>
-
-   <!-- Copy across client jars -->
-    <mkdir dir="${install.client}"/>
-    <copy todir="${install.client}" filtering="no">
-      <fileset dir="${_module.output}/lib">
-        <include name="jboss-aop-jdk50-client.jar"/>
-      </fileset>
-    </copy>
-  </target>
-
-  <!-- ======== -->
   <!-- ASPECTS -->
   <!-- ======== -->
 




More information about the jboss-cvs-commits mailing list