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/10/04 15:55:14 UTC

svn commit: r293605 - /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml

Author: sppatel
Date: Tue Oct  4 06:55:07 2005
New Revision: 293605

URL: http://svn.apache.org/viewcvs?rev=293605&view=rev
Log:
fix geronimo-connector patch to process on geronimo-connector-1.0.xsd

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml?rev=293605&r1=293604&r2=293605&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/maven.xml Tue Oct  4 06:55:07 2005
@@ -51,7 +51,7 @@
     </ant:fileScanner>
     <j:forEach var="schema" items="${schemaScanner.iterator()}">
       <replaceregexp file="${schema}" match="schemaLocation=&quot;(.*/)(.*xsd)" replace="schemaLocation=&quot;\2" byline="true"/>
-      <j:if test="${schema.getName().equals('geronimo-connector.xsd')}">
+      <j:if test="${schema.getName().equals('geronimo-connector-1.0.xsd')}">
          <replaceregexp file="${schema}" match="(xs:import.*/>)" replace="\1${patch}"/>
       </j:if>      
     </j:forEach>