From: <pat...@us...> - 2011-01-03 18:53:15
|
Revision: 1186 http://cishell.svn.sourceforge.net/cishell/?rev=1186&view=rev Author: pataphil Date: 2011-01-03 18:53:09 +0000 (Mon, 03 Jan 2011) Log Message: ----------- * Changed references from org.prefuse.lib to prefuse. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.algorithm/META-INF/MANIFEST.MF trunk/testing/org.cishell.testing.convertertester.core.new/META-INF/MANIFEST.MF Modified: trunk/testing/org.cishell.testing.convertertester.algorithm/META-INF/MANIFEST.MF =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/META-INF/MANIFEST.MF 2010-12-28 03:10:49 UTC (rev 1185) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/META-INF/MANIFEST.MF 2011-01-03 18:53:09 UTC (rev 1186) @@ -29,5 +29,5 @@ Require-Bundle: org.eclipse.swt, org.eclipse.ui, edu.uci.ics.jung, - org.prefuse.lib, + prefuse, org.cishell.testing.convertertester.core.new Modified: trunk/testing/org.cishell.testing.convertertester.core.new/META-INF/MANIFEST.MF =================================================================== --- trunk/testing/org.cishell.testing.convertertester.core.new/META-INF/MANIFEST.MF 2010-12-28 03:10:49 UTC (rev 1185) +++ trunk/testing/org.cishell.testing.convertertester.core.new/META-INF/MANIFEST.MF 2011-01-03 18:53:09 UTC (rev 1186) @@ -13,7 +13,7 @@ org.osgi.service.log;version="1.3.0", org.osgi.service.metatype;version="1.1.0", org.osgi.service.prefs;version="1.1.0" -Require-Bundle: org.prefuse.lib +Require-Bundle: prefuse Export-Package: org.cishell.testing.convertertester.core.converter.graph, org.cishell.testing.convertertester.core.tester.graphcomparison, org.cishell.testing.convertertester.core.tester2, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |