[jboss-svn-commits] JBL Code SVN: r9153 - labs/jbossrules/trunk/drools-testing-plugin/META-INF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 30 08:39:22 EST 2007


Author: mshaw
Date: 2007-01-30 08:39:22 -0500 (Tue, 30 Jan 2007)
New Revision: 9153

Added:
   labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF
Log:


Added: labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF	                        (rev 0)
+++ labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF	2007-01-30 13:39:22 UTC (rev 9153)
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Drools Test Plug-in
+Bundle-SymbolicName: org.drools.testing.plugin; singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Vendor: Matt Shaw
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.jface.text,
+ org.eclipse.core.resources,
+ org.eclipse.ui,
+ org.eclipse.ui.editors,
+ org.eclipse.ui.ide,
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.core.runtime
+Eclipse-LazyStart: true
+Bundle-ClassPath: lib/drools-compiler-3.0.4.jar,
+ lib/drools-core-3.0.4.jar,
+ lib/drools-jsr94-3.0.4.jar,
+ .,
+ lib/antlr-2.7.6.jar,
+ lib/antlr-3.0ea8.jar,
+ lib/testing-core-0.0.1.jar




More information about the jboss-svn-commits mailing list