:-) His past comes back to haunt him... :-) Nice catch, Marc.
On 2/1/07, Marc Prud'hommeaux <[EMAIL PROTECTED]> wrote:
> + <taskdef name="kodoc" > classname="org.apache.openjpa.ant.PCEnhancerTask"/> Shouldn't that be "openjpac"? Or maybe just "enhance"? On Feb 1, 2007, at 2:03 PM, [EMAIL PROTECTED] wrote: > Author: pcl > Date: Thu Feb 1 14:03:31 2007 > New Revision: 502374 > > URL: http://svn.apache.org/viewvc?view=rev&rev=502374 > Log: > OPENJPA-37 > > Added: > incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ > apache/openjpa/jdbc/ant/antlib.xml (with props) > incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/ > apache/openjpa/ant/antlib.xml (with props) > > Added: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ > apache/openjpa/jdbc/ant/antlib.xml > URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa- > jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml? > view=auto&rev=502374 > ====================================================================== > ======== > --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ > apache/openjpa/jdbc/ant/antlib.xml (added) > +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ > apache/openjpa/jdbc/ant/antlib.xml Thu Feb 1 14:03:31 2007 > @@ -0,0 +1,25 @@ > +<?xml version="1.0"?> > +<!-- > + Copyright 2006 The Apache Software Foundation. > + > + Licensed under the Apache License, Version 2.0 (the "License"); > + you may not use this file except in compliance with the License. > + You may obtain a copy of the License at > + > + http://www.apache.org/licenses/LICENSE-2.0 > + > + Unless required by applicable law or agreed to in writing, software > + distributed under the License is distributed on an "AS IS" BASIS, > + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > + See the License for the specific language governing permissions and > + limitations under the License. > +--> > +<antlib> > + <taskdef resource="org/apache/openjpa/ant/antlib.xml"/> > + <taskdef name="mappingtool" > + classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/> > + <taskdef name="reversemappingtool" > + classname=" org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/> > + <taskdef name="schematool" > + classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/> > +</antlib> > \ No newline at end of file > > Propchange: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/ > org/apache/openjpa/jdbc/ant/antlib.xml > ---------------------------------------------------------------------- > -------- > svn:eol-style = LF > > Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/ > org/apache/openjpa/ant/antlib.xml > URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa- > kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml? > view=auto&rev=502374 > ====================================================================== > ======== > --- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/ > apache/openjpa/ant/antlib.xml (added) > +++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/ > apache/openjpa/ant/antlib.xml Thu Feb 1 14:03:31 2007 > @@ -0,0 +1,23 @@ > +<?xml version="1.0"?> > +<!-- > + Copyright 2006 The Apache Software Foundation. > + > + Licensed under the Apache License, Version 2.0 (the "License"); > + you may not use this file except in compliance with the License. > + You may obtain a copy of the License at > + > + http://www.apache.org/licenses/LICENSE-2.0 > + > + Unless required by applicable law or agreed to in writing, software > + distributed under the License is distributed on an "AS IS" BASIS, > + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > + See the License for the specific language governing permissions and > + limitations under the License. > +--> > +<antlib> > + <taskdef name="kodoc" > 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> > \ No newline at end of file > > Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/ > resources/org/apache/openjpa/ant/antlib.xml > ---------------------------------------------------------------------- > -------- > svn:eol-style = LF > >