From: <mwl...@us...> - 2009-01-02 17:59:32
|
Revision: 826 http://cishell.svn.sourceforge.net/cishell/?rev=826&view=rev Author: mwlinnem Date: 2009-01-02 17:59:21 +0000 (Fri, 02 Jan 2009) Log Message: ----------- Other plugins can now import and use the DatabaseFactory interface (and its associated Exception). 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-02 17:57:02 UTC (rev 825) +++ trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF 2009-01-02 17:59:21 UTC (rev 826) @@ -9,4 +9,5 @@ org.osgi.service.metatype, org.osgi.service.prefs Export-Package: + org.cishell.service.database.databasefactory Bundle-ActivationPolicy: lazy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mwl...@us...> - 2009-01-15 19:30:33
|
Revision: 835 http://cishell.svn.sourceforge.net/cishell/?rev=835&view=rev Author: mwlinnem Date: 2009-01-15 19:30:25 +0000 (Thu, 15 Jan 2009) Log Message: ----------- Added import that may clear up some issues. 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-14 22:20:41 UTC (rev 834) +++ trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF 2009-01-15 19:30:25 UTC (rev 835) @@ -4,7 +4,8 @@ Bundle-SymbolicName: org.cishell.framework Bundle-Version: 1.0.0 Bundle-Vendor: Cyberinfrastructure for Network Science Center -Import-Package: org.osgi.framework, +Import-Package: org.cishell.framework, + org.osgi.framework, org.osgi.service.log, org.osgi.service.metatype, org.osgi.service.prefs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <mwl...@us...> - 2009-01-15 20:23:31
|
Revision: 837 http://cishell.svn.sourceforge.net/cishell/?rev=837&view=rev Author: mwlinnem Date: 2009-01-15 20:23:21 +0000 (Thu, 15 Jan 2009) Log Message: ----------- Blurf. 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:57:54 UTC (rev 836) +++ trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF 2009-01-15 20:23:21 UTC (rev 837) @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: CIShell Platform API -Bundle-SymbolicName: org.cishell.framework +Bundle-SymbolicName: org.cishell.service.database Bundle-Version: 1.0.0 Bundle-Vendor: Cyberinfrastructure for Network Science Center Import-Package: org.cishell.framework, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |