taylor 2003/11/20 12:26:09
Modified: commons project.xml
cps/test/rewriter test-001-output.html
portal maven.xml
Log:
updated a few more pluto 1.0 dependencies
Revision Changes Path
1.4 +1 -1 jakarta-jetspeed-2/commons/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/commons/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 7 Oct 2003 19:17:49 -0000 1.3
+++ project.xml 20 Nov 2003 20:26:09 -0000 1.4
@@ -15,7 +15,7 @@
<dependency>
<id>pluto</id>
<groupId>pluto-container</groupId>
- <version>0.1-dev-unreleased</version>
+ <version>1.0</version>
<properties>
<war.bundle.jar>true</war.bundle.jar>
</properties>
1.9 +6 -6 jakarta-jetspeed-2/cps/test/rewriter/test-001-output.html
Index: test-001-output.html
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/cps/test/rewriter/test-001-output.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- test-001-output.html 20 Nov 2003 04:49:06 -0000 1.8
+++ test-001-output.html 20 Nov 2003 20:26:09 -0000 1.9
@@ -1,10 +1,10 @@
<p>
This is a test</p>
-<a href="http://www.bluesunrise.com/suffix" name="1" target="_BLANK">keep this</a>
- <a href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" name="2"
target="_BLANK">junk</a>
- <a href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" name="3"
target="_BLANK">junk2</a>
- <a href="javascript:whatever()" name="4">script</a>
- <a href="mailto:[EMAIL PROTECTED]" name="5">script</a>
- <a href="#INTERNAL" name="6">internal</a>
+<a name="1" target="_BLANK" href="http://www.bluesunrise.com/suffix">keep this</a>
+ <a name="2" target="_BLANK"
href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix">junk</a>
+ <a name="3" target="_BLANK"
href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix">junk2</a>
+ <a name="4" href="javascript:whatever()">script</a>
+ <a name="5" href="mailto:[EMAIL PROTECTED]">script</a>
+ <a name="6" href="#INTERNAL">internal</a>
1.11 +1 -1 jakarta-jetspeed-2/portal/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- maven.xml 20 Nov 2003 19:02:23 -0000 1.10
+++ maven.xml 20 Nov 2003 20:26:09 -0000 1.11
@@ -211,7 +211,7 @@
<goal name="catalina:base-shared"
description="Copy all base jars necessary for common container">
<echo>Copying from ${maven.repo.local} to ${catalina.shared.lib}...</echo>
- <copy
file="${maven.repo.local}/pluto-container/jars/pluto-0.1-dev-unreleased.jar"
todir="${catalina.shared.lib}"/>
+ <copy file="${maven.repo.local}/pluto-container/jars/pluto-1.0.jar"
todir="${catalina.shared.lib}"/>
<copy file="${maven.repo.local}/commons-lang/jars/commons-lang-1.0.1.jar"
todir="${catalina.shared.lib}"/>
<copy file="${maven.repo.local}/commons-logging/jars/commons-logging-1.0.2.jar"
todir="${catalina.shared.lib}"/>
<copy
file="${maven.repo.local}/commons-configuration/jars/commons-configuration-1.0-dev.jar"
todir="${catalina.shared.lib}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]