Author: hibou
Date: Wed Jun 18 08:14:44 2008
New Revision: 669201
URL: http://svn.apache.org/viewvc?rev=669201&view=rev
Log:
Add the new files to the source distribution
Modified:
ant/ivy/ivyde/trunk/build.xml
Modified: ant/ivy/ivyde/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=669201&r1=669200&r2=669201&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Wed Jun 18 08:14:44 2008
@@ -136,6 +136,12 @@
<include name="build.xml" />
<include name="build.properties" />
<include name="builder/**" />
+ <include name="org.apache.ivy.feature/build.properties" />
+ <include name="org.apache.ivy.feature/feature.properties" />
+ <include name="org.apache.ivy.feature/feature.xml" />
+ <include name="org.apache.ivy.feature/LICENSE" />
+ <include name="org.apache.ivy.feature/NOTICE" />
+ <include name="org.apache.ivy.feature/.project"/>
<include name="org.apache.ivyde.eclipse/plugin.xml"/>
<include name="org.apache.ivyde.eclipse/build.properties"/>
<include name="org.apache.ivyde.eclipse/**/*.java"/>
@@ -146,10 +152,13 @@
<include name="org.apache.ivyde.eclipse/.classpath"/>
<include name="org.apache.ivyde.eclipse/.settings/**"/>
<include name="org.apache.ivyde.feature/feature.xml"/>
+ <include name="org.apache.ivyde.feature/feature.properties" />
<include name="org.apache.ivyde.feature/build.properties"/>
<include name="org.apache.ivyde.feature/.project"/>
<include name="org.apache.ivyde.feature/LICENCE"/>
<include name="org.apache.ivyde.feature/NOTICE"/>
+ <include name="signArtifacts.sh"/>
+ <include name="verifyArtifacts.sh"/>
</fileset>
</zip>
</target>