You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sh...@apache.org on 2008/03/17 14:24:05 UTC

svn commit: r637875 - /geronimo/devtools/eclipse-plugin/trunk/pom.xml

Author: shivahr
Date: Mon Mar 17 06:23:50 2008
New Revision: 637875

URL: http://svn.apache.org/viewvc?rev=637875&view=rev
Log:
Correcting a mistake of last commit.

Modified:
    geronimo/devtools/eclipse-plugin/trunk/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=637875&r1=637874&r2=637875&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Mon Mar 17 06:23:50 2008
@@ -305,7 +305,7 @@
     </profiles>
                         
     <modules>
-        <!--module>eclipse</module-->
+        <module>eclipse</module>
         <module>plugins</module>
         <module>features</module>
         <module>assembly</module>