Author: jm
Date: 2011-09-23 09:20:18 -0700 (Fri, 23 Sep 2011)
New Revision: 26945
Modified:
csplugins/trunk/toronto/yuedong/paperwing-impl/.classpath
csplugins/trunk/toronto/yuedong/paperwing-impl/osgi.bnd
csplugins/trunk/toronto/yuedong/paperwing-impl/pom.xml
Log:
Updated paperwing-impl so it doesn't use Spring-DM
Modified: csplugins/trunk/toronto/yuedong/paperwing-impl/.classpath
===================================================================
--- csplugins/trunk/toronto/yuedong/paperwing-impl/.classpath 2011-09-23
15:59:00 UTC (rev 26944)
+++ csplugins/trunk/toronto/yuedong/paperwing-impl/.classpath 2011-09-23
16:20:18 UTC (rev 26945)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" output="target/classes"
path="src/main/java"/>
- <classpathentry excluding="**" kind="src" output="target/classes"
path="src/main/resources"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes"
path="src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes"
path="src/main/resources"/>
+ <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Modified: csplugins/trunk/toronto/yuedong/paperwing-impl/osgi.bnd
===================================================================
--- csplugins/trunk/toronto/yuedong/paperwing-impl/osgi.bnd 2011-09-23
15:59:00 UTC (rev 26944)
+++ csplugins/trunk/toronto/yuedong/paperwing-impl/osgi.bnd 2011-09-23
16:20:18 UTC (rev 26945)
@@ -1,7 +1,3 @@
-#-----------------------------------------------------------------
-# Use this file to add customized Bnd instructions for the bundle
-#-----------------------------------------------------------------
-
-Spring-Context: META-INF/spring/*.xml
+Bundle-Activator: ${bundle.namespace}.internal.CyActivator
Private-Package: ${bundle.namespace}.internal.*
Export-Package:
!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"
Modified: csplugins/trunk/toronto/yuedong/paperwing-impl/pom.xml
===================================================================
--- csplugins/trunk/toronto/yuedong/paperwing-impl/pom.xml 2011-09-23
15:59:00 UTC (rev 26944)
+++ csplugins/trunk/toronto/yuedong/paperwing-impl/pom.xml 2011-09-23
16:20:18 UTC (rev 26945)
@@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>org.cytoscape</groupId>
- <artifactId>parent</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <artifactId>impl-parent</artifactId>
+ <version>3.0.0-alpha8-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolicName>org.cytoscape.paperwing-impl</bundle.symbolicName>
--
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.