Author: dwoods
Date: Mon Aug  2 16:29:22 2010
New Revision: 981587

URL: http://svn.apache.org/viewvc?rev=981587&view=rev
Log:
OPENJPA-1751 update checkstyle config ref to use {project.basedir} to fix build 
issue with IBM SDK 6 on Linux

Modified:
    openjpa/trunk/openjpa-examples/image-gallery/pom.xml
    openjpa/trunk/openjpa-examples/openbooks/pom.xml
    openjpa/trunk/openjpa-examples/pom.xml
    openjpa/trunk/openjpa-examples/simple/pom.xml

Modified: openjpa/trunk/openjpa-examples/image-gallery/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/image-gallery/pom.xml?rev=981587&r1=981586&r2=981587&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/image-gallery/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/image-gallery/pom.xml Mon Aug  2 16:29:22 
2010
@@ -38,7 +38,7 @@
   <description>Apache OpenJPA Examples - image-gallery</description>
 
   <properties>
-    
<checkstyle.config.location>../../openjpa-project/checkstyle.xml</checkstyle.config.location>
+    
<checkstyle.config.location>${project.basedir}/../../openjpa-project/checkstyle.xml</checkstyle.config.location>
     <test.jvm.maxpermsize>256m</test.jvm.maxpermsize>
     <test.jvm.maxheapsize>1024m</test.jvm.maxheapsize>
     <test.jvm.arguments>-Xmx${test.jvm.maxheapsize} 
-XX:MaxPermSize=${test.jvm.maxpermsize}</test.jvm.arguments>

Modified: openjpa/trunk/openjpa-examples/openbooks/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/pom.xml?rev=981587&r1=981586&r2=981587&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/openbooks/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/openbooks/pom.xml Mon Aug  2 16:29:22 2010
@@ -40,7 +40,7 @@
     <description>Apache OpenJPA Examples - OpenBooks</description>
 
     <properties>
-        
<checkstyle.config.location>../../openjpa-project/checkstyle.xml</checkstyle.config.location>
+        
<checkstyle.config.location>${project.basedir}/../../openjpa-project/checkstyle.xml</checkstyle.config.location>
     </properties>
 
     <dependencies>

Modified: openjpa/trunk/openjpa-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/pom.xml?rev=981587&r1=981586&r2=981587&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/pom.xml Mon Aug  2 16:29:22 2010
@@ -41,7 +41,7 @@
 
     <properties>
         <openjpa.Log>DefaultLevel=WARN</openjpa.Log>
-        
<checkstyle.config.location>../openjpa-project/checkstyle.xml</checkstyle.config.location>
+        
<checkstyle.config.location>${project.basedir}/../openjpa-project/checkstyle.xml</checkstyle.config.location>
     </properties>
 
     <modules>

Modified: openjpa/trunk/openjpa-examples/simple/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/simple/pom.xml?rev=981587&r1=981586&r2=981587&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/simple/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/simple/pom.xml Mon Aug  2 16:29:22 2010
@@ -39,7 +39,7 @@
     <description>Apache OpenJPA Examples - Simple</description>
 
     <properties>
-        
<checkstyle.config.location>../../openjpa-project/checkstyle.xml</checkstyle.config.location>
+        
<checkstyle.config.location>${project.basedir}/../../openjpa-project/checkstyle.xml</checkstyle.config.location>
     </properties>
 
     <dependencies>


Reply via email to