Author: mkirby
Date: 2012-05-11 00:39:57 -0700 (Fri, 11 May 2012)
New Revision: 29227
Removed:
core3/impl/trunk/work-headless-impl/src/main/java/org/cytoscape/work/internal/sync/
Modified:
core3/impl/trunk/work-headless-impl/pom.xml
core3/impl/trunk/work-headless-impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
Log:
mkirby: Moved all non work-swing classes into work-impl.
Modified: core3/impl/trunk/work-headless-impl/pom.xml
===================================================================
--- core3/impl/trunk/work-headless-impl/pom.xml 2012-05-11 07:39:04 UTC (rev
29226)
+++ core3/impl/trunk/work-headless-impl/pom.xml 2012-05-11 07:39:57 UTC (rev
29227)
@@ -78,18 +78,8 @@
<dependencies>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>work-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
<artifactId>work-swing-api</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>work-api</artifactId>
- <scope>provided</scope>
- </dependency>
</dependencies>
</project>
Modified:
core3/impl/trunk/work-headless-impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
===================================================================
---
core3/impl/trunk/work-headless-impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
2012-05-11 07:39:04 UTC (rev 29226)
+++
core3/impl/trunk/work-headless-impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
2012-05-11 07:39:57 UTC (rev 29227)
@@ -3,14 +3,6 @@
import java.util.Properties;
import org.cytoscape.service.util.AbstractCyActivator;
-import org.cytoscape.work.TunableHandlerFactory;
-import org.cytoscape.work.TunableRecorder;
-import org.cytoscape.work.TunableSetter;
-import org.cytoscape.work.internal.sync.SyncTaskManager;
-import org.cytoscape.work.internal.sync.SyncTunableHandlerFactory;
-import org.cytoscape.work.internal.sync.SyncTunableMutator;
-import org.cytoscape.work.internal.sync.TunableRecorderManager;
-import org.cytoscape.work.internal.sync.TunableSetterImpl;
import org.cytoscape.work.internal.task.*;
import org.cytoscape.work.swing.DialogTaskManager;
import org.cytoscape.work.swing.undo.SwingUndoSupport;
@@ -36,7 +28,7 @@
registerService(bc,jDialogTaskManager,DialogTaskManager.class,
new Properties());
- SyncTunableMutator syncTunableMutator = new
SyncTunableMutator();
+ /*SyncTunableMutator syncTunableMutator = new
SyncTunableMutator();
SyncTaskManager syncTaskManager = new
SyncTaskManager(syncTunableMutator);
registerAllServices(bc,syncTaskManager, new Properties());
@@ -49,7 +41,7 @@
SyncTunableHandlerFactory syncTunableHandlerFactory = new
SyncTunableHandlerFactory();
Properties syncFactoryProp = new Properties();
registerService(bc,syncTunableHandlerFactory,
TunableHandlerFactory.class, syncFactoryProp);
-
syncTunableMutator.addTunableHandlerFactory(syncTunableHandlerFactory,
syncFactoryProp);
+
syncTunableMutator.addTunableHandlerFactory(syncTunableHandlerFactory,
syncFactoryProp);*/
}
}
\ 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.