mirror of https://github.com/apache/openjpa.git
Fixed a comment and added exclusion from enhancement for any classes contained within a directory named "unenhanced".
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@684065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5a363e651
commit
122229bb9a
|
@ -24,7 +24,7 @@
|
||||||
processing easier.
|
processing easier.
|
||||||
|
|
||||||
Test classes will not be compiled if maven is invoked with
|
Test classes will not be compiled if maven is invoked with
|
||||||
-Dmaven.tests.skip=true.
|
-Dmaven.test.skip=true.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<condition property="maven.test.skip.istrue">
|
<condition property="maven.test.skip.istrue">
|
||||||
|
@ -76,6 +76,7 @@
|
||||||
<exclude name="**/xml/*.class" />
|
<exclude name="**/xml/*.class" />
|
||||||
<exclude name="**/Unenhanced*.class" />
|
<exclude name="**/Unenhanced*.class" />
|
||||||
<exclude name="**/AbstractUnenhanced*.class" />
|
<exclude name="**/AbstractUnenhanced*.class" />
|
||||||
|
<exclude name="**/unenhanced/*.class" />
|
||||||
</fileset>
|
</fileset>
|
||||||
<openjpac>
|
<openjpac>
|
||||||
<classpath refid="cp" />
|
<classpath refid="cp" />
|
||||||
|
|
Loading…
Reference in New Issue