From: <pat...@us...> - 2011-02-11 15:41:59
|
Revision: 1207 http://cishell.svn.sourceforge.net/cishell/?rev=1207&view=rev Author: pataphil Date: 2011-02-11 15:41:52 +0000 (Fri, 11 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-11 13:38:37 UTC (rev 1206) +++ trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2011-02-11 15:41:52 UTC (rev 1207) @@ -25,7 +25,9 @@ org.cishell.reference.service.metatype Require-Bundle: edu.uci.ics.jung, org.eclipse.swt, - org.eclipse.ui + org.eclipse.ui, + org.eclipse.core.runtime;bundle-version="3.4.0", + org.eclipse.update.ui;bundle-version="3.2.100" Service-Component: OSGI-INF/fileloader.xml Bundle-RequiredExecutionEnvironment: J2SE-1.5 X-AutoStart: true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pat...@us...> - 2011-02-14 14:33:35
|
Revision: 1208 http://cishell.svn.sourceforge.net/cishell/?rev=1208&view=rev Author: pataphil Date: 2011-02-14 14:33:29 +0000 (Mon, 14 Feb 2011) Log Message: ----------- * Fixing 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-11 15:41:52 UTC (rev 1207) +++ trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2011-02-14 14:33:29 UTC (rev 1208) @@ -26,8 +26,8 @@ Require-Bundle: edu.uci.ics.jung, org.eclipse.swt, org.eclipse.ui, - org.eclipse.core.runtime;bundle-version="3.4.0", - org.eclipse.update.ui;bundle-version="3.2.100" + org.eclipse.core.runtime, + org.eclipse.update.ui Service-Component: OSGI-INF/fileloader.xml Bundle-RequiredExecutionEnvironment: J2SE-1.5 X-AutoStart: true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pat...@us...> - 2011-02-16 16:36:53
|
Revision: 1209 http://cishell.svn.sourceforge.net/cishell/?rev=1209&view=rev Author: pataphil Date: 2011-02-16 16:36:46 +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-14 14:33:29 UTC (rev 1208) +++ trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2011-02-16 16:36:46 UTC (rev 1209) @@ -9,6 +9,7 @@ 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.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. |
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. |