Author: kono
Date: 2010-08-03 18:03:31 -0700 (Tue, 03 Aug 2010)
New Revision: 21174

Modified:
   core3/viewmodel-impl/trunk/pom.xml
Log:
Dependencies are optimized.

Modified: core3/viewmodel-impl/trunk/pom.xml
===================================================================
--- core3/viewmodel-impl/trunk/pom.xml  2010-08-04 00:53:34 UTC (rev 21173)
+++ core3/viewmodel-impl/trunk/pom.xml  2010-08-04 01:03:31 UTC (rev 21174)
@@ -28,10 +28,8 @@
                        <resource>
                                <directory>src/main/resources</directory>
                        </resource>
-                       <!--
-                               | example additional resource entries, useful 
when building Eclipse
-                               RCP applications
-                       -->
+                       <!-- | example additional resource entries, useful when 
building Eclipse 
+                               RCP applications -->
                </resources>
                <plugins>
                        <plugin>
@@ -45,21 +43,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>${maven-bundle-plugin.version}</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>
@@ -72,9 +66,7 @@
        </build>
 
        <repositories>
-               <!--
-                       bootstrap for cytoscape , namely the parent POM 
snapshots
-               -->
+               <!-- bootstrap for cytoscape , namely the parent POM snapshots 
-->
                <repository>
                        <id>cytoscape_snapshots</id>
                        <snapshots>
@@ -86,9 +78,7 @@
                        <name>Cytoscape Snapshots</name>
                        
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
                </repository>
-               <!--
-                       bootstrap for cytoscape d, namely the parent POM 
releases
-               -->
+               <!-- bootstrap for cytoscape d, namely the parent POM releases 
-->
                <repository>
                        <id>cytoscape_releases</id>
                        <snapshots>
@@ -107,11 +97,6 @@
                <!-- Cytoscape modules -->
                <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>model-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
                        <artifactId>viewmodel-api</artifactId>
                        <version>1.0-SNAPSHOT</version>
                </dependency>
@@ -123,13 +108,6 @@
 
                <!-- unit test modules -->
                <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>viewmodel-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-                       <type>test-jar</type>
-                       <scope>test</scope>
-               </dependency>
-        <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>${junit.version}</version>
@@ -141,14 +119,5 @@
                        <version>${easymock.version}</version>
                        <scope>test</scope>
                </dependency>
-               
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>model-impl</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-                       <scope>test</scope>
-               </dependency>
-
-
        </dependencies>
 </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