From: <bh...@us...> - 2008-03-25 20:00:10
|
Revision: 711 http://cishell.svn.sourceforge.net/cishell/?rev=711&view=rev Author: bh2 Date: 2008-03-25 12:58:01 -0700 (Tue, 25 Mar 2008) Log Message: ----------- cleaned up manifest a bit Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF Modified: trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2008-03-25 19:55:46 UTC (rev 710) +++ trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2008-03-25 19:58:01 UTC (rev 711) @@ -4,14 +4,13 @@ Bundle-SymbolicName: org.cishell.reference.gui.datamanager;singleton:=true Bundle-Version: 1.0.0 Bundle-Activator: org.cishell.reference.gui.datamanager.Activator -Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime -Eclipse-LazyStart: true -Import-Package: org.cishell.app.service.datamanager, - org.cishell.framework, - org.cishell.framework.algorithm, - org.cishell.framework.data, +Import-Package: org.cishell.app.service.datamanager;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.workspace, org.osgi.service.log;version="1.3.0" Export-Package: org.cishell.reference.gui.datamanager +Bundle-ActivationPolicy: lazy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |