[jboss-svn-commits] JBL Code SVN: r36151 - in labs/jbossrules/trunk/drools-eclipse: org.eclipse.webdav and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Dec 1 12:15:50 EST 2010
Author: ge0ffrey
Date: 2010-12-01 12:15:49 -0500 (Wed, 01 Dec 2010)
New Revision: 36151
Removed:
labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/.cvsignore
Modified:
labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/pom.xml
labs/jbossrules/trunk/drools-eclipse/pom.xml
Log:
correct license for eclipse plugin + decription of webdav purpose
Deleted: labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/.cvsignore
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/.cvsignore 2010-12-01 16:22:54 UTC (rev 36150)
+++ labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/.cvsignore 2010-12-01 17:15:49 UTC (rev 36151)
@@ -1 +0,0 @@
-bin
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/pom.xml 2010-12-01 16:22:54 UTC (rev 36150)
+++ labs/jbossrules/trunk/drools-eclipse/org.eclipse.webdav/pom.xml 2010-12-01 17:15:49 UTC (rev 36151)
@@ -12,7 +12,10 @@
<version>3.0.101</version><!-- TODO the version should clearly show that it is a fork -->
<packaging>eclipse-plugin</packaging>
- <name>Drools :: Eclipse :: Guvnor tools</name>
+ <name>Drools :: Eclipse :: Webdav for Guvnor tools</name>
+ <description>
+ We build this plugin because eclipse no longer distributes it and Guvnor tools needs it.
+ </description>
<dependencies>
Modified: labs/jbossrules/trunk/drools-eclipse/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/pom.xml 2010-12-01 16:22:54 UTC (rev 36150)
+++ labs/jbossrules/trunk/drools-eclipse/pom.xml 2010-12-01 17:15:49 UTC (rev 36151)
@@ -38,6 +38,13 @@
<module>org.drools.updatesite</module>
</modules>
+ <licenses>
+ <license>
+ <name>Eclipse Public License v1.0</name>
+ <url>http://www.eclipse.org/legal/epl-v10.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
<repositories>
<repository>
<id>eclipse-helios</id><!-- helios is 3.6 -->
@@ -45,7 +52,6 @@
<url>http://download.eclipse.org/releases/helios</url>
</repository>
</repositories>
-
<build>
<plugins>
<plugin>
More information about the jboss-svn-commits
mailing list