[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.help ...
Max Rydahl Andersen
mandersen at jboss.com
Tue Jan 9 07:43:55 EST 2007
User: mandersen
Date: 07/01/09 07:43:55
Modified: hibernatetools/plugins/org.hibernate.eclipse.help
hibernate-build.xml doc.zip
Log:
b9 docs
Revision Changes Path
1.8 +3 -3 jbosside/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: hibernate-build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- hibernate-build.xml 21 Jun 2006 23:25:26 -0000 1.7
+++ hibernate-build.xml 9 Jan 2007 12:43:50 -0000 1.8
@@ -7,7 +7,7 @@
<project name="Hibernate Help" default="build" basedir=".">
- <property name="hibernate.root" location="../../../../../hibernate"/>
+ <property name="hibernate.root" location="../../../../../hibernate/branch_3_2"/>
<available file="${hibernate.root}" property="hibernate.root.exists"/>
<fail unless="hibernate.root.exists">hibernate.root needs to be set to the root of the hibernate svn checkout. Currently it is ${hibernate.root} which does not exist.</fail>
@@ -32,8 +32,8 @@
<target name="create-doc-zip">
<!-- copy in the reference document -->
- <copy todir="${tmpdir}/html/reference">
- <fileset dir="${hibernate-core.home}/doc/reference" >
+ <copy todir="${tmpdir}/html/reference/en">
+ <fileset dir="${hibernate-core.home}/doc/reference/build/en" >
<include name="**/html/*"/>
<include name="**/shared/images/*" />
</fileset>
1.13 +36206 -36173jbosside/hibernatetools/plugins/org.hibernate.eclipse.help/doc.zip
<<Binary file>>
More information about the jboss-cvs-commits
mailing list