aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-02-08 13:58:03 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-02-08 13:58:03 +0000
commit64632d5976a4a7d5a5e259987f10e0e449852d98 (patch)
tree86efc74c41fea53e88fa9c6c6c6a61ac8c58da08 /build
parent21ddccc6e1c8ce071d88d4019d91d7fc62c9eb2f (diff)
downloadvaadin-framework-64632d5976a4a7d5a5e259987f10e0e449852d98.tar.gz
vaadin-framework-64632d5976a4a7d5a5e259987f10e0e449852d98.zip
Now includes apidocs...
svn changeset:573/svn branch:toolkit
Diffstat (limited to 'build')
-rw-r--r--build/VERSION2
-rw-r--r--build/build.xml10
2 files changed, 6 insertions, 6 deletions
diff --git a/build/VERSION b/build/VERSION
index c4bf1caf73..170539d2f5 100644
--- a/build/VERSION
+++ b/build/VERSION
@@ -1 +1 @@
-version=4.0.0-alpha-20070207-4 \ No newline at end of file
+version=4.0.0-alpha-20070208-1 \ No newline at end of file
diff --git a/build/build.xml b/build/build.xml
index 9d32ed349b..46fbcd2ba4 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -305,12 +305,12 @@
</filterchain>
</copy>
<path id="docbook-xsl.classpath">
- <pathelement path="build/lib/fop-0.92/serializer-2.7.0.jar" />
- <pathelement path="build/lib/fop-0.92/xalan-2.7.0.jar" />
- <pathelement path="build/lib/fop-0.92/xercesImpl-2.7.1.jar" />
- <pathelement path="build/lib/fop-0.92/xml-apis-1.3.02.jar" />
+ <pathelement path="build/lib/fserializer.jar" />
+ <pathelement path="build/lib/xalan.jar" />
+ <pathelement path="build/lib/xercesImpl.jar" />
+ <pathelement path="build/lib/xml-apis.jar" />
</path>
-<java classname="org.apache.xalan.xslt.Process" failonerror="yes" fork="yes" maxmemory="1268m">
+<java classname="org.apache.xalan.xslt.Process" failonerror="yes" fork="yes" maxmemory="1300m">
<arg value="-in" />
<arg value="doc/manual/book.xml" />
<arg value="-xsl" />