|
From: <mba...@us...> - 2006-12-28 12:32:23
|
Revision: 1741
http://svn.sourceforge.net/rubyeclipse/?rev=1741&view=rev
Author: mbarchfe
Date: 2006-12-28 04:32:18 -0800 (Thu, 28 Dec 2006)
Log Message:
-----------
added ant jars since they are not available on the server's classpath
Modified Paths:
--------------
trunk/org.rubypeople.rdt.doc.user/build.xml
trunk/org.rubypeople.rdt.doc.user/buildDocbook.xml
Added Paths:
-----------
trunk/org.rubypeople.rdt.doc.user/lib/ant-launcher.jar
trunk/org.rubypeople.rdt.doc.user/lib/ant-trax.jar
trunk/org.rubypeople.rdt.doc.user/lib/ant.jar
Modified: trunk/org.rubypeople.rdt.doc.user/build.xml
===================================================================
--- trunk/org.rubypeople.rdt.doc.user/build.xml 2006-12-28 09:13:00 UTC (rev 1740)
+++ trunk/org.rubypeople.rdt.doc.user/build.xml 2006-12-28 12:32:18 UTC (rev 1741)
@@ -49,8 +49,7 @@
the html documents are created relative to the working directory. Using base.dir these files can be created
in a subdirectory but base.dir may not be an absolute path, because then the references in toc.xml would
be absolute, too -->
- <echo>${java.class.path}</echo>
- <java classpath="${java.class.path}" classname="org.apache.tools.ant.Main" dir="${basedir}" fork="true" >
+ <java classpath="${basedir}/lib/ant.jar:${basedir}/lib/ant-launcher.jar:${basedir}/lib/ant-trax.jar" classname="org.apache.tools.ant.Main" dir="${basedir}" fork="true" >
<arg value="-DfeatureVersion=${featureVersion}"/>
<arg value="-f"/>
<arg value="buildDocbook.xml"/>
Modified: trunk/org.rubypeople.rdt.doc.user/buildDocbook.xml
===================================================================
--- trunk/org.rubypeople.rdt.doc.user/buildDocbook.xml 2006-12-28 09:13:00 UTC (rev 1740)
+++ trunk/org.rubypeople.rdt.doc.user/buildDocbook.xml 2006-12-28 12:32:18 UTC (rev 1741)
@@ -53,7 +53,8 @@
basedir="${basedir}"
destdir="${basedir}"
extension=".done"
- style="customizationLayerCopy.xsl">
+ style="customizationLayerCopy.xsl"
+ processor="trax">
<param name="base.dir" expression="html/"/>
<param name="manifest.in.base.dir" expression="0"/>
<param name="eclipse.plugin.id" expression="org.rubypeople.rdt.doc.user"/>
Added: trunk/org.rubypeople.rdt.doc.user/lib/ant-launcher.jar
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.doc.user/lib/ant-launcher.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.doc.user/lib/ant-trax.jar
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.doc.user/lib/ant-trax.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.doc.user/lib/ant.jar
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.doc.user/lib/ant.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|