You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/09/22 21:35:25 UTC

svn commit: r697960 - in /openjpa/branches/1.0.x: openjpa-examples/pom.xml openjpa-persistence-jdbc/src/main/ant/enhancer.xml

Author: mikedd
Date: Mon Sep 22 12:35:25 2008
New Revision: 697960

URL: http://svn.apache.org/viewvc?rev=697960&view=rev
Log:
OPENJPA-685. Removing references to maven.compile.classpath and maven.dependency.classpath from enhancer ant task. Merge to 1.0.x branch

Modified:
    openjpa/branches/1.0.x/openjpa-examples/pom.xml
    openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/main/ant/enhancer.xml

Modified: openjpa/branches/1.0.x/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-examples/pom.xml?rev=697960&r1=697959&r2=697960&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-examples/pom.xml Mon Sep 22 12:35:25 2008
@@ -76,38 +76,6 @@
                     </excludes>
                 </configuration>
             </plugin>
-            <!-- ###
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>test-compile</phase>
-                        <configuration>
-                            <tasks>
-                                <path id="cp">
-                                    <path refid="maven.test.classpath" />
-                                    <path refid="maven.compile.classpath" />
-                                    <path refid="maven.dependency.classpath" />
-                                </path>
-								<taskdef name="openjpac" classname= "org.apache.openjpa.ant.PCEnhancerTask">
-									<classpath refid="cp" />
-								</taskdef>
-                                <fileset id="enhance.path.ref" dir="${project.build.testOutputDirectory}">
-                                    <include name="**/*.class" />
-                                </fileset>
-								<openjpac>
-									<classpath refid="cp" />
-									<fileset refid="enhance.path.ref" />
-								</openjpac>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            -->
         </plugins>
     </build>
 </project>

Modified: openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/main/ant/enhancer.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/main/ant/enhancer.xml?rev=697960&r1=697959&r2=697960&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/main/ant/enhancer.xml (original)
+++ openjpa/branches/1.0.x/openjpa-persistence-jdbc/src/main/ant/enhancer.xml Mon Sep 22 12:35:25 2008
@@ -59,8 +59,6 @@
           -->
         <path id="cp">
             <path refid="maven.test.classpath" />
-            <path refid="maven.compile.classpath" />
-            <path refid="maven.dependency.classpath" />
         </path>
 
         <taskdef name="openjpac"