You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/11/21 11:57:09 UTC

svn commit: r477618 - /gump/metadata/project/smartfrog.xml

Author: stevel
Date: Tue Nov 21 02:57:08 2006
New Revision: 477618

URL: http://svn.apache.org/viewvc?view=rev&rev=477618
Log:
commenting out some sub projects until the main branch is fully ivy-fied.

Modified:
    gump/metadata/project/smartfrog.xml

Modified: gump/metadata/project/smartfrog.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/smartfrog.xml?view=diff&rev=477618&r1=477617&r2=477618
==============================================================================
--- gump/metadata/project/smartfrog.xml (original)
+++ gump/metadata/project/smartfrog.xml Tue Nov 21 02:57:08 2006
@@ -271,7 +271,7 @@
     </nag>
   </project>
 
-
+<!--
   <project name="smartfrog-junit">
     <package>org.smartfrog.services.junit</package>
     <ant basedir="components/junit" target="gump">   
@@ -295,11 +295,11 @@
         to="smartfrog-checkins@lists.sourceforge.net">
       <regexp subject="[Gump:Smartfrog:Junit] smartfrog test failure"/>
     </nag>
-  </project>
+  </project>-->
 
 
   <!-- XML processing -->
-  <project name="smartfrog-xml">
+<!--  <project name="smartfrog-xml">
     <package>org.smartfrog.services.xml</package>
     <ant basedir="components/xml" target="gump" debug="true">
       <property name="env.SFHOME" path="smartfrog/dist" project="smartfrog"/>
@@ -328,10 +328,10 @@
          to="smartfrog-checkins@lists.sourceforge.net">
       <regexp subject="[Gump:Smartfrog:XML] failure"/>
     </nag>
-  </project>
+  </project>-->
 
   <!-- WWWL processing -->
-  <project name="smartfrog-www" >
+<!--  <project name="smartfrog-www" >
     <package>org.smartfrog.services.www</package>
     <ant basedir="components/www" target="gump">
       <property name="env.SFHOME" path="smartfrog/dist" project="smartfrog"/>
@@ -343,10 +343,10 @@
     <depend project="smartfrog" runtime="true" inherit="runtime"/>
     <depend project="smartfrog-tasks" runtime="false"/>
     <depend project="smartfrog-testharness" runtime="false"/>
-    <!--get the servlet API-->
+    --><!--get the servlet API--><!--
     <depend project="jakarta-servletapi" runtime="true"/>
     <work nested="components/www/build/classes"/>
-    <!--<work nested="components/www/build/test/classes"/>-->
+    --><!--<work nested="components/www/build/test/classes"/>--><!--
     <xmlreport nested="components/xml/build/test/reports"/>
     <home nested="components/www/dist"/>
     <jar name="lib/sf-www-@@DATE@@.jar" id="sf-www"/>
@@ -357,7 +357,7 @@
          to="smartfrog-checkins@lists.sourceforge.net">
       <regexp subject="[Gump:Smartfrog:WWW] failure"/>
     </nag>
-  </project>
+  </project>-->
 
   <!-- Jetty component is an instantiation of the abstract
        deployment stuff in sf-www, on which it depends -->
@@ -455,6 +455,7 @@
     The actual XSD is hosted in sourceforge/deployment, which is
     built by ggf-cddlm
   -->
+<!--
   <project name="smartfrog-cdl">
     <package>org.smartfrog.sfcore.languages.cdl</package>
     <ant basedir="extras/cdl" target="gump">   
@@ -482,13 +483,14 @@
       <regexp subject="[Gump:Smartfrog:CDL] failure"/>
     </nag>
   </project>
+-->
 
 
   <!--
     SOAP/WSRF based API for deployment; depends on lots and lots
     of other things
   -->
-  <project name="smartfrog-deployapi">
+<!--  <project name="smartfrog-deployapi">
     <package>org.smartfrog.sfcore.languages.cdl</package>
     <ant basedir="components/deployapi" target="gump">
       <property name="env.SFHOME" path="smartfrog/dist" project="smartfrog"/>
@@ -508,13 +510,7 @@
     <home nested="components/deployapi/dist/lib"/>
     <jar name="sf-deployapi-@@DATE@@.jar" id="smartfrog-deployapi"/>
 
-<!--
-    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
-        to="deployment-cvs@lists.sourceforge.net">
-      <regexp subject="[Gump:Smartfrog:CDL] failure"/>
-    </nag>
--->
-  </project>
+  </project>-->
   
 </module>