Author: kono
Date: 2011-12-06 12:23:21 -0800 (Tue, 06 Dec 2011)
New Revision: 27712
Modified:
core3/gui-distribution/trunk/assembly/src/main/resources/etc/org.ops4j.pax.logging.cfg
core3/gui-distribution/trunk/features/src/main/resources/features.xml
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
core3/impl/trunk/pom.xml
Log:
PSICQUIC Client enabled.
Modified:
core3/gui-distribution/trunk/assembly/src/main/resources/etc/org.ops4j.pax.logging.cfg
===================================================================
---
core3/gui-distribution/trunk/assembly/src/main/resources/etc/org.ops4j.pax.logging.cfg
2011-12-06 20:22:36 UTC (rev 27711)
+++
core3/gui-distribution/trunk/assembly/src/main/resources/etc/org.ops4j.pax.logging.cfg
2011-12-06 20:23:21 UTC (rev 27712)
@@ -26,7 +26,7 @@
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout.ConversionPattern=%t %p [%c] - %m%n
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.threshold=ERROR
+log4j.appender.stdout.threshold=INFO
log4j.logger.java=NONE,file
Modified: core3/gui-distribution/trunk/features/src/main/resources/features.xml
===================================================================
--- core3/gui-distribution/trunk/features/src/main/resources/features.xml
2011-12-06 20:22:36 UTC (rev 27711)
+++ core3/gui-distribution/trunk/features/src/main/resources/features.xml
2011-12-06 20:23:21 UTC (rev 27712)
@@ -116,13 +116,14 @@
<bundle
start-level="170">mvn:org.cytoscape/psi-mi-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/network-analyzer-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/table-import-impl/${cytoscape.impl.version}</bundle>
+ <bundle
start-level="170">mvn:org.cytoscape/webservice-psicquic-client-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/webservice-biomart-client-impl/${cytoscape.impl.version}</bundle>
- <bundle
start-level="170">mvn:org.cytoscape/webservice-ncbi-client-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/filter-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/sbml-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/cpath2-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/network-merge-impl/${cytoscape.impl.version}</bundle>
<bundle
start-level="170">mvn:org.cytoscape/graphml-impl/${cytoscape.impl.version}</bundle>
+
<bundle
start-level="175">mvn:org.cytoscape/plugin-impl/${cytoscape.impl.version}</bundle>
Modified:
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
===================================================================
---
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
2011-12-06 20:22:36 UTC (rev 27711)
+++
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
2011-12-06 20:23:21 UTC (rev 27712)
@@ -575,6 +575,7 @@
createNetworkViewTaskFactoryProps.setProperty("scope","limited");
createNetworkViewTaskFactoryProps.setProperty("menuGravity","3.0");
createNetworkViewTaskFactoryProps.setProperty("title","Create
View");
+
createNetworkViewTaskFactoryProps.setProperty("id","createNetworkViewTaskFactory");
registerService(bc,createNetworkViewTaskFactory,NetworkTaskFactory.class,
createNetworkViewTaskFactoryProps);
Properties exportNetworkImageTaskFactoryProps = new
Properties();
Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml 2011-12-06 20:22:36 UTC (rev 27711)
+++ core3/impl/trunk/pom.xml 2011-12-06 20:23:21 UTC (rev 27712)
@@ -57,6 +57,7 @@
<!-- <module>work-headless-impl</module> -->
<module>work-swing-impl</module>
<module>application-impl</module>
+ <module>webservice-psicquic-client-impl</module>
</modules>
<properties>
@@ -290,7 +291,7 @@
</goals>
</pluginExecutionFilter>
<action>
-
<ignore />
+
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
@@ -313,4 +314,4 @@
</plugins>
</build>
-</project>
+</project>
\ No newline at end of file
--
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.