You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2006/11/15 01:15:03 UTC

svn commit: r475082 - /incubator/abdera/java/branches/0.2.0-incubating/build/build.xml

Author: jmsnell
Date: Tue Nov 14 16:15:02 2006
New Revision: 475082

URL: http://svn.apache.org/viewvc?view=rev&rev=475082
Log:
We don't need to ship all of the jars

Modified:
    incubator/abdera/java/branches/0.2.0-incubating/build/build.xml

Modified: incubator/abdera/java/branches/0.2.0-incubating/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.0-incubating/build/build.xml?view=diff&rev=475082&r1=475081&r2=475082
==============================================================================
--- incubator/abdera/java/branches/0.2.0-incubating/build/build.xml (original)
+++ incubator/abdera/java/branches/0.2.0-incubating/build/build.xml Tue Nov 14 16:15:02 2006
@@ -450,6 +450,10 @@
         <exclude name="**/legal/retroweaver-LICENSE.txt" />
         <exclude name="**/json/*" />
         <exclude name="**/*.retro.jar" />
+        <exclude name="**/bcprov*.jar" />
+        <exclude name="**/geronimo-servlet*.jar" />
+        <exclude name="**/jetty*.jar" />
+        <exclude name="**/junit*.jar" />
         <exclude name="**/retroweaver-rt-1.2.3.jar" />
       </fileset>
       <fileset dir="${docs}" includes="**/*" />
@@ -473,6 +477,10 @@
         <include name="**/legal/*" />
         <exclude name="**/json/*" />
         <exclude name="**/*.${version}.jar" />
+        <exclude name="**/bcprov*.jar" />
+        <exclude name="**/geronimo-servlet*.jar" />
+        <exclude name="**/jetty*.jar" />
+        <exclude name="**/junit*.jar" />
       </fileset>
       <fileset dir="${docs}" includes="**/*" />
       <fileset dir="${basedir}">