Author: scooter
Date: 2012-09-24 18:38:11 -0700 (Mon, 24 Sep 2012)
New Revision: 30474

Modified:
   core3/impl/trunk/ding-impl/ding-presentation-impl/pom.xml
   core3/impl/trunk/pom.xml
   
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
   core3/impl/trunk/vizmap-gui-impl/pom.xml
Log:
Move custom-graphics-api into presentation-api


Modified: core3/impl/trunk/ding-impl/ding-presentation-impl/pom.xml
===================================================================
--- core3/impl/trunk/ding-impl/ding-presentation-impl/pom.xml   2012-09-25 
01:37:38 UTC (rev 30473)
+++ core3/impl/trunk/ding-impl/ding-presentation-impl/pom.xml   2012-09-25 
01:38:11 UTC (rev 30474)
@@ -92,10 +92,6 @@
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>custom-graphics-api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
                        <artifactId>core-task-api</artifactId>
                </dependency>
                <dependency>
@@ -166,12 +162,6 @@
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>custom-graphics-api</artifactId>
-                       <type>test-jar</type>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
                        <artifactId>model-impl</artifactId>
                        <type>test-jar</type>
                        <version>${project.version}</version>

Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml    2012-09-25 01:37:38 UTC (rev 30473)
+++ core3/impl/trunk/pom.xml    2012-09-25 01:38:11 UTC (rev 30474)
@@ -157,11 +157,6 @@
                        </dependency>
                        <dependency>
                                <groupId>org.cytoscape</groupId>
-                               <artifactId>custom-graphics-api</artifactId>
-                               <version>${cytoscape.api.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.cytoscape</groupId>
                                <artifactId>property-api</artifactId>
                                <version>${cytoscape.api.version}</version>
                        </dependency>
@@ -292,13 +287,6 @@
                        </dependency>
                        <dependency>
                                <groupId>org.cytoscape</groupId>
-                               <artifactId>custom-graphics-api</artifactId>
-                               <version>${cytoscape.api.version}</version>
-                               <type>test-jar</type>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.cytoscape</groupId>
                                <artifactId>session-api</artifactId>
                                <version>${cytoscape.api.version}</version>
                                <type>test-jar</type>

Modified: 
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
===================================================================
--- 
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
        2012-09-25 01:37:38 UTC (rev 30473)
+++ 
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
        2012-09-25 01:38:11 UTC (rev 30474)
@@ -162,7 +162,6 @@
                                
mavenBundle().groupId("org.cytoscape").artifactId("group-api").version(apiBundleVersion).startLevel(5),
                                
mavenBundle().groupId("org.cytoscape").artifactId("viewmodel-api").version(apiBundleVersion).startLevel(5),
                                
mavenBundle().groupId("org.cytoscape").artifactId("presentation-api").version(apiBundleVersion).startLevel(5),
-                               
mavenBundle().groupId("org.cytoscape").artifactId("custom-graphics-api").version(apiBundleVersion).startLevel(5),
                                
mavenBundle().groupId("org.cytoscape").artifactId("vizmap-api").version(apiBundleVersion).startLevel(5),
                                
mavenBundle().groupId("org.cytoscape").artifactId("session-api").version(apiBundleVersion).startLevel(5),
                                
mavenBundle().groupId("org.cytoscape").artifactId("io-api").version(apiBundleVersion).startLevel(5),

Modified: core3/impl/trunk/vizmap-gui-impl/pom.xml
===================================================================
--- core3/impl/trunk/vizmap-gui-impl/pom.xml    2012-09-25 01:37:38 UTC (rev 
30473)
+++ core3/impl/trunk/vizmap-gui-impl/pom.xml    2012-09-25 01:38:11 UTC (rev 
30474)
@@ -100,10 +100,6 @@
                        <artifactId>io-api</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>custom-graphics-api</artifactId>
-               </dependency>
-               <dependency>
                        <groupId>cytoscape-temp</groupId>
                        <artifactId>l2fprod-common-sheet</artifactId>
                        <version>7.3</version>

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