From: <mwl...@us...> - 2009-01-15 19:57:59
|
Revision: 836 http://cishell.svn.sourceforge.net/cishell/?rev=836&view=rev Author: mwlinnem Date: 2009-01-15 19:57:54 +0000 (Thu, 15 Jan 2009) Log Message: ----------- More manifest fiddling. How I hate you, exporting and importing! Modified Paths: -------------- trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF Modified: trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF 2009-01-15 19:30:25 UTC (rev 835) +++ trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF 2009-01-15 19:57:54 UTC (rev 836) @@ -7,8 +7,10 @@ Import-Package: org.cishell.framework, org.osgi.framework, org.osgi.service.log, - org.osgi.service.metatype, - org.osgi.service.prefs + 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", + org.cishell.framework.algorithm;version="1.0.0", + org.cishell.framework.data;version="1.0.0" Export-Package: org.cishell.service.database -Bundle-ActivationPolicy: lazy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |