[jboss-svn-commits] JBL Code SVN: r36302 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Dec 9 04:32:04 EST 2010
Author: ge0ffrey
Date: 2010-12-09 04:32:04 -0500 (Thu, 09 Dec 2010)
New Revision: 36302
Modified:
labs/jbossrules/trunk/pom.xml
Log:
code style
Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml 2010-12-09 09:04:59 UTC (rev 36301)
+++ labs/jbossrules/trunk/pom.xml 2010-12-09 09:32:04 UTC (rev 36302)
@@ -10,7 +10,7 @@
<name>Drools</name>
<description>A rule production system</description>
<url>http://www.jboss.com/products/rules</url>
-
+
<properties>
<mvel.dep.version>2.0.19</mvel.dep.version>
<camel-version>2.4.0</camel-version>
@@ -585,7 +585,8 @@
<artifactId>maven-license-plugin</artifactId>
<version>1.8.0</version>
<configuration>
- <header>${basedir}/../LICENSE-ASL-2.0-HEADER.txt</header><!-- TODO this is buggy as it only works for first level modules -->
+ <!-- TODO this is buggy as it only works for first level modules -->
+ <header>${basedir}/../LICENSE-ASL-2.0-HEADER.txt</header>
<includes>
<include>**/*.java</include>
<include>**/*.drl</include>
More information about the jboss-svn-commits
mailing list