You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/11/04 13:04:46 UTC

cvs commit: jakarta-commons-sandbox/sql project.properties project.xml

jstrachan    2002/11/04 04:04:46

  Modified:    sql      project.properties project.xml
  Log:
  Removed many redundant dependencies of commons-sql from the Maven descriptor.
  
  Also set the resource directory to be src/java so that the *.betwixt files get added to the generated JAR correctly
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons-sandbox/sql/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	23 Oct 2002 00:32:19 -0000	1.3
  +++ project.properties	4 Nov 2002 12:04:46 -0000	1.4
  @@ -6,7 +6,7 @@
   # your build.properties file.
   # -------------------------------------------------------------------
   
  -jarResources.basedir = src/java
  +maven.jarResources.basedir = src/java
   
   maven.junit.fork = true
   
  
  
  
  1.8       +7 -51     jakarta-commons-sandbox/sql/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	4 Nov 2002 11:33:31 -0000	1.7
  +++ project.xml	4 Nov 2002 12:04:46 -0000	1.8
  @@ -98,6 +98,11 @@
         <version>2.0</version>
       </dependency>
   
  +    <dependency>
  +      <id>ant</id>
  +      <version>1.5</version>
  +    </dependency>
  +
       <!-- indirect -->
   
       <dependency>
  @@ -111,28 +116,6 @@
       </dependency>
   
       <dependency>
  -      <id>commons-lang</id>
  -      <version>SNAPSHOT</version>
  -    </dependency>
  -
  -
  -    <dependency>
  -      <id>ant</id>
  -      <version>1.4.1</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <id>ant+optional</id>
  -      <version>1.4.1</version>
  -      <jar>ant-optional-1.4.1.jar</jar>
  -    </dependency>
  -
  -    <dependency>
  -      <id>junit</id>
  -      <version>3.7</version>
  -    </dependency>
  -    
  -    <dependency>
         <id>xml-apis</id>
         <version>2.0.2</version>
       </dependency>
  @@ -141,7 +124,7 @@
         <id>xerces</id>
         <version>2.0.0</version>
       </dependency>
  -
  +    
       <!-- database used for testing -->
       <dependency>
         <id>axion</id>
  @@ -152,33 +135,6 @@
         <version>1.7.1</version>
       </dependency>
   
  -	  <!-- no longer requird -->    
  -    <dependency>
  -      <id>velocity</id>
  -      <version>SNAPSHOT</version>
  -    </dependency>
  -
  -    <dependency>
  -      <id>village</id>
  -      <version>1.5.3</version>
  -    </dependency>
  -    
  -	<!-- for running Jelly scripts -->
  -    <dependency>
  -      <id>commons-jelly</id>
  -      <version>SNAPSHOT</version>
  -    </dependency>
  -
  -    <dependency>
  -      <id>commons-jexl</id>
  -      <version>SNAPSHOT</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <id>dom4j</id>
  -      <version>1.4-dev-6</version>
  -    </dependency>
  -    
     </dependencies>
   
   	
  @@ -207,7 +163,7 @@
       <resources>
         <includes>
           <include>**/*.properties</include>
  -	<include>src/java/**/*.betwixt</include>
  +				<include>**/*.betwixt</include>
         </includes>
       </resources>
     </build>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>