mirror of https://github.com/apache/openjpa.git
Changed openjpac task to be called "enhance" instead..
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@502699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84763ce94e
commit
9b78cd5441
|
@ -15,9 +15,9 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<antlib>
|
<antlib>
|
||||||
<taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask"/>
|
<taskdef name="enhance" classname="org.apache.openjpa.ant.PCEnhancerTask"/>
|
||||||
<taskdef name="appidtool"
|
<taskdef name="appidtool"
|
||||||
classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
|
classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
|
||||||
<taskdef name="metadatatool"
|
<taskdef name="metadatatool"
|
||||||
classname="org.apache.openjpa.ant.MetaDataToolTask"/>
|
classname="org.apache.openjpa.ant.MetaDataToolTask"/>
|
||||||
</antlib>
|
</antlib>
|
||||||
|
|
Loading…
Reference in New Issue