From c5978786864cbf39d691558f000f55b8a39e58ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Fri, 9 Oct 2009 10:17:37 +0000 Subject: [PATCH] Fixed classpaths for widgetset and widgetset generator builds to work properly also outside development environment. Eclipse writes compiled classes to build/classes, but the build script must not depend on that. svn changeset:9153/svn branch:6.2 --- build/build.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/build/build.xml b/build/build.xml index e837ef7151..6eefeeb693 100644 --- a/build/build.xml +++ b/build/build.xml @@ -780,11 +780,17 @@ - - + + + + + + + + @@ -802,7 +808,7 @@ - + @@ -825,7 +831,7 @@ - + @@ -856,7 +862,7 @@ - + @@ -880,7 +886,7 @@ - + @@ -903,7 +909,7 @@ - + @@ -926,7 +932,7 @@ - + -- 2.39.5