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:
Marc Prud'hommeaux 2007-02-02 19:39:14 +00:00
parent 84763ce94e
commit 9b78cd5441
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
limitations under the License.
-->
<antlib>
<taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask"/>
<taskdef name="enhance" classname="org.apache.openjpa.ant.PCEnhancerTask"/>
<taskdef name="appidtool"
classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
<taskdef name="metadatatool"
classname="org.apache.openjpa.ant.MetaDataToolTask"/>
</antlib>
</antlib>