From: <mwl...@us...> - 2008-03-25 21:08:38
|
Revision: 715 http://cishell.svn.sourceforge.net/cishell/?rev=715&view=rev Author: mwlinnem Date: 2008-03-25 14:08:31 -0700 (Tue, 25 Mar 2008) Log Message: ----------- Made CIShell 1.0 Compatible. Modified Paths: -------------- trunk/templates/org.cishell.templates.wizards/templates_3.0/jython_algorithm/META-INF/MANIFEST.MF Modified: trunk/templates/org.cishell.templates.wizards/templates_3.0/jython_algorithm/META-INF/MANIFEST.MF =================================================================== --- trunk/templates/org.cishell.templates.wizards/templates_3.0/jython_algorithm/META-INF/MANIFEST.MF 2008-03-25 20:52:42 UTC (rev 714) +++ trunk/templates/org.cishell.templates.wizards/templates_3.0/jython_algorithm/META-INF/MANIFEST.MF 2008-03-25 21:08:31 UTC (rev 715) @@ -6,9 +6,9 @@ Bundle-ClassPath: . Bundle-Localization: plugin Import-Package: org.cishell.templates.jythonrunner, - org.cishell.framework, - org.cishell.framework.algorithm, - org.cishell.framework.data, + org.cishell.framework;version="1.0.0", + org.cishell.framework.algorithm;version="1.0.0", + org.cishell.framework.data;version="1.0.0", org.osgi.framework;version="1.3.0", org.osgi.service.component;version="1.0.0", org.osgi.service.log;version="1.3.0", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |