You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/12/22 02:12:49 UTC

svn commit: r358429 - /geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml

Author: sppatel
Date: Wed Dec 21 17:12:42 2005
New Revision: 358429

URL: http://svn.apache.org/viewcvs?rev=358429&view=rev
Log:
GERONIMODEVTOOLS-24

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml?rev=358429&r1=358428&r2=358429&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/geronimo-emf/maven.xml Wed Dec 21 17:12:42 2005
@@ -95,9 +95,16 @@
   		classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp"
   		classpathref="maven.dependency.classpath"/>
   	<ant:property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.JakartaOroRegexp"/> 
+  	
+    <pathconvert property="x" targetos="unix">
+        <path path="${basedir}"/>
+        <chainedmapper>
+          <replacestring from="\" to="/"/>
+        </chainedmapper>
+    </pathconvert>
   
     <j:forEach var="genmodel" items="${genModelScanner.iterator()}">
-      <ant:replaceregexp file="${genmodel}" match="PLUGINS_LOC" replace="${basedir}/.." byline="true"/> 
+      <ant:replaceregexp file="${genmodel}" match="PLUGINS_LOC" replace="${x}/.." byline="true"/> 
     </j:forEach>    
     
     <ant:mkdir dir="../plugins/org.apache.geronimo.deployment.model/target/templates"/>