Author: rodche
Date: 2011-09-27 14:30:40 -0700 (Tue, 27 Sep 2011)
New Revision: 26994
Modified:
core3/support/branches/blueprint/splash-updater-impl/pom.xml
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashManipulator.java
Log:
migrated from org.sprinframework.osgi to org.eclipse.gemini.blueprint
Modified: core3/support/branches/blueprint/splash-updater-impl/pom.xml
===================================================================
--- core3/support/branches/blueprint/splash-updater-impl/pom.xml
2011-09-27 21:25:17 UTC (rev 26993)
+++ core3/support/branches/blueprint/splash-updater-impl/pom.xml
2011-09-27 21:30:40 UTC (rev 26994)
@@ -78,9 +78,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.springframework.osgi</groupId>
- <artifactId>spring-osgi-extender</artifactId>
- <version>${spring.osgi.version}</version>
+ <groupId>org.eclipse.gemini.blueprint</groupId>
+ <artifactId>gemini-blueprint-extender</artifactId>
+ <version>1.0.0.RELEASE</version>
</dependency>
</dependencies>
Modified:
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
===================================================================
---
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
2011-09-27 21:25:17 UTC (rev 26993)
+++
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
2011-09-27 21:30:40 UTC (rev 26994)
@@ -2,9 +2,7 @@
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
-import org.osgi.framework.FrameworkListener;
-import org.osgi.framework.BundleListener;
-import
org.springframework.osgi.context.event.OsgiBundleApplicationContextListener;
+import
org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener;
import java.util.Properties;
/**
Modified:
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashManipulator.java
===================================================================
---
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashManipulator.java
2011-09-27 21:25:17 UTC (rev 26993)
+++
core3/support/branches/blueprint/splash-updater-impl/src/main/java/org/cytoscape/splash/internal/SplashManipulator.java
2011-09-27 21:30:40 UTC (rev 26994)
@@ -3,14 +3,13 @@
import java.awt.SplashScreen;
import java.awt.Graphics2D;
import java.awt.Color;
-import java.awt.AlphaComposite;
import org.osgi.framework.BundleEvent;
import org.osgi.framework.FrameworkEvent;
import org.osgi.framework.BundleListener;
import org.osgi.framework.FrameworkListener;
-import org.springframework.osgi.context.event.OsgiBundleContextRefreshedEvent;
-import
org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent;
-import
org.springframework.osgi.context.event.OsgiBundleApplicationContextListener;
+import
org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent;
+import
org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEvent;
+import
org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener;
import java.awt.Font;
public class SplashManipulator implements
--
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.