Author: norman
Date: Fri Feb 25 07:55:53 2011
New Revision: 1074429

URL: http://svn.apache.org/viewvc?rev=1074429&view=rev
Log:
Fix type in plugin config. Thanks to Felix Knecht for the fix

Modified:
    james/mpt/trunk/pom.xml

Modified: james/mpt/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=1074429&r1=1074428&r2=1074429&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Fri Feb 25 07:55:53 2011
@@ -203,7 +203,7 @@
         <inherited>true</inherited>
         <configuration>
           <aggregate>true</aggregate>
-          <targetjdk>${target.jdk}</targetjdk>
+          <targetJdk>${target.jdk}</targetJdk>
           <rulesets>
             <ruleset>/rulesets/basic.xml</ruleset>
             <ruleset>/rulesets/controversial.xml</ruleset>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to