mirror of https://github.com/apache/openjpa.git
OPENJPA-685. Removing references to maven.compile.classpath and maven.dependency.classpath from enhancer ant task. Merge to 1.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@697960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3dcaec5dfe
commit
bfed7bda15
|
@ -76,38 +76,6 @@
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -59,8 +59,6 @@
|
||||||
-->
|
-->
|
||||||
<path id="cp">
|
<path id="cp">
|
||||||
<path refid="maven.test.classpath" />
|
<path refid="maven.test.classpath" />
|
||||||
<path refid="maven.compile.classpath" />
|
|
||||||
<path refid="maven.dependency.classpath" />
|
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<taskdef name="openjpac"
|
<taskdef name="openjpac"
|
||||||
|
|
Loading…
Reference in New Issue