You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/26 09:53:47 UTC

svn commit: r467903 - /geronimo/server/trunk/bootstrap.xml

Author: jdillon
Date: Thu Oct 26 00:53:45 2006
New Revision: 467903

URL: http://svn.apache.org/viewvc?view=rev&rev=467903
Log:
Do not need to bootstrap specs, snapshots are published

Modified:
    geronimo/server/trunk/bootstrap.xml

Modified: geronimo/server/trunk/bootstrap.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/bootstrap.xml?view=diff&rev=467903&r1=467902&r2=467903
==============================================================================
--- geronimo/server/trunk/bootstrap.xml (original)
+++ geronimo/server/trunk/bootstrap.xml Thu Oct 26 00:53:45 2006
@@ -83,7 +83,7 @@
     <!-- Steps -->
     <!-- ===== -->
     
-    <target name="bootstrap" depends="clean, specs, modules, openejb2, assemble"/>
+    <target name="bootstrap" depends="clean, modules, openejb2, assemble"/>
     
     <target name="modules" depends="init">
         <build-stage name="bootstrap"/>
@@ -138,11 +138,6 @@
     <!-- ========= -->
     <!-- Externals -->
     <!-- ========= -->
-    
-    <target name="specs" depends="init">
-        <echo>Building Specs...</echo>
-        <build-external url="http://svn.apache.org/repos/asf/geronimo/specs/trunk" name="specs"/>
-    </target>
     
     <target name="openejb2" depends="init">
         <echo>Building OpenEJB2...</echo>