From: <bh...@us...> - 2008-03-25 19:35:19
|
Revision: 708 http://cishell.svn.sourceforge.net/cishell/?rev=708&view=rev Author: bh2 Date: 2008-03-25 12:32:53 -0700 (Tue, 25 Mar 2008) Log Message: ----------- removed some unneeded bundle-localization items in manifests Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF trunk/core/org.cishell.reference/META-INF/MANIFEST.MF trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF trunk/examples/org.cishell.tests.conversion1/src/org/cishell/tests/conversion1/AlgC.java trunk/libs/cern.colt/META-INF/MANIFEST.MF trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF Modified: trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -4,7 +4,6 @@ Bundle-SymbolicName: org.cishell.reference.gui.menumanager;singleton:=true Bundle-Version: 1.0.0 Bundle-Activator: org.cishell.reference.gui.menumanager.Activator -Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime Eclipse-LazyStart: true Modified: trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -4,7 +4,6 @@ Bundle-SymbolicName: org.cishell.reference.gui.workspace; singleton:=true Bundle-Version: 1.0.0 Bundle-Activator: org.cishell.reference.gui.workspace.Activator -Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.update.ui Modified: trunk/core/org.cishell.reference/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -3,7 +3,6 @@ Bundle-Name: CIShell Reference Service Implementations Bundle-SymbolicName: org.cishell.reference Bundle-Version: 1.0.0 -Bundle-Localization: plugin Import-Package: org.cishell.app.service.datamanager;version="1.0.0", org.cishell.app.service.scheduler;version="1.0.0", org.cishell.framework;version="1.0.0", Modified: trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -4,7 +4,6 @@ Bundle-SymbolicName: org.cishell.reference.services Bundle-Version: 1.0.0 Bundle-Activator: org.cishell.reference.services.Activator -Bundle-Localization: plugin X-AutoStart: true Import-Package: org.cishell.app.service.datamanager;version="1.0.0", org.cishell.app.service.scheduler;version="1.0.0", Modified: trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -4,5 +4,4 @@ Bundle-SymbolicName: org.cishell.service.autostart Bundle-Version: 1.0.0 Bundle-Activator: org.cishell.service.autostart.Activator -Bundle-Localization: plugin Import-Package: org.osgi.framework;version="1.3.0" Modified: trunk/examples/org.cishell.tests.conversion1/src/org/cishell/tests/conversion1/AlgC.java =================================================================== --- trunk/examples/org.cishell.tests.conversion1/src/org/cishell/tests/conversion1/AlgC.java 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/examples/org.cishell.tests.conversion1/src/org/cishell/tests/conversion1/AlgC.java 2008-03-25 19:32:53 UTC (rev 708) @@ -20,7 +20,6 @@ import org.cishell.framework.algorithm.AlgorithmFactory; import org.cishell.framework.data.Data; import org.osgi.service.log.LogService; -import org.osgi.service.metatype.MetaTypeProvider; /** * Modified: trunk/libs/cern.colt/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/cern.colt/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/libs/cern.colt/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -4,5 +4,4 @@ Bundle-SymbolicName: cern.colt Bundle-Version: 1.2.0 Bundle-ClassPath: colt.jar -Bundle-Localization: plugin Export-Package: cern.clhep,cern.colt,cern.colt.bitvector,cern.colt.buffer,cern.colt.function,cern.colt.list,cern.colt.list.adapter,cern.colt.map,cern.colt.matrix,cern.colt.matrix.bench,cern.colt.matrix.doublealgo,cern.colt.matrix.impl,cern.colt.matrix.linalg,cern.colt.matrix.objectalgo,cern.jet.math,cern.jet.random,cern.jet.random.engine,cern.jet.random.sampling,cern.jet.stat,cern.jet.stat.quantile,corejava,hep.aida,hep.aida.bin,hep.aida.ref Modified: trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/libs/edu.uci.ics.jung/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -4,7 +4,6 @@ Bundle-SymbolicName: edu.uci.ics.jung Bundle-Version: 1.7.4 Bundle-ClassPath: jung-1.7.4.jar -Bundle-Localization: plugin Export-Package: edu.uci.ics.jung.algorithms, edu.uci.ics.jung.algorithms.blockmodel, edu.uci.ics.jung.algorithms.cluster, Modified: trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -4,5 +4,4 @@ Bundle-SymbolicName: org.apache.commons.collections Bundle-Version: 3.1.0 Bundle-ClassPath: commons-collections-3.1.jar -Bundle-Localization: plugin Export-Package: org.apache.commons.collections,org.apache.commons.collections.bag,org.apache.commons.collections.bidimap,org.apache.commons.collections.buffer,org.apache.commons.collections.collection,org.apache.commons.collections.comparators,org.apache.commons.collections.functors,org.apache.commons.collections.iterators,org.apache.commons.collections.keyvalue,org.apache.commons.collections.list,org.apache.commons.collections.map,org.apache.commons.collections.set Modified: trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF =================================================================== --- trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF 2008-03-25 19:18:32 UTC (rev 707) +++ trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF 2008-03-25 19:32:53 UTC (rev 708) @@ -3,7 +3,6 @@ Bundle-Name: CIShell Template Code Provider Bundle-SymbolicName: org.cishell.templates;singleton:=true Bundle-Version: 1.0.0 -Bundle-Localization: plugin X-AutoStart: true Import-Package: org.cishell.framework;version="1.0.0", org.cishell.framework.algorithm;version="1.0.0", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |