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 2006/10/02 20:26:48 UTC

svn commit: r452164 - in /geronimo/devtools/eclipse-plugin/trunk/emf: common/pom.xml geronimo-1.0/pom.xml geronimo-1.1/pom.xml pom.xml

Author: sppatel
Date: Mon Oct  2 11:26:48 2006
New Revision: 452164

URL: http://svn.apache.org/viewvc?view=rev&rev=452164
Log:
use relative parent pom

Modified:
    geronimo/devtools/eclipse-plugin/trunk/emf/common/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/emf/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/emf/common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/emf/common/pom.xml?view=diff&rev=452164&r1=452163&r2=452164
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/emf/common/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/emf/common/pom.xml Mon Oct  2 11:26:48 2006
@@ -25,6 +25,7 @@
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-emf-parent</artifactId>
         <version>1.0</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
         <geronimoVersion>1.0</geronimoVersion>

Modified: geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml?view=diff&rev=452164&r1=452163&r2=452164
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.0/pom.xml Mon Oct  2 11:26:48 2006
@@ -8,6 +8,7 @@
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-emf-parent</artifactId>
         <version>1.0</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
         <geronimoVersion>1.0</geronimoVersion>

Modified: geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml?view=diff&rev=452164&r1=452163&r2=452164
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml Mon Oct  2 11:26:48 2006
@@ -25,6 +25,7 @@
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-emf-parent</artifactId>
         <version>1.0</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
         <geronimoVersion>1.1</geronimoVersion>

Modified: geronimo/devtools/eclipse-plugin/trunk/emf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/emf/pom.xml?view=diff&rev=452164&r1=452163&r2=452164
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/emf/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/emf/pom.xml Mon Oct  2 11:26:48 2006
@@ -25,6 +25,7 @@
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
         <version>1.1</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <build>
         <pluginManagement>