Author: kono
Date: 2010-08-12 13:55:39 -0700 (Thu, 12 Aug 2010)
New Revision: 21352

Modified:
   core3/linkout-impl/trunk/pom.xml
   
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
Log:
Imports and dependencies are optimized.

Modified: core3/linkout-impl/trunk/pom.xml
===================================================================
--- core3/linkout-impl/trunk/pom.xml    2010-08-12 20:55:17 UTC (rev 21351)
+++ core3/linkout-impl/trunk/pom.xml    2010-08-12 20:55:39 UTC (rev 21352)
@@ -30,21 +30,17 @@
                                <groupId>org.ops4j</groupId>
                                <artifactId>maven-pax-plugin</artifactId>
                                <version>1.4</version>
-                               <!--
-                                       | enable improved OSGi compilation 
support for the bundle
-                                       life-cycle. | to switch back to the 
standard bundle life-cycle,
-                                       move this setting | down to the 
maven-bundle-plugin section
-                               -->
+                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
+                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
+                                       to the maven-bundle-plugin section -->
                                <extensions>true</extensions>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>1.4.3</version>
-                               <!--
-                                       | the following instructions build a 
simple set of public/private
-                                       classes into an OSGi bundle
-                               -->
+                               <!-- | the following instructions build a 
simple set of public/private 
+                                       classes into an OSGi bundle -->
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
@@ -65,29 +61,9 @@
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>viewmodel-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>work-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>property</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
                        <artifactId>service-util</artifactId>
                        <version>1.0-SNAPSHOT</version>
                </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>core-task-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
        </dependencies>
 
 </project>

Modified: 
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
===================================================================
--- 
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
  2010-08-12 20:55:17 UTC (rev 21351)
+++ 
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
  2010-08-12 20:55:39 UTC (rev 21352)
@@ -10,10 +10,9 @@
 import org.cytoscape.model.CyNode;
 import org.cytoscape.property.CyProperty;
 import org.cytoscape.service.util.CyServiceRegistrar;
-import org.cytoscape.view.model.CyNetworkView;
-import org.cytoscape.view.model.View;
 import org.cytoscape.task.AbstractNodeViewTaskFactory;
 import org.cytoscape.task.NodeViewTaskFactory;
+import org.cytoscape.view.model.View;
 import org.cytoscape.work.Task;
 import org.cytoscape.work.TaskMonitor;
 

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