Advertisement
Guest User

Untitled

a guest
Dec 21st, 2011
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.57 KB | None | 0 0
  1.     <target name="enhance">
  2.         <taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask">
  3.             <classpath refid="openjpa_path"/>
  4.         </taskdef>
  5.  
  6.         <openjpac>
  7.             <classpath refid="library.openjpa.classpath"/>
  8.             <classpath location="${reporting.output.dir}"/>
  9.             <!--<config propertiesFile = "${basedir}/src/META-INF/persistence.xml"/>-->
  10.             <config propertiesFile = "${basedir}/src/META-INF/persistence.xml"/>
  11.             <!--<config properties = "#openjpa"/>-->
  12.         </openjpac>
  13.     </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement