[hibernate-commits] Hibernate SVN: r18892 - entitymanager/branches/v3_3_2_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 25 10:57:25 EST 2010


Author: stliu
Date: 2010-02-25 10:57:25 -0500 (Thu, 25 Feb 2010)
New Revision: 18892

Modified:
   entitymanager/branches/v3_3_2_GA_CP/build.xml
Log:
skip doc generation

Modified: entitymanager/branches/v3_3_2_GA_CP/build.xml
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/build.xml	2010-02-25 14:53:30 UTC (rev 18891)
+++ entitymanager/branches/v3_3_2_GA_CP/build.xml	2010-02-25 15:57:25 UTC (rev 18892)
@@ -334,13 +334,13 @@
     <!-- Some of this can probably be moved to common-build... -->
     <target name="dist" depends="get.deps.core,get.deps.test,jar,javadoc,jpa-javadoc,copysource,copytest,copylib,extras" description="Build everything">
 
-        <ant inheritall="false" dir="${basedir}/doc/reference"/>
+      <!--  <ant inheritall="false" dir="${basedir}/doc/reference"/>
         <copy todir="${dist.dir}/doc/reference" failonerror="false">
             <fileset dir="${basedir}/doc/reference/build">
                 <include name="**/*.*"/>
             </fileset>
         </copy>
-
+-->
         <copy todir="${dist.dir}/resources" failonerror="false">
             <fileset dir="${resources.dir}">
                 <include name="**/*.*"/>



More information about the hibernate-commits mailing list