[hibernate-commits] Hibernate SVN: r18891 - annotations/branches/v3_3_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 25 09:53:30 EST 2010


Author: stliu
Date: 2010-02-25 09:53:30 -0500 (Thu, 25 Feb 2010)
New Revision: 18891

Modified:
   annotations/branches/v3_3_1_GA_CP/build.xml
   annotations/branches/v3_3_1_GA_CP/common-build.xml
Log:
disable doc generation

Modified: annotations/branches/v3_3_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.xml	2010-02-25 14:23:08 UTC (rev 18890)
+++ annotations/branches/v3_3_1_GA_CP/build.xml	2010-02-25 14:53:30 UTC (rev 18891)
@@ -178,13 +178,13 @@
 	<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="true" 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}" failonerror="false">
 			<fileset dir="${common.dir}">
 				<include name="common-build.xml"/>

Modified: annotations/branches/v3_3_1_GA_CP/common-build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/common-build.xml	2010-02-25 14:23:08 UTC (rev 18890)
+++ annotations/branches/v3_3_1_GA_CP/common-build.xml	2010-02-25 14:53:30 UTC (rev 18891)
@@ -285,8 +285,6 @@
 		      <include name="**/*" />
 		    </packageset>
         </javadoc>
-
-
     </target>
 
 
@@ -378,37 +376,4 @@
             <report format="frames" todir="./test_output"/>
         </junitreport>
     </target>
-
-	<target name="run" depends="compile" description="Run Hibernate Console">
-		<java classname="org.hibernate.console.Start" classpathref="lib.class.path" fork="true">
-			<classpath>
-				<path location="${build.dir}"/>
-			</classpath>
-		</java>
-	</target>
-
- 
-    <target name="checkstyle" description="Check coding style">
-           <taskdef resource="checkstyletask.properties">
-                <classpath>
-                    <path refid="lib.class.path"/> 
-                    <fileset dir="${common-build.basedir}/lib">
-                        <include name="checkstyle*.jar"/>
-                    </fileset>
-                </classpath>
-            </taskdef>
-
-        <checkstyle config="${common-build.basedir}/checkstyle_checks.xml">
-			<fileset dir="${src.dir}">
-				<include name="**/*.java"/>
-			</fileset>
-			<formatter type="plain"/>
-		</checkstyle>
-	</target>
-
-    <target name="patch" depends="checkstyle"
-			description="Create a patch">
-		<cvs command="-q diff -u -N" output="patch.txt"/>
-	</target>
-
 </project>
\ No newline at end of file



More information about the hibernate-commits mailing list