You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/02/24 16:01:12 UTC

cvs commit: incubator-geronimo/sandbox/xbeans project.xml

gdamour     2004/02/24 07:01:12

  Modified:    sandbox/explorer project.xml
               sandbox/twiddle project.xml
               sandbox/webdav project.xml
               .        maven.xml
               sandbox/xbeans project.xml
  Log:
  Enable build of components located in the "sandbox".
  
  Revision  Changes    Path
  1.6       +10 -4     incubator-geronimo/sandbox/explorer/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/explorer/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	19 Feb 2004 09:00:29 -0000	1.5
  +++ project.xml	24 Feb 2004 15:01:12 -0000	1.6
  @@ -50,29 +50,34 @@
           <!-- Thirdparty Dependencies -->
   
           <dependency>
  +            <groupId>mx4j</groupId>
               <artifactId>mx4j</artifactId>
               <version>SNAPSHOT</version>
           </dependency>
   
           <dependency>
  +            <groupId>groovy</groupId>
               <artifactId>groovy</artifactId>
               <version>1.0-alpha-1</version>
               <url>http://groovy.codehaus.org</url>
           </dependency>
   
           <dependency>
  +            <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
               <version>1.0.3</version>
  -            <url>http://jakarta.apache.org/commons/logging</url>
  +            <url>http://jakarta.apache.org/commons/logging/</url>
           </dependency>
   
           <dependency>
  +            <groupId>asm</groupId>
               <artifactId>asm</artifactId>
               <version>1.3.4</version>
           </dependency>
   
           <!-- temp hack - won't need this soon -->
           <dependency>
  +            <groupId>asm+util</groupId>
               <artifactId>asm+util</artifactId>
               <version>1.3.4</version>
               <url>http://asm.objectweb.org/</url>
  @@ -80,16 +85,17 @@
   
           <!-- Runtime dependencies due to remoting -->
           <dependency>
  +            <groupId>commons-lang</groupId>
               <artifactId>commons-lang</artifactId>
               <version>SNAPSHOT</version>
               <url>http://jakarta.apache.org/commons/lang</url>
           </dependency>
   
           <dependency>
  +            <groupId>concurrent</groupId>
               <artifactId>concurrent</artifactId>
               <version>1.3.2</version>
  -        </dependency>   s
  -
  +        </dependency>
   
       </dependencies>
   
  
  
  
  1.6       +11 -2     incubator-geronimo/sandbox/twiddle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/twiddle/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	19 Feb 2004 09:00:29 -0000	1.5
  +++ project.xml	24 Feb 2004 15:01:12 -0000	1.6
  @@ -37,12 +37,14 @@
           <!-- Thirdparty Dependencies -->
   
           <dependency>
  +            <groupId>classworlds</groupId>
               <artifactId>classworlds</artifactId>
               <version>SNAPSHOT</version>
               <url>http://classworlds.codehaus.org</url>
           </dependency>
   
           <dependency>
  +            <groupId>castor</groupId>
               <artifactId>castor</artifactId>
               <version>0.9.5</version>
               <url>http://castor.exolab.org</url>
  @@ -56,41 +58,48 @@
           </dependency>
   
           <dependency>
  +            <groupId>xml-apis</groupId>
               <artifactId>xml-apis</artifactId>
               <version>1.0.b2</version>
           </dependency>
   
           <dependency>
  +            <groupId>log4j</groupId>
               <artifactId>log4j</artifactId>
               <version>1.2.8</version>
               <url>http://jakarta.apache.org/log4j</url>
           </dependency>
   
           <dependency>
  +            <groupId>commons-beanutils</groupId>
               <artifactId>commons-beanutils</artifactId>
               <version>SNAPSHOT</version>
               <url>http://jakarta.apache.org/commons/beanutils</url>
           </dependency>
   
           <dependency>
  +            <groupId>commons-collections</groupId>
               <artifactId>commons-collections</artifactId>
               <version>SNAPSHOT</version>
               <url>http://jakarta.apache.org/commons/collections</url>
           </dependency>
   
           <dependency>
  +            <groupId>commons-lang</groupId>
               <artifactId>commons-lang</artifactId>
               <version>SNAPSHOT</version>
               <url>http://jakarta.apache.org/commons/lang</url>
           </dependency>
   
           <dependency>
  +            <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
               <version>1.0.3</version>
  -            <url>http://jakarta.apache.org/commons/logging</url>
  +            <url>http://jakarta.apache.org/commons/logging/</url>
           </dependency>
   
           <dependency>
  +            <groupId>commons-cli</groupId>
               <artifactId>commons-cli</artifactId>
               <version>1.0</version>
               <url>http://jakarta.apache.org/commons/cli</url>
  
  
  
  1.7       +6 -20     incubator-geronimo/sandbox/webdav/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/webdav/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	19 Feb 2004 09:00:29 -0000	1.6
  +++ project.xml	24 Feb 2004 15:01:12 -0000	1.7
  @@ -32,16 +32,18 @@
               <artifactId>geronimo-kernel</artifactId>
               <version>${pom.currentVersion}</version>
           </dependency>
  -
  +	
           <dependency>
  +            <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
               <version>1.0.3</version>
               <url>http://jakarta.apache.org/commons/logging/</url>
           </dependency>
   
           <dependency>
  -            <artifactId>jetty</artifactId>
  -            <version>SNAPSHOT</version>
  +            <groupId>jetty</groupId>
  +            <artifactId>org.mortbay.jetty</artifactId>
  +            <version>5.0.beta0</version>
           </dependency>
   
           <dependency>
  @@ -93,21 +95,5 @@
           </dependency>
   
       </dependencies>
  -
  -
  -    <!-- =================== -->
  -    <!-- Build Specification -->
  -    <!-- =================== -->
  -
  -    <build>
  -        <resources>
  -            <resource>
  -                <directory>${basedir}/src/conf</directory>
  -                <includes>
  -                    <include>*.properties</include>
  -                </includes>
  -            </resource>
  -        </resources>
  -    </build>
   
   </project>
  
  
  
  1.70      +2 -2      incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- maven.xml	24 Feb 2004 06:05:36 -0000	1.69
  +++ maven.xml	24 Feb 2004 15:01:12 -0000	1.70
  @@ -90,7 +90,7 @@
            -->
   
           <j:if test="${context.getVariable('module.types') == null}">
  -            <j:set var="module.types" value="modules,specs,applications"/>
  +            <j:set var="module.types" value="modules,specs,applications,sandbox"/>
           </j:if>
   
           <j:if test="${context.getVariable('modules') == null}">
  
  
  
  1.4       +4 -3      incubator-geronimo/sandbox/xbeans/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	17 Feb 2004 07:26:47 -0000	1.3
  +++ project.xml	24 Feb 2004 15:01:12 -0000	1.4
  @@ -34,8 +34,9 @@
   
           <!-- For XMLBeans -->
           <dependency>
  -            <artifactId>xmlbeans</artifactId>
  -            <version>1.0</version>
  +            <groupId>xmlbeans</groupId>
  +            <artifactId>xbean-apache</artifactId>
  +            <version>1.0-DEV</version>
           </dependency>
   
           <!-- For JAXB -->