Author: mes
Date: 2010-08-10 17:52:53 -0700 (Tue, 10 Aug 2010)
New Revision: 21324

Removed:
   core3/model-api/trunk/src/main/java/org/cytoscape/event/
   core3/model-api/trunk/src/main/javadoc/org/cytoscape/event/
   core3/model-api/trunk/src/test/java/org/cytoscape/event/
Modified:
   core3/model-api/trunk/osgi.bnd
   core3/model-api/trunk/pom.xml
Log:
updates for event api separation

Modified: core3/model-api/trunk/osgi.bnd
===================================================================
--- core3/model-api/trunk/osgi.bnd      2010-08-11 00:38:37 UTC (rev 21323)
+++ core3/model-api/trunk/osgi.bnd      2010-08-11 00:52:53 UTC (rev 21324)
@@ -2,5 +2,4 @@
 # Use this file to add customized Bnd instructions for the bundle
 #-----------------------------------------------------------------
 
-Export-Package: 
${bundle.namespace},${bundle.namespace}.events,${bundle.namespace}.subnetwork,org.cytoscape.event
-Import-Package: 
${bundle.namespace},${bundle.namespace}.events,${bundle.namespace}.subnetwork,org.cytoscape.event
+Export-Package: 
${bundle.namespace},${bundle.namespace}.events,${bundle.namespace}.subnetwork

Modified: core3/model-api/trunk/pom.xml
===================================================================
--- core3/model-api/trunk/pom.xml       2010-08-11 00:38:37 UTC (rev 21323)
+++ core3/model-api/trunk/pom.xml       2010-08-11 00:52:53 UTC (rev 21324)
@@ -89,6 +89,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>event-api</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</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