[jboss-svn-commits] JBL Code SVN: r10819 - labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 8 03:44:03 EDT 2007


Author: pombredanne
Date: 2007-04-08 03:44:03 -0400 (Sun, 08 Apr 2007)
New Revision: 10819

Modified:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/feature.xml
Log:
JBRULES-761 Automate the Eclipse build
-Keep the plugin as jarred

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/feature.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/feature.xml	2007-04-08 07:40:13 UTC (rev 10818)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/feature.xml	2007-04-08 07:44:03 UTC (rev 10819)
@@ -1,26 +1,27 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.drools.eclipse.feature"
-      label="JBossRules Feature"
-      version="3.1.0.M1"
-      provider-name="JBoss, Inc.">
-
-   <description url="http://www.example.com/description">
-      [Enter Feature Description here.]
-   </description>
-
-   <copyright url="http://www.example.com/copyright">
-      [Enter Copyright Description here.]
-   </copyright>
-
-   <license url="http://www.example.com/license">
-      [Enter License Description here.]
-   </license>
-
-   <plugin
-         id="org.drools.eclipse"
-         download-size="0"
-         install-size="0"
-         version="3.1.0.M1"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.drools.eclipse.feature"
+      label="JBossRules Feature"
+      version="3.1.0.M1"
+      provider-name="JBoss, Inc.">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <plugin
+         id="org.drools.eclipse"
+         download-size="0"
+         install-size="0"
+         version="3.1.0.M1"
+         unpack="false"/>
+
+</feature>




More information about the jboss-svn-commits mailing list