You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2004/06/12 06:13:02 UTC

cvs commit: jakarta-jetspeed-2/applications/security project.xml

dlestrat    2004/06/11 21:13:02

  Modified:    applications/security project.xml
  Log:
  Adding struts dependencies.
  
  Revision  Changes    Path
  1.2       +90 -1     jakarta-jetspeed-2/applications/security/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	1 May 2004 17:01:26 -0000	1.1
  +++ project.xml	12 Jun 2004 04:13:01 -0000	1.2
  @@ -60,6 +60,95 @@
           <war.bundle.jar>false</war.bundle.jar>
         </properties>
       </dependency>
  +    <!-- warred jars -->
  +    <dependency>
  +      <groupId>antlr</groupId>
  +      <artifactId>antlr</artifactId>
  +      <version>2.7.2</version>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>commons-beanutils</groupId>
  +      <artifactId>commons-beanutils</artifactId>
  +      <version>1.6.1</version>
  +      <url>http://jakarta.apache.org/commons/beanutils.html</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>commons-collections</groupId>
  +      <artifactId>commons-collections</artifactId>
  +      <version>2.1</version>
  +      <url>http://jakarta.apache.org/commons/collections.html</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>commons-digester</groupId>
  +      <artifactId>commons-digester</artifactId>
  +      <version>1.5</version>
  +      <url>http://jakarta.apache.org/commons/digester.html</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>commons-fileupload</groupId>
  +      <artifactId>commons-fileupload</artifactId>
  +      <version>1.0</version>
  +      <url>http://jakarta.apache.org/commons/fileupload/</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>commons-lang</groupId>
  +      <artifactId>commons-lang</artifactId>
  +      <version>2.0</version>
  +      <url>http://jakarta.apache.org/commons/lang.html</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>commons-validator</groupId>
  +      <artifactId>commons-validator</artifactId>
  +      <version>1.1.2</version>
  +      <url>http://jakarta.apache.org/commons/validator/</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>oro</groupId>
  +      <artifactId>oro</artifactId>
  +      <version>2.0.7</version>
  +      <url>http://jakarta.apache.org/oro/</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>struts</groupId>
  +      <artifactId>struts</artifactId>
  +      <version>1.2.1-dev-20040407</version>
  +      <url>http://jakarta.apache.org/struts/</url>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>struts-portlet</groupId>
  +      <artifactId>struts-portlet</artifactId>
  +      <version>0.1</version>
  +      <properties>
  +        <war.bundle>true</war.bundle>
  +      </properties>
  +    </dependency>
   
      </dependencies>
   
  
  
  

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