Author: taylor
Date: Fri Nov 18 13:29:27 2005
New Revision: 345578
URL: http://svn.apache.org/viewcvs?rev=345578&view=rev
Log:
patch from Chris Schaefer
Plugin Custom projects were not correctly picking up the Derby version
Modified:
portals/jetspeed-2/trunk/maven-plugin/maven.xml
portals/jetspeed-2/trunk/maven-plugin/plugin.properties
Modified: portals/jetspeed-2/trunk/maven-plugin/maven.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/maven.xml?rev=345578&r1=345577&r2=345578&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/maven.xml (original)
+++ portals/jetspeed-2/trunk/maven-plugin/maven.xml Fri Nov 18 13:29:27 2005
@@ -77,6 +77,7 @@
<filter token="PORTALS_BRIDGES_VELOCITY_VERSION"
value="${portals.bridges.velocity.version}" />
<filter token="COMMONS_LOGGING_VERSION"
value="${commons.logging.version}" />
<filter token="LOG4J_VERSION" value="${log4j.version}" />
+ <filter token="DERBY_VERSION" value="${derby.version}" />
</filterset>
</copy>
</preGoal>
Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.properties
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/plugin.properties?rev=345578&r1=345577&r2=345578&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.properties (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.properties Fri Nov 18 13:29:27
2005
@@ -36,6 +36,7 @@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
# Whether or not to include log4j in war files
commons.logging.include=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]