vmassol 2004/04/17 07:12:48
Modified: integration/maven/xdocs changes.xml
integration/maven project.xml
Log:
Added dependency on <code>commons-jelly-tags-xml</code>. It seems this is required
for some configurations of Maven.
Revision Changes Path
1.32 +4 -0 jakarta-cactus/integration/maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- changes.xml 1 Apr 2004 18:05:08 -0000 1.31
+++ changes.xml 17 Apr 2004 14:12:48 -0000 1.32
@@ -8,6 +8,10 @@
<body>
<release version="1.6dev" date="in CVS">
+ <action dev="vmassol" type="fix">
+ Added dependency on <code>commons-jelly-tags-xml</code>. It seems
+ this is required for some configurations of Maven.
+ </action>
<action dev="vmassol" type="update" due-to="Peter Bright"
due-to-email="[EMAIL PROTECTED]">
Removed explicit dependencies on EAR and WAR plugins so that users are
free to install the versions they want to work with. As it was, we were
1.12 +8 -0 jakarta-cactus/integration/maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 1 Apr 2004 18:05:08 -0000 1.11
+++ project.xml 17 Apr 2004 14:12:48 -0000 1.12
@@ -102,6 +102,14 @@
<version>1.6.1</version>
</dependency>
+ <!-- VMA: I don't know why but this dependency is required for some
+ persons -->
+ <dependency>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly-tags-xml</artifactId>
+ <version>20030211.142705</version>
+ </dependency>
+
</dependencies>
<build>
<sourceDirectory>src/main</sourceDirectory>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]