You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2010/08/19 00:15:47 UTC

svn commit: r986968 - /incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml

Author: jbohn
Date: Wed Aug 18 22:15:47 2010
New Revision: 986968

URL: http://svn.apache.org/viewvc?rev=986968&view=rev
Log:
merge 985966 from trunk - fix test failure by moving maven.compile.classpath setting outside of pathelement statement - thanks to Alexandros Karypidis for finding and resolving the issue

Modified:
    incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml

Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml?rev=986968&r1=986967&r2=986968&view=diff
==============================================================================
--- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml (original)
+++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml Wed Aug 18 22:15:47 2010
@@ -70,8 +70,8 @@
                     <tasks>
                       <taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="maven.compile.classpath" />
                       <openjpac>
+                          <classpath refid="maven.compile.classpath"/> 
                           <classpath>
-                            <pathelement path="${maven.compile.classpath}" />
                             <pathelement location="target/classes" />
                             <pathelement location="src/main/resources" />
                           </classpath>