aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-11-26 08:33:40 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-11-26 08:33:40 +0000
commit623ef3be23c1d0531bb8748379168c46d5dc383e (patch)
tree94a035e8a2406160a250ed9d520db03c30dffd10
parent719f63f9bdd482daf6afc6d8ac9fbd86c0bb9cc2 (diff)
downloadvaadin-framework-623ef3be23c1d0531bb8748379168c46d5dc383e.tar.gz
vaadin-framework-623ef3be23c1d0531bb8748379168c46d5dc383e.zip
packaging
svn changeset:2929/svn branch:trunk
-rw-r--r--build/VERSION.properties2
-rw-r--r--build/build.properties2
-rw-r--r--build/build.xml14
3 files changed, 10 insertions, 8 deletions
diff --git a/build/VERSION.properties b/build/VERSION.properties
index 7f3ea9fcc2..396b7550d4 100644
--- a/build/VERSION.properties
+++ b/build/VERSION.properties
@@ -1 +1 @@
-version=5.0.0-alpha-2
+version=5.0.0-alpha-3
diff --git a/build/build.properties b/build/build.properties
index 95eaaf9fec..38e06b8971 100644
--- a/build/build.properties
+++ b/build/build.properties
@@ -1,4 +1,4 @@
-result-path=/result
+result-path=build/result
product-file=itmill-toolkit
product-name=IT Mill Toolkit
toolkit-package=com/itmill/toolkit
diff --git a/build/build.xml b/build/build.xml
index 8fe23e1d06..1f44f97414 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -75,11 +75,14 @@
<!-- Initialization - - - - - - - - - - - - - - - - - - - - - - - - -->
<target name="init">
-
+
<property file="build/build.properties" />
- <property file="build/VERSION" />
+ <property file="build/VERSION.properties" />
<property file="build/html-style.properties" />
-
+
+ <!-- Create result dir unless already exists -->
+ <mkdir dir="${result-path}" />
+
<!-- Find out which platform we are in -->
<if>
<equals arg1="${os.name}" arg2="Windows 2000, Windows XP" />
@@ -104,8 +107,7 @@
<echo>We are on ${platform} platform, using build/gwt/${platform}/${lib-gwt-dev}.</echo>
- <!-- Create result dir unless already exists -->
- <mkdir dir="${result-path}" />
+
<!-- Destination files -->
<property name="lib-jar-name" value="${product-file}-${version}.jar" />
@@ -763,7 +765,7 @@
<pathelement location="build/lib/XEP/lib/saxon.jar" />
<pathelement location="build/lib/XEP/lib/xt.jar" />
</classpath>
- </java>
+ </java>
</target>
<target name="manual-html">