Author: neildhruva
Date: 2012-06-19 07:19:24 -0700 (Tue, 19 Jun 2012)
New Revision: 29615

Modified:
   csplugins/trunk/soc/neildhruva/PrintTable/pom.xml
Log:
jcommon and jfreechart dependencies added

Modified: csplugins/trunk/soc/neildhruva/PrintTable/pom.xml
===================================================================
--- csplugins/trunk/soc/neildhruva/PrintTable/pom.xml   2012-06-19 01:04:51 UTC 
(rev 29614)
+++ csplugins/trunk/soc/neildhruva/PrintTable/pom.xml   2012-06-19 14:19:24 UTC 
(rev 29615)
@@ -9,15 +9,36 @@
                <maven-bundle-plugin.version>2.3.4</maven-bundle-plugin.version>
                <osgi.api.version>4.2.0</osgi.api.version>
        </properties>
-       
+
        <groupId>org.cytoscape.sample</groupId>
        <artifactId>PrintTable</artifactId>
        <packaging>bundle</packaging>
        <name>${bundle.symbolicName}</name>
 
        <version>3.0.0-alpha8-SNAPSHOT</version>
-  
-       <repositories>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <instructions>
+                                               
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
+                                               
<Export-Package>!${bundle.namespace}.*</Export-Package>
+                                               
<Private-Package>${bundle.namespace}.*</Private-Package>
+                                               
<Bundle-Activator>${bundle.namespace}.CyActivator</Bundle-Activator>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+       <!-- Links to the Cytoscape Maven repositories. -->
+       <repositories>
                <repository>
                        <id>cytoscape_snapshots</id>
                        <snapshots>
@@ -41,26 +62,6 @@
                        
<url>http://code.cytoscape.org/nexus/content/repositories/releases/</url>
                </repository>
        </repositories>
-
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               
<version>${maven-bundle-plugin.version}</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${project.version}</Bundle-Version>
-                                               
<Export-Package>!${bundle.namespace}.*</Export-Package>
-                                               
<Private-Package>${bundle.namespace}.*</Private-Package>
-                                               
<Bundle-Activator>${bundle.namespace}.CyActivator</Bundle-Activator>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
     
        <dependencies>
                <dependency>
@@ -68,13 +69,12 @@
                        <artifactId>swing-application-api</artifactId>
                        <version>${cytoscape.api.version}</version>
                </dependency>
-
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>work-api</artifactId>
                        <version>${cytoscape.api.version}</version>
                </dependency>
-                       <dependency>
+               <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>service-api</artifactId>
                        <version>${cytoscape.api.version}</version>
@@ -84,7 +84,16 @@
                        <artifactId>org.osgi.core</artifactId>
                        <version>${osgi.api.version}</version>
                </dependency>
-       
-    </dependencies>
+               <dependency>
+               <groupId>jfree</groupId> 
+               <artifactId>jfreechart</artifactId>
+               <version>1.0.14</version> 
+       </dependency>
+       <dependency>
+               <groupId>jfree</groupId> 
+               <artifactId>jcommon</artifactId>
+               <version>1.0.17</version> 
+       </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