Author: mes
Date: 2011-09-12 15:48:47 -0700 (Mon, 12 Sep 2011)
New Revision: 26765

Removed:
   
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context.xml
Log:
bundle context not used

Deleted: 
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2011-09-12 22:36:06 UTC (rev 26764)
+++ 
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2011-09-12 22:48:47 UTC (rev 26765)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xmlns:osgi="http://www.springframework.org/schema/osgi";
-       xsi:schemaLocation="
-               http://www.springframework.org/schema/beans 
-               http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
-               http://www.springframework.org/schema/osgi 
-               http://www.springframework.org/schema/osgi/spring-osgi-1.0.xsd";
-       default-lazy-init="false">
-
-
-       <!--
-       This code registers the bean we just created "sampleAnalyzerImpl" as an 
-       OSGi service of a particular type 
(org.cytoscape.task.NetworkTaskFactory).
-       By registering your bean as a service, it will become available to all
-       users interested in services of that particular type.
-       The service properties are metadata that can be used elsewhere in the
-       system to identify and otherwise control how the service gets use 
-       (like determining which menu to put the service in).
-       -->
-       
-
-</beans>

Deleted: 
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context.xml
  2011-09-12 22:36:06 UTC (rev 26764)
+++ 
core3/api/branches/no-spring/dnd-api/src/main/resources/META-INF/spring/bundle-context.xml
  2011-09-12 22:48:47 UTC (rev 26765)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xmlns:context="http://www.springframework.org/schema/context";
-       xsi:schemaLocation="
-               http://www.springframework.org/schema/beans
-               http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
-               http://www.springframework.org/schema/context
-               
http://www.springframework.org/schema/context/spring-context-3.0.xsd";>
-
-       <!-- 
-       This simply constructs an object (or bean) called "sampleAnalyzerImpl"
-       of type org.cytoscape.dnd.internal.SampleAnalyzerImpl.  The name 
"sampleTaskImpl"
-       is used to identify this particular object in this and the 
-       bundle-context-osgi.xml file. 
-       -->
-
-
-</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