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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 3 08:31:01 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-10-03 08:30:59 -0400 (Tue, 03 Oct 2006)
New Revision: 57384

Modified:
   branches/Branch_AOP_1_5/aop/build.xml
Log:
[JBAOP-282] Make release build a bit simpler to use (put everything needed by the aspects module into aop dist jar)

Modified: branches/Branch_AOP_1_5/aop/build.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/build.xml	2006-10-03 12:30:32 UTC (rev 57383)
+++ branches/Branch_AOP_1_5/aop/build.xml	2006-10-03 12:30:59 UTC (rev 57384)
@@ -515,15 +515,21 @@
             <include name="docs/**/*.html"/>
             <include name="docs/**/*.pdf"/>
             <include name="docs/**/*.jpg"/>
+            <include name="docs/**/*.pdf"/>
+            <include name="docs/**/*.css"/>
             <include name="docs/examples/**"/>
             <exclude name="docs/**/CVS/**"/>
             <exclude name="docs/**/*.wiki"/>
          </zipfileset>
          <zipfileset dir="." prefix="${aop.version}">
             <include name="RELEASE_NOTES.txt"/>
+            <include name="src/jdk15/**/*.java"/>
             <include name="src/main/**/*.java"/>
             <include name="src/main/**/*.jjt"/>
+            <include name="src/test/**/*.java"/>
             <include name="src/resources/test/**/*.xml"/>
+            <include name="src/resources/bin/**/*"/>
+            <include name="src/resources/xdoclet/META-INF/*.xml"/>
             <exclude name="src/**/CVS/**"/>
          </zipfileset>
          <zipfileset file="src/build.xml" prefix="${aop.version}"/>




More information about the jboss-cvs-commits mailing list