Author: mes
Date: 2012-04-24 16:59:01 -0700 (Tue, 24 Apr 2012)
New Revision: 28977

Added:
   core3/api/trunk/group-api/src/main/java/org/cytoscape/group/data/
Removed:
   core3/api/trunk/group-data-api/src/main/java/org/cytoscape/group/data/
Modified:
   core3/api/trunk/pom.xml
   core3/gui-distribution/trunk/features/src/main/resources/features.xml
   core3/impl/trunk/group-data-impl/pom.xml
   core3/impl/trunk/pom.xml
Log:
moved group-data-api code into group-api

Modified: core3/api/trunk/pom.xml
===================================================================
--- core3/api/trunk/pom.xml     2012-04-24 23:51:30 UTC (rev 28976)
+++ core3/api/trunk/pom.xml     2012-04-24 23:59:01 UTC (rev 28977)
@@ -38,7 +38,6 @@
                <module>application-api</module>
                <module>datasource-api</module>
                <module>group-api</module>
-               <module>group-data-api</module>
                <module>webservice-swing-api</module>
        </modules>
 

Modified: core3/gui-distribution/trunk/features/src/main/resources/features.xml
===================================================================
--- core3/gui-distribution/trunk/features/src/main/resources/features.xml       
2012-04-24 23:51:30 UTC (rev 28976)
+++ core3/gui-distribution/trunk/features/src/main/resources/features.xml       
2012-04-24 23:59:01 UTC (rev 28977)
@@ -60,7 +60,6 @@
     <bundle 
start-level="110">mvn:org.cytoscape/equations-api/${cytoscape.api.version}</bundle>
     <bundle 
start-level="110">mvn:org.cytoscape/model-api/${cytoscape.api.version}</bundle>
     <bundle 
start-level="110">mvn:org.cytoscape/group-api/${cytoscape.api.version}</bundle>
-    <bundle 
start-level="110">mvn:org.cytoscape/group-data-api/${cytoscape.api.version}</bundle>
     <bundle 
start-level="110">mvn:org.cytoscape/viewmodel-api/${cytoscape.api.version}</bundle>
     <bundle 
start-level="110">mvn:org.cytoscape/vizmap-api/${cytoscape.api.version}</bundle>
     <bundle 
start-level="110">mvn:org.cytoscape/vizmap-gui-api/${cytoscape.api.version}</bundle>

Modified: core3/impl/trunk/group-data-impl/pom.xml
===================================================================
--- core3/impl/trunk/group-data-impl/pom.xml    2012-04-24 23:51:30 UTC (rev 
28976)
+++ core3/impl/trunk/group-data-impl/pom.xml    2012-04-24 23:59:01 UTC (rev 
28977)
@@ -68,14 +68,8 @@
                        <groupId>org.cytoscape</groupId>
                        <artifactId>group-api</artifactId>
                </dependency>
-
                <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>group-data-api</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
                        <artifactId>work-api</artifactId>
                </dependency>
                <dependency>

Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml    2012-04-24 23:51:30 UTC (rev 28976)
+++ core3/impl/trunk/pom.xml    2012-04-24 23:59:01 UTC (rev 28977)
@@ -128,11 +128,6 @@
                        </dependency>
                        <dependency>
                                <groupId>org.cytoscape</groupId>
-                               <artifactId>group-data-api</artifactId>
-                               <version>${cytoscape.api.version}</version> 
-                       </dependency>
-                       <dependency>
-                               <groupId>org.cytoscape</groupId>
                                <artifactId>model-api</artifactId>
                                <version>${cytoscape.api.version}</version> 
                        </dependency>

-- 
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