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/07/18 19:39:08 UTC

svn commit: r423147 - /incubator/abdera/java/branches/0.1.0/build/build.xml

Author: jmsnell
Date: Tue Jul 18 10:39:08 2006
New Revision: 423147

URL: http://svn.apache.org/viewvc?rev=423147&view=rev
Log:
Make sure the source zip doesn't include retroweaver or other build time tools

Modified:
    incubator/abdera/java/branches/0.1.0/build/build.xml

Modified: incubator/abdera/java/branches/0.1.0/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/build/build.xml?rev=423147&r1=423146&r2=423147&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/build/build.xml (original)
+++ incubator/abdera/java/branches/0.1.0/build/build.xml Tue Jul 18 10:39:08 2006
@@ -299,6 +299,7 @@
     <zip destfile="${basedir}/${ant.project.name}.${version}.src.zip">
       <fileset dir="${basedir}">
         <exclude name="dist/**/*" />
+        <exclude name="build/tools/**/*" />
         <exclude name="**/*.jar" />
         <exclude name="**/*.zip" />
         <exclude name="**/.project" />



Re: svn commit: r423147 - /incubator/abdera/java/branches/0.1.0/build/build.xml

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 7/18/06, jmsnell@apache.org <jm...@apache.org> wrote:
> Author: jmsnell
> Date: Tue Jul 18 10:39:08 2006
> New Revision: 423147
>
> URL: http://svn.apache.org/viewvc?rev=423147&view=rev
> Log:
> Make sure the source zip doesn't include retroweaver or other build time tools

I assume this will get merged into the trunk, right?

-garrett