Author: shinsuke
Date: Sat Aug 20 07:00:05 2005
New Revision: 234030
URL: http://svn.apache.org/viewcvs?rev=234030&view=rev
Log:
copy.project-info.xml seems not to be effective. replaced it with
copy.project_info.xml.
Modified:
portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/plugin.jelly?rev=234030&r1=234029&r2=234030&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.jelly Sat Aug 20 07:00:05 2005
@@ -101,13 +101,13 @@
</filterset>
<!-- Note: keep already existing project-info.xml allowing custom
modifications -->
- <j:set var="copy.project-info.xml" value="true" />
+ <j:set var="copy.project_info.xml" value="true" />
<util:available file="${portal.home.dir}/project-info.xml">
- <j:set var="copy.project-info.xml" value="false" />
+ <j:set var="copy.project_info.xml" value="false" />
</util:available>
- <echo>${portal.home.dir}/project-info.xml does not exist?
${copy.project-info.xml} </echo>
- <j:if test="${copy.project.xml}">
+ <echo>${portal.home.dir}/project-info.xml does not exist?
${copy.project_info.xml} </echo>
+ <j:if test="${copy.project_info.xml}">
<copy
file="${org.apache.jetspeed.plugin.root}/plugin-resources/project-info.xml"
tofile="${portal.home.dir}/project-info.xml"
overwrite="false"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]