You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/29 11:12:48 UTC

svn commit: r779933 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.registry.plugin/META-INF/MANIFEST.MF

Author: spoole
Date: Fri May 29 11:12:48 2009
New Revision: 779933

URL: http://svn.apache.org/viewvc?rev=779933&view=rev
Log:
runtime config chane to api registy project so it works out of eclipse

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.registry.plugin/META-INF/MANIFEST.MF

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.registry.plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.registry.plugin/META-INF/MANIFEST.MF?rev=779933&r1=779932&r2=779933&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.registry.plugin/META-INF/MANIFEST.MF (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.registry.plugin/META-INF/MANIFEST.MF Fri May 29 11:12:48 2009
@@ -3,7 +3,8 @@
 Bundle-Name: Kato API Plugin
 Bundle-SymbolicName: org.apache.kato.api.registry.plugin;singleton:=true
 Bundle-Version: 1.0.0
-Bundle-ClassPath: .
+Bundle-ClassPath: .,
+ target/classes/
 Bundle-Vendor: Apache Software Foundation
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Activator: org.apache.kato.api.plugin.Activator