[jboss-svn-commits] JBL Code SVN: r9366 - in labs/jbossrules/trunk/drools-testing-plugin: META-INF and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 6 02:19:34 EST 2007


Author: mshaw
Date: 2007-02-06 02:19:34 -0500 (Tue, 06 Feb 2007)
New Revision: 9366

Modified:
   labs/jbossrules/trunk/drools-testing-plugin/.classpath
   labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-testing-plugin/plugin.xml
Log:


Modified: labs/jbossrules/trunk/drools-testing-plugin/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-testing-plugin/.classpath	2007-02-06 05:21:32 UTC (rev 9365)
+++ labs/jbossrules/trunk/drools-testing-plugin/.classpath	2007-02-06 07:19:34 UTC (rev 9366)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry exported="true" kind="lib" path="lib/castor-xml-1.0.5.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.6.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/antlr-3.0ea8.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/>
@@ -12,8 +11,7 @@
 	<classpathentry exported="true" kind="lib" path="lib/xercesImpl-2.4.0.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="lib" path="C:/Documents and Settings/Matt/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar"/>
-	<classpathentry kind="lib" path="C:/Documents and Settings/Matt/.m2/repository/castor/castor-xml/1.0.5/castor-xml-1.0.5.jar"/>
-	<classpathentry kind="lib" path="C:/Documents and Settings/Matt/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="C:/Documents and Settings/mshaw/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar"/>
+	<classpathentry kind="lib" path="lib/castor-xml-1.0.5.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF	2007-02-06 05:21:32 UTC (rev 9365)
+++ labs/jbossrules/trunk/drools-testing-plugin/META-INF/MANIFEST.MF	2007-02-06 07:19:34 UTC (rev 9366)
@@ -11,7 +11,8 @@
  org.eclipse.ui.editors,
  org.eclipse.ui.ide,
  org.eclipse.ui.workbench.texteditor,
- org.eclipse.core.runtime
+ org.eclipse.core.runtime,
+ org.eclipse.ui.forms
 Eclipse-LazyStart: true
 Bundle-ClassPath: .,
  lib/antlr-2.7.6.jar,

Modified: labs/jbossrules/trunk/drools-testing-plugin/plugin.xml
===================================================================
--- labs/jbossrules/trunk/drools-testing-plugin/plugin.xml	2007-02-06 05:21:32 UTC (rev 9365)
+++ labs/jbossrules/trunk/drools-testing-plugin/plugin.xml	2007-02-06 07:19:34 UTC (rev 9366)
@@ -5,12 +5,12 @@
    <extension
          point="org.eclipse.ui.editors">
       <editor
-            name="RTL Editor"
+            class="org.drools.testing.plugin.editors.RtlFormEditor"
+            contributorClass="org.drools.testing.plugin.editors.RTLEditorContributor"
             extensions="rtl"
             icon="icons/RTL_small.gif"
-            contributorClass="org.drools.testing.plugin.editors.RTLEditorContributor"
-            class="org.drools.testing.plugin.editors.RTLEditor"
-            id="org.drools.testing.plugin.editors.RTLEditor">
+            id="org.drools.testing.plugin.editors.RtlFormEditor"
+            name="RTL Editor">
       </editor>
    </extension>
    <extension




More information about the jboss-svn-commits mailing list