You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/12/06 00:24:51 UTC

cvs commit: jakarta-turbine-fulcrum/security project.xml

epugh       2003/12/05 15:24:51

  Modified:    security project.xml
  Log:
  Update build related files
  
  Revision  Changes    Path
  1.12      +5 -195    jakarta-turbine-fulcrum/security/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/security/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	6 Nov 2003 16:55:21 -0000	1.11
  +++ project.xml	5 Dec 2003 23:24:51 -0000	1.12
  @@ -1,203 +1,13 @@
   <?xml version="1.0"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>fulcrum-security</id>
  -  <name>Fulcrum Security Component</name>
  -  <currentVersion>1.0-alpha-3</currentVersion>
  +  <id>fulcrum-security-site</id>
  +  <name>Fulcrum Security Site</name>
  +  <currentVersion>1.0-alpha-4</currentVersion>
  +  <package>org.apache.fulcrum.security</package>
   
  -  <dependencies>
  -    <dependency>
  -      <groupId>fulcrum</groupId>   
  -      <artifactId>fulcrum-crypto</artifactId>
  -      <version>1.0-alpha-3</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <groupId>fulcrum</groupId>    
  -      <artifactId>fulcrum-factory</artifactId>
  -      <version>1.0-alpha-1</version>
  -    </dependency>
  +  
   
  -<!--  Needed for the NT SPI -->   
  -     <dependency>
  -      <id>tagishauth</id>
  -      <version>1.0.2</version>
  -      <url>http://free.tagish.net/jaas/index.jsp</url>
  -    </dependency>   
  -    
  -<!--  Needed for the Torque SPI -->    
  -    <dependency>
  -      <id>torque</id>
  -      <version>3.1</version>
  -      <url>http://db.apache.org/torque/</url>
  -    </dependency>
  -    
  -  <dependency>
  -      <id>village</id>
  -      <version>2.0-dev-20030625</version>
  -      <url>http://share.whichever.com/index.php?SCREEN=village</url>
  -    </dependency>    
  -
  - 
  -
  -   <!-- Needed for the Hibernate SPI -->
  -     <dependency>
  -       <id>commons-beanutils</id>
  -       <version>1.6.1</version>
  -     </dependency>
  -     <dependency>
  -       <groupId>mckoi</groupId>      
  -       <artifactId>mckoidb</artifactId>             
  -       <version>1.0.2</version>
  -     </dependency>    
  -     <dependency>
  -       <id>hsqldb</id>      
  -       <version>1.7.1</version>
  -     </dependency>    
  -     <dependency>
  -       <id>hibernate</id>      
  -       <version>2.0.3</version>
  -     </dependency>          
  -     <dependency>
  -       <id>hibernate:hibernate-avalon</id>
  -       <version>0.3-dev</version>       
  -     </dependency>                
  -     <dependency>
  -       <id>odmg</id>      
  -       <version>3.0</version>
  -     </dependency>                  
  -     <dependency>
  -       <id>bcel</id>      
  -       <version>5.0</version>
  -     </dependency>                      
  -     <dependency>
  -       <id>dom4j</id>      
  -       <version>1.4</version>
  -       <url>http://www.dom4j.org/</url>
  -     </dependency>       
  -     <dependency>
  -       <id>cglib</id>      
  -       <version>rc2-1.0</version>
  -     </dependency>                           
  -    
  -    <!-- Needed only for the OSUser Adapter -->
  -    <dependency>
  -   	 	<groupId>opensymphony</groupId>
  -        <artifactId>osuser</artifactId>
  -        <version>1.0-dev</version>		     
  -    </dependency>
  -    <dependency>
  - 	 	<groupId>opensymphony</groupId>
  -        <artifactId>propertyset</artifactId>
  -        <version>1.3-1Oct03</version>
  -	</dependency>   
  -	<dependency>
  -        <groupId>opensymphony</groupId>
  -        <artifactId>oscore</artifactId>
  - 		<version>2.2.1</version>
  - 	</dependency>     
  -    
  -    <!-- Needed only for the Turbine Adapter -->
  -    <dependency>
  -      <id>turbine</id>
  -      <version>2.3</version>
  -    </dependency>    
  -    <dependency>
  -      <id>servletapi</id>
  -      <version>2.3</version>
  -      <url>http://java.sun.com/products/servlet/</url>
  -    </dependency>    
  -
  -
  -    <!--  Needed only for testing -->
  -    <dependency>
  -      <groupId>fulcrum</groupId>    
  -      <artifactId>fulcrum-testcontainer</artifactId>
  -      <version>1.0-alpha-1</version>
  -    </dependency>
  -
  -    <dependency>
  -      <id>xerces:xercesImpl</id>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
  -<!--
  -    <dependency>
  -      <id>xerces:xmlParserAPIs</id>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
  --->
  -<!-- alternative testing of sql -->
  -<!--
  -    <dependency>
  -    <id>msbase</id>
  -    <version/>
  -    <jar>msbase.jar</jar>
  -  </dependency>
  -  <dependency>
  -      <id>mssqlserver</id>
  -    <version/>
  -    <jar>mssqlserver.jar</jar>
  -  </dependency>
  -  <dependency>
  -      <id>msutil</id>
  -    <version/>
  -    <jar>msutil.jar</jar>
  -  </dependency>  
  --->   
  -  <!-- Needed only for testing the Turbine Adaptor -->
  -
  -    <dependency>
  -      <groupId>mockobjects</groupId>
  -      <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
  -      <version>0.09</version>
  -    </dependency> 
  -    <dependency>
  -      <groupId>mockobjects</groupId>
  -      <artifactId>mockobjects-core</artifactId>
  -      <version>0.09</version>
  -    </dependency>          
  -    <dependency>
  -      <id>commons-codec</id>
  -      <version>1.1</version>
  -    </dependency>
  -    <dependency>
  -      <id>cryptix</id>
  -      <version>3.2.0</version>
  -      <url>http://www.cryptix.org/</url>
  -    </dependency>
  -    <dependency>
  -      <id>ecs</id>
  -      <version>1.4.2</version>
  -      <url>http://jakarta.apache.org/ecs/</url>
  -    </dependency>
  -    <dependency>
  -      <id>xml-apis</id>
  -      <version>1.0.b2</version>
  -      <url>http://xml.apache.org/commons/</url>
  -    </dependency>   
  -
  -  </dependencies>
  -
  -  <build>
  -    <unitTest>
  -      <includes>
  -        <include>**/*Test.java</include>
  -      </includes>
  -      <excludes>
  -        <exclude>**/Abstract*.java</exclude>
  -      </excludes>      
  -      <resources>
  -        <resource>
  -          <directory>${basedir}/src/test</directory>
  -          <includes>
  -            <include>**/*.xml</include>
  -          </includes>
  -        </resource>
  -      </resources>
  -    </unitTest>    
  -  </build>
   
   </project>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org