|
From: <mba...@us...> - 2006-12-27 13:48:13
|
Revision: 1737
http://svn.sourceforge.net/rubyeclipse/?rev=1737&view=rev
Author: mbarchfe
Date: 2006-12-27 05:48:12 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
update include file list for bin and source builds
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-27 13:47:44 UTC (rev 1736)
+++ trunk/org.rubypeople.rdt.doc.user/build.xml 2006-12-27 13:48:12 UTC (rev 1737)
@@ -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/,META-INF/" excludes="build.xml" />
+ <fileset dir="${basedir}" includes="plugin.xml,toc.xml,plugin.properties,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,META-INF/"/>
+ <fileset dir="${basedir}" includes="docbook.xml,buildDocbook.xml,customizationLayer.xsl"/>
</copy>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|