|
From: <caw...@us...> - 2006-12-21 20:36:18
|
Revision: 1723
http://svn.sourceforge.net/rubyeclipse/?rev=1723&view=rev
Author: cawilliams
Date: 2006-12-21 12:36:17 -0800 (Thu, 21 Dec 2006)
Log Message:
-----------
include the manifest in the jar/zips
Modified Paths:
--------------
trunk/org.rubypeople.rdt.doc.user/build.xml
Modified: trunk/org.rubypeople.rdt.doc.user/build.xml
===================================================================
--- trunk/org.rubypeople.rdt.doc.user/build.xml 2006-12-21 19:32:55 UTC (rev 1722)
+++ trunk/org.rubypeople.rdt.doc.user/build.xml 2006-12-21 20:36:17 UTC (rev 1723)
@@ -54,7 +54,7 @@
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.rubypeople.rdt.doc.user_${featureVersion}"/>
<copy todir="${destination.temp.folder}/org.rubypeople.rdt.doc.user_${featureVersion}" failonerror="true">
- <fileset dir="${basedir}" includes="plugin.xml,toc.xml,html/,images/" excludes="build.xml" />
+ <fileset dir="${basedir}" includes="plugin.xml,toc.xml,html/,images/,META-INF/" excludes="build.xml" />
</copy>
</target>
@@ -63,7 +63,7 @@
<target name="gather.sources" depends="init" if="destination.temp.folder">
<copy todir="${destination.temp.folder}/org.rubypeople.rdt.doc.user_${featureVersion}" failonerror="false">
- <fileset dir="${basedir}" includes="docbook.xml,plugin.xml" />
+ <fileset dir="${basedir}" includes="docbook.xml,plugin.xml,META-INF/"/>
</copy>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|