From: <hu...@us...> - 2007-05-17 18:49:51
|
Revision: 402 http://svn.sourceforge.net/cishell/?rev=402&view=rev Author: huangb Date: 2007-05-17 11:49:45 -0700 (Thu, 17 May 2007) Log Message: ----------- Update the Bundle-Version to 0.5.0 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 2007-05-15 14:19:12 UTC (rev 401) +++ trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2007-05-17 18:49:45 UTC (rev 402) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Data Manager GUI Plug-in Bundle-SymbolicName: org.cishell.reference.gui.datamanager;singleton:=true -Bundle-Version: 0.3.0 +Bundle-Version: 0.5.0 Bundle-Activator: org.cishell.reference.gui.datamanager.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hu...@us...> - 2008-03-25 16:27:00
|
Revision: 703 http://cishell.svn.sourceforge.net/cishell/?rev=703&view=rev Author: huangb Date: 2008-03-25 09:26:18 -0700 (Tue, 25 Mar 2008) Log Message: ----------- update bundle-version to 1.0.0 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 16:24:52 UTC (rev 702) +++ trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2008-03-25 16:26:18 UTC (rev 703) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Data Manager GUI Plug-in Bundle-SymbolicName: org.cishell.reference.gui.datamanager;singleton:=true -Bundle-Version: 0.5.0 +Bundle-Version: 1.0.0 Bundle-Activator: org.cishell.reference.gui.datamanager.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |