From: <fu...@us...> - 2010-11-16 02:23:36
|
Revision: 1167 http://cishell.svn.sourceforge.net/cishell/?rev=1167&view=rev Author: fugu13 Date: 2010-11-16 02:23:29 +0000 (Tue, 16 Nov 2010) Log Message: ----------- these should not have been bundled in our own jars anyways. They will be their own jars from now on, automatically packaged in Modified Paths: -------------- branches/tycho/core/org.cishell.reference/META-INF/MANIFEST.MF Removed Paths: ------------- branches/tycho/core/org.cishell.framework/lib/ Modified: branches/tycho/core/org.cishell.reference/META-INF/MANIFEST.MF =================================================================== --- branches/tycho/core/org.cishell.reference/META-INF/MANIFEST.MF 2010-11-14 18:38:40 UTC (rev 1166) +++ branches/tycho/core/org.cishell.reference/META-INF/MANIFEST.MF 2010-11-16 02:23:29 UTC (rev 1167) @@ -12,12 +12,16 @@ org.osgi.framework, org.osgi.service.log, org.osgi.service.metatype;version="1.1.0", - org.osgi.service.prefs + org.osgi.service.prefs, + edu.uci.ics.jung.algorithms.shortestpath, + edu.uci.ics.jung.graph, + edu.uci.ics.jung.graph.impl, + edu.uci.ics.jung.io, + edu.uci.ics.jung.utils Export-Package: org.cishell.reference.app.service.algorithminvocation, org.cishell.reference.app.service.datamanager, org.cishell.reference.app.service.scheduler, org.cishell.reference.service.conversion, org.cishell.reference.service.metatype Eclipse-LazyStart: true -Require-Bundle: jung Bundle-RequiredExecutionEnvironment: J2SE-1.5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |