[cvs] expresso commit by mtraum: updated for struts 1.2.6
integration and
JCorporate Ltd
jcorp at jcorporate.com
Tue Feb 15 00:09:25 UTC 2005
Log Message:
-----------
updated for struts 1.2.6 integration and removed a few of the manual steps in the beginning
Modified Files:
--------------
expresso:
project.xml
Revision Data
-------------
Index: project.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lproject.xml -Lproject.xml -u -r1.10 -r1.11
--- project.xml
+++ project.xml
@@ -4,18 +4,6 @@
Expresso is expecting a few third party jars that are not readily available at ibiblio
-Go to ${USER_HOME}/.maven/repository
--Create jaf/jars subdirectory
--Copy activation.jar ${USER_HOME}/.maven/repository/jaf/jars
--Rename activation.jar to: activation-1.0.2.jar
-
--Create javamail/jars subdirectory
--Copy mail.jar to ${USER_HOME}/.maven/repository/javamail/jars
--Rename mail.jar to: mail-1.3.1.jar
-
--Create commons-chain/jars subdirectory
--Copy commons-chain.jar to ${USER_HOME}/.maven/repository/commons-chain/jars
--Rename commons-chain.jar to: commons-chain-0.1.jar
-
-Create jaas/jars subdirectory
-Copy jaas.jar to ${USER_HOME}/.maven/repository/jaas/jars
-Rename jaas.jar to: jaas-1.0.jar
@@ -36,6 +24,12 @@
-Copy runtime.jar to ${USER_HOME}/.maven/repository/cup/jars
-Rename runtime.jar to: runtime-1.0.jar
+-Create struts/jars subdirectory
+-Copy struts.jar to ${USER_HOME}/.maven/repository/struts/jars
+-Rename struts.jar to: struts-1.2.6.jar
+-Copy struts-el.jar to ${USER_HOME}/.maven/repository/struts/jars
+-Rename struts-el.jar to: struts-el-1.2.6.jar
+
*****************************************************************
Run Maven from its location in CVS to use the supplied layout
and hypersonic databases.
@@ -184,7 +178,7 @@
<url>http://www.eclipse.org/aspectj</url>
</dependency>
<dependency>
- <groupId>jaf</groupId>
+ <groupId>activation</groupId>
<artifactId>activation</artifactId>
<version>1.0.2</version>
<url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
@@ -194,8 +188,8 @@
</dependency>
<dependency>
<groupId>javamail</groupId>
- <artifactId>mail</artifactId>
- <version>1.3.1</version>
+ <artifactId>javamail</artifactId>
+ <version>1.3.2</version>
<url>http://java.sun.com/products/javamail/</url>
<properties>
<war.bundle>true</war.bundle>
@@ -245,7 +239,7 @@
</dependency>
<dependency>
<id>commons-beanutils</id>
- <version>1.6</version>
+ <version>1.7.0</version>
<url>http://jakarta.apache.org/commons/beanutils/</url>
<properties>
<war.bundle>true</war.bundle>
@@ -253,7 +247,7 @@
</dependency>
<dependency>
<id>commons-chain</id>
- <version>0.1</version>
+ <version>1.0</version>
<url>http://jakarta.apache.org/commons/chain/</url>
</dependency>
<dependency>
@@ -266,7 +260,7 @@
</dependency>
<dependency>
<id>commons-digester</id>
- <version>1.5</version>
+ <version>1.6</version>
<url>http://jakarta.apache.org/commons/digester/</url>
<properties>
<war.bundle>true</war.bundle>
@@ -278,17 +272,9 @@
<url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
<dependency>
- <id>commons-lang</id>
- <version>1.0.1</version>
- <url>http://jakarta.apache.org/commons/lang/</url>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
+ <version>1.0.4</version>
<url>http://jakarta.apache.org/commons/logging/</url>
<properties>
<war.bundle>true</war.bundle>
@@ -297,7 +283,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
- <version>1.0.3</version>
+ <version>1.0.4</version>
<url>http://jakarta.apache.org/commons/logging/</url>
<properties>
<war.bundle>true</war.bundle>
@@ -315,8 +301,8 @@
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
- <version>1.0.2</version>
- <url>http://jakarta.apache.org/commons/dbcp/</url>
+ <version>1.1.3</version>
+ <url>http://jakarta.apache.org/commons/validator/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -478,7 +464,7 @@
<dependency>
<groupId>struts</groupId>
<artifactId>struts</artifactId>
- <version>1.1</version>
+ <version>1.2.6</version>
<url>http://struts.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
@@ -487,7 +473,7 @@
<dependency>
<groupId>struts</groupId>
<artifactId>struts-el</artifactId>
- <version>1.1</version>
+ <version>1.2.6</version>
<url>http://struts.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
More information about the cvs
mailing list