Author: rodche
Date: 2011-09-27 14:31:34 -0700 (Tue, 27 Sep 2011)
New Revision: 26996
Modified:
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/main/resources/log4j.properties
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/test/resources/log4j.properties
core3/impl/branches/blueprint/event-impl/impl/src/test/java/org/cytoscape/event/CyEventHelperTest.java
core3/impl/branches/blueprint/event-impl/pom.xml
core3/impl/branches/blueprint/pom.xml
core3/impl/branches/blueprint/viewmodel-impl/impl/src/test/resources/log4j.properties
core3/impl/branches/blueprint/vizmap-impl/impl/src/test/resources/log4j.properties
Log:
migrated from org.sprinframework.osgi to org.eclipse.gemini.blueprint
Modified:
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/main/resources/log4j.properties
===================================================================
---
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/main/resources/log4j.properties
2011-09-27 21:30:55 UTC (rev 26995)
+++
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/main/resources/log4j.properties
2011-09-27 21:31:34 UTC (rev 26996)
@@ -4,5 +4,5 @@
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.threshold=TRACE
-#log4j.logger.org.springframework.osgi=DEBUG
+#log4j.logger.org.eclipse.gemini.blueprint=DEBUG
#log4j.logger.org.springframework=DEBUG
\ No newline at end of file
Modified:
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/test/resources/log4j.properties
===================================================================
---
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/test/resources/log4j.properties
2011-09-27 21:30:55 UTC (rev 26995)
+++
core3/impl/branches/blueprint/ding-impl/ding-customgraphics-manager-impl/src/test/resources/log4j.properties
2011-09-27 21:31:34 UTC (rev 26996)
@@ -4,5 +4,5 @@
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.threshold=TRACE
-#log4j.logger.org.springframework.osgi=DEBUG
+#log4j.logger.org.eclipse.gemini.blueprint=DEBUG
#log4j.logger.org.springframework=DEBUG
\ No newline at end of file
Modified:
core3/impl/branches/blueprint/event-impl/impl/src/test/java/org/cytoscape/event/CyEventHelperTest.java
===================================================================
---
core3/impl/branches/blueprint/event-impl/impl/src/test/java/org/cytoscape/event/CyEventHelperTest.java
2011-09-27 21:30:55 UTC (rev 26995)
+++
core3/impl/branches/blueprint/event-impl/impl/src/test/java/org/cytoscape/event/CyEventHelperTest.java
2011-09-27 21:31:34 UTC (rev 26996)
@@ -45,7 +45,7 @@
import org.osgi.framework.*;
-import org.springframework.osgi.mock.*;
+import org.eclipse.gemini.blueprint.mock.*;
import java.lang.RuntimeException;
Modified: core3/impl/branches/blueprint/event-impl/pom.xml
===================================================================
--- core3/impl/branches/blueprint/event-impl/pom.xml 2011-09-27 21:30:55 UTC
(rev 26995)
+++ core3/impl/branches/blueprint/event-impl/pom.xml 2011-09-27 21:31:34 UTC
(rev 26996)
@@ -97,9 +97,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.springframework.osgi</groupId>
- <artifactId>spring-osgi-mock</artifactId>
- <version>1.0</version>
+ <groupId>org.eclipse.gemini.blueprint</groupId>
+ <artifactId>gemini-blueprint-mock</artifactId>
+ <version>1.0.0.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/impl/branches/blueprint/pom.xml
===================================================================
--- core3/impl/branches/blueprint/pom.xml 2011-09-27 21:30:55 UTC (rev
26995)
+++ core3/impl/branches/blueprint/pom.xml 2011-09-27 21:31:34 UTC (rev
26996)
@@ -306,5 +306,4 @@
</plugin>
</plugins>
</build>
-
</project>
Modified:
core3/impl/branches/blueprint/viewmodel-impl/impl/src/test/resources/log4j.properties
===================================================================
---
core3/impl/branches/blueprint/viewmodel-impl/impl/src/test/resources/log4j.properties
2011-09-27 21:30:55 UTC (rev 26995)
+++
core3/impl/branches/blueprint/viewmodel-impl/impl/src/test/resources/log4j.properties
2011-09-27 21:31:34 UTC (rev 26996)
@@ -5,4 +5,4 @@
log4j.appender.stdout.threshold=TRACE
log4j.logger.org.springframework=INFO
-log4j.logger.org.springframework.osgi.test=INFO
+log4j.logger.org.eclipse.gemini.blueprint.test=INFO
Modified:
core3/impl/branches/blueprint/vizmap-impl/impl/src/test/resources/log4j.properties
===================================================================
---
core3/impl/branches/blueprint/vizmap-impl/impl/src/test/resources/log4j.properties
2011-09-27 21:30:55 UTC (rev 26995)
+++
core3/impl/branches/blueprint/vizmap-impl/impl/src/test/resources/log4j.properties
2011-09-27 21:31:34 UTC (rev 26996)
@@ -5,4 +5,4 @@
log4j.appender.stdout.threshold=TRACE
log4j.logger.org.springframework=INFO
-log4j.logger.org.springframework.osgi.test=INFO
+log4j.logger.org.eclipse.gemini.blueprint.test=INFO
--
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.