Author: kono
Date: 2011-08-10 16:28:17 -0700 (Wed, 10 Aug 2011)
New Revision: 26530

Modified:
   core3/impl/trunk/model-impl/it/pom.xml
   core3/impl/trunk/model-impl/pom.xml
   core3/impl/trunk/pom.xml
Log:
Additional section had been added for eclipse users.  This will be used in 
Eclipse only and harmless to command-line version.

Modified: core3/impl/trunk/model-impl/it/pom.xml
===================================================================
--- core3/impl/trunk/model-impl/it/pom.xml      2011-08-10 22:09:01 UTC (rev 
26529)
+++ core3/impl/trunk/model-impl/it/pom.xml      2011-08-10 23:28:17 UTC (rev 
26530)
@@ -13,7 +13,6 @@
        </properties>
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.cytoscape</groupId>
        <artifactId>model-impl-it</artifactId>
 
        <name>${bundle.symbolicName}</name>

Modified: core3/impl/trunk/model-impl/pom.xml
===================================================================
--- core3/impl/trunk/model-impl/pom.xml 2011-08-10 22:09:01 UTC (rev 26529)
+++ core3/impl/trunk/model-impl/pom.xml 2011-08-10 23:28:17 UTC (rev 26530)
@@ -6,7 +6,6 @@
                <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.cytoscape</groupId>
        <artifactId>model-impl-parent</artifactId>
        <packaging>pom</packaging>
        <name>model-impl-parent</name>

Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml    2011-08-10 22:09:01 UTC (rev 26529)
+++ core3/impl/trunk/pom.xml    2011-08-10 23:28:17 UTC (rev 26530)
@@ -254,4 +254,36 @@
                <url>${scm.url.root}/impl/trunk</url>
        </scm>
 
+       <build>
+               <!-- This is for m2eclipse plugin, and haemless to command line 
version. -->
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <groupId>org.eclipse.m2e</groupId>
+                                       
<artifactId>lifecycle-mapping</artifactId>
+                                       <version>1.0.0</version>
+                                       <configuration>
+                                               <lifecycleMappingMetadata>
+                                                       <pluginExecutions>
+                                                               
<pluginExecution>
+                                                                       
<pluginExecutionFilter>
+                                                                               
<groupId>org.ops4j.pax.exam</groupId>
+                                                                               
<artifactId>maven-paxexam-plugin</artifactId>
+                                                                               
<versionRange>[0.0.0,)</versionRange>
+                                                                               
<goals>
+                                                                               
        <goal>generate-config</goal>
+                                                                               
</goals>
+                                                                       
</pluginExecutionFilter>
+                                                                       <action>
+                                                                               
<ignore />
+                                                                       
</action>
+                                                               
</pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
+
 </project> 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to