You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2004/12/06 02:24:21 UTC

svn commit: r109934 - /forrest/trunk/main/build.xml

Author: rgardler
Date: Sun Dec  5 17:24:21 2004
New Revision: 109934

URL: http://svn.apache.org/viewcvs?view=rev&rev=109934
Log:
remove the build step to install required plugins because the plugins build file uses FORREST_HOME and it is not set until after the build. Rely on the auto download instead
Modified:
   forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&rev=109934&p1=forrest/trunk/main/build.xml&r1=109933&p2=forrest/trunk/main/build.xml&r2=109934
==============================================================================
--- forrest/trunk/main/build.xml	(original)
+++ forrest/trunk/main/build.xml	Sun Dec  5 17:24:21 2004
@@ -293,20 +293,6 @@
     <antcall target="site"/>
     <antcall target="webapp"/>
   </target>
-
-
-  <!-- =================================================================== -->
-  <!-- deploy the required plugins locally                                 -->
-  <!-- =================================================================== -->
-  <target name="requiredPlugins" depends="init">
-    <ant antfile="../plugins/build.xml" 
-      target="local-deploy">
-      <property name="plugin-name" 
-        value="org.apache.forrest.plugin.pdf-output"/>
-      <property name="basedir" 
-        value="../plugins"/>
-    </ant>
-  </target>
   
   <!-- =================================================================== -->
   <!-- Compile Cocoon java classes                                         -->
@@ -326,7 +312,7 @@
   <!-- =================================================================== -->
   <!-- Jar Cocoon classes                                                  -->
   <!-- =================================================================== -->
-  <target name="jar" depends="init, compile, requiredPlugins">
+  <target name="jar" depends="init, compile">
     <jar destfile="${build.dir}/xml-forrest.jar"
       basedir="${build.classes}"/>
     <echo>