Author: abeld
Date: 2009-03-07 12:02:16 -0800 (Sat, 07 Mar 2009)
New Revision: 16176

Removed:
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/src/main/java/org/cytoscape/vizmap/events/internal/
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/src/main/java/org/cytoscape/vizmap/internal/
Modified:
   cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/osgi.bnd
   cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/pom.xml
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/src/main/resources/META-INF/spring/bundle-context.xml
Log:
refactored-viewmodel: cutting up vizmap into -api and -impl: remove 
implementation from vizmap-api

Modified: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/osgi.bnd
===================================================================
--- cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/osgi.bnd 
2009-03-07 19:58:07 UTC (rev 16175)
+++ cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/osgi.bnd 
2009-03-07 20:02:16 UTC (rev 16176)
@@ -3,6 +3,5 @@
 #-----------------------------------------------------------------
 
 Spring-Context: META-INF/spring/*.xml
-Private-Package: 
${bundle.symbolicName}.internal,${bundle.symbolicName}.events.internal
 Export-Package: ${bundle.symbolicName},${bundle.symbolicName}.events,
 

Modified: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/pom.xml
===================================================================
--- cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/pom.xml  
2009-03-07 19:58:07 UTC (rev 16175)
+++ cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/pom.xml  
2009-03-07 20:02:16 UTC (rev 16176)
@@ -14,7 +14,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.cytoscape</groupId>
-  <artifactId>vizmap</artifactId>
+  <artifactId>vizmap-api</artifactId>
   <version>1.0-SNAPSHOT</version>
 
   <name>${bundle.symbolicName}</name>

Modified: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/src/main/resources/META-INF/spring/bundle-context.xml
    2009-03-07 19:58:07 UTC (rev 16175)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-api/src/main/resources/META-INF/spring/bundle-context.xml
    2009-03-07 20:02:16 UTC (rev 16176)
@@ -16,9 +16,4 @@
 
        <context:annotation-config />
 
-       <bean id="visualStyleCatalog" 
class="org.cytoscape.vizmap.internal.VisualStyleCatalogImpl">
-         <property name="eventHelper" ref="cyEventHelperServiceRef"></property>
-         <property name="visualPropertyCatalog" 
ref="visualPropertyCatalogRef"></property>
-       </bean>
-
 </beans>


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