You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sh...@apache.org on 2005/08/20 16:00:07 UTC

svn commit: r234030 - /portals/jetspeed-2/trunk/maven-plugin/plugin.jelly

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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: svn commit: r234030 - /portals/jetspeed-2/trunk/maven-plugin/plugin.jelly

Posted by Ate Douma <at...@douma.nu>.
shinsuke@apache.org wrote:
> 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.
Thanks Shinsuke, my bad.
Shows one always need to test even simple fixes like these :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org