From: <pat...@us...> - 2011-02-16 19:54:08
|
Revision: 1212 http://cishell.svn.sourceforge.net/cishell/?rev=1212&view=rev Author: pataphil Date: 2011-02-16 19:54:02 +0000 (Wed, 16 Feb 2011) Log Message: ----------- * Trying to fix the build. Modified Paths: -------------- trunk/core/org.cishell.reference/META-INF/MANIFEST.MF Modified: trunk/core/org.cishell.reference/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2011-02-16 17:41:25 UTC (rev 1211) +++ trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2011-02-16 19:54:02 UTC (rev 1212) @@ -2,14 +2,14 @@ Bundle-Name: CIShell Reference Service Implementations Bundle-SymbolicName: org.cishell.reference Bundle-Version: 1.0.0 -Import-Package: org.cishell.app.service.datamanager;version="1.0.0", +Import-Package: org.cishell.app.service.datamanager, org.cishell.app.service.fileloader, org.cishell.app.service.scheduler;version="1.0.0", org.cishell.framework;version="1.0.0", org.cishell.framework.algorithm;version="1.0.0", org.cishell.framework.data;version="1.0.0", - org.cishell.reference.gui.common, org.cishell.reference.gui.guibuilder.swt, + org.cishell.reference.gui.workspace.common, org.cishell.service.algorithminvocation, org.cishell.service.conversion;version="1.0.0", org.cishell.service.guibuilder;version="1.0.0", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |