You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/12/05 21:37:15 UTC

cvs commit: jakarta-gump/project ws-juddi.xml

ajack       2003/12/05 12:37:15

  Modified:    profile  gump.xml
  Added:       python/gump/syndication rss.pyc syndicator.pyc __init__.pyc
               project  ws-juddi.xml
  Log:
  1) Confused, not sure why syndication jsut being add. Explains whe RSS is so out of sync.
  2) Moving juddi's gump.xml into project as ws-juddi
  
  Revision  Changes    Path
  1.1                  jakarta-gump/python/gump/syndication/rss.pyc
  
  	<<Binary file>>
  
  
  1.1                  jakarta-gump/python/gump/syndication/syndicator.pyc
  
  	<<Binary file>>
  
  
  1.1                  jakarta-gump/python/gump/syndication/__init__.pyc
  
  	<<Binary file>>
  
  
  1.289     +1 -1      jakarta-gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
  retrieving revision 1.288
  retrieving revision 1.289
  diff -u -r1.288 -r1.289
  --- gump.xml	5 Dec 2003 15:13:21 -0000	1.288
  +++ gump.xml	5 Dec 2003 20:37:15 -0000	1.289
  @@ -106,6 +106,7 @@
   
     <module href="project/ws-axis.xml"/>
     <module href="project/ws-jaxme.xml"/>
  +  <module href="project/ws-juddi.xml"/>
     <module href="project/ws-soap.xml"/>
     <module href="project/ws-wsif.xml"/>
     <module href="project/ws-wsil.xml"/>
  @@ -148,7 +149,6 @@
     <module href="project/jgen.xml"/>
     <module href="project/jrefactory.xml"/>
     <module href="project/jtidy.xml"/>
  -  <module href="http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-juddi/gump.xml?rev=HEAD&amp;content-type=text/xml" />
     <module href="project/junit.xml"/>
     <module href="project/jython.xml"/>
     <module href="project/mockobjects.xml"/>
  
  
  
  1.1                  jakarta-gump/project/ws-juddi.xml
  
  Index: ws-juddi.xml
  ===================================================================
  <?xml version="1.0"?>
  <module name="ws-juddi" fullname="ws-juddi">
  
      <url href="http://ws.apache.org"/>
  
      <cvs repository="ws"/>
       
      <description>
        ws-juddi -- UDDI Toolkit/Repository
      </description>
  
      <detailed>
        juddi
      </detailed>
  
      <project name="ws-juddi" fullname="ws-juddi">
  
          <package>org.apache.juddi</package>
  
          <!-- Work dirs to be included in classpath  -->
          <!work nested="build/classes"/>
          <home nested="build"/>
  
          <depend inherit="runtime" project="ant"/>
          
          <depend project="ws-axis"/>
          <depend project="commons-logging"/>
          <depend project="commons-dbcp"/>
          <depend project="commons-collections"/>
          <depend project="commons-pool"/>
          <depend project="jakarta-servletapi"/>
          <depend project="xml-xerces"/>
  
          <option project="checkstyle"/>
  
          <jar name="juddi-@@DATE@@.jar"/>
  
          <ant basedir="." buildfile="build.xml" target="gump" vm="1.4">
            <property name="ant.home" project="ant" reference="home" />
            <property name="DATE_STAMP" value="@@DATE@@"/>        	
          </ant>
  
          <nag 
             to="juddi-dev@ws.apache.org"
             from="Anou Manavalan &lt;anou_mana@apache.org&gt;"/>
                
      </project>
      
      <project name="ws-juddi-test" fullname="ws-juddi-test">
      	
          <package>org.apache.juddi.test</package>
  
          <!-- Work dirs to be included in classpath  -->
          <work nested="build/classes"/>
          <home nested="build"/>
          <code type="test/junit" dir="src/test/unit"/>
  
          <depend project="ws-juddi" inherit="all"/>
          <depend project="uddi4j"/>
          <depend project="junit"/>
  
          <ant basedir="." buildfile="build.xml" target="test" vm="1.4">
          	<property name="ant.home" project="ant" reference="home" />
          </ant>
  
          <nag 
             to="juddi-dev@ws.apache.org"
             from="Anou Manavalan &lt;anou_mana@apache.org&gt;"/>
             
      </project>
  </module>