From e198aa8d45588667b497558b55d1bdc38da42312 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Thu, 18 Oct 2007 15:04:04 +0000 Subject: [PATCH] Fixes for multi platform building. svn changeset:2559/svn branch:trunk --- build/build.xml | 191 ++++++++++-------- .../classpath-mac => package/.classpath} | 2 +- build/package/classpath-linux | 15 -- build/workspace-eclipse/build.xml | 80 -------- build/workspace-eclipse/classpath-linux | 15 -- build/workspace-eclipse/classpath-windows | 15 -- build/workspace-eclipse/project | 18 -- 7 files changed, 110 insertions(+), 226 deletions(-) rename build/{workspace-eclipse/classpath-mac => package/.classpath} (94%) delete mode 100644 build/package/classpath-linux delete mode 100644 build/workspace-eclipse/build.xml delete mode 100644 build/workspace-eclipse/classpath-linux delete mode 100644 build/workspace-eclipse/classpath-windows delete mode 100644 build/workspace-eclipse/project diff --git a/build/build.xml b/build/build.xml index 2a0eec17b0..d4902a50b9 100644 --- a/build/build.xml +++ b/build/build.xml @@ -7,104 +7,166 @@ When creating release use only "package-*" targets: package-all-platforms, package-windows, package-linux or package-mac. - NOTE: This build script requires directories named build/gwt/(gwt|linux|windows|mac) . - It's best that you unpack platform specific binaries under linux, windows and mac directories and - then depending on your platform link build/gwt/gwt -> build/gwt/ - build/gwt/gwt is used to compile WebContent/ITMILL/widgetsets (depends on your platform, hence we use "gwt") and - build/gwt/(linux|windows|mac) are used when creating platform specific release ZIP/TGZ packages. + NOTE: This build script requires directories named build/gwt/(linux|windows|mac) . + You must unpack platform specific binaries under linux, windows and mac directories. + build/gwt/(linux|windows|mac) are used for + a) compile WebContent/ITMILL/widgetsets + b) creating platform specific release ZIP/TGZ packages. --> - + + + + + + + + + + + + + + + + + + + + + + + + + We are on ${platform} platform, using build/gwt/${platform}/${lib-gwt-dev}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + Building package for Windows platform. - - + - + - + - + - - + Building package for Linux platform. - - - - + + + - + - - + + - + - - + Building package for Mac platform. - - - - + + + - + - - + + - + - - + + - - + + + + - + + + + + - + - + + + @@ -117,41 +179,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -286,8 +313,8 @@ - - + + @@ -339,8 +366,8 @@ - - + + @@ -351,8 +378,8 @@ - - + + @@ -367,8 +394,8 @@ - - + + diff --git a/build/workspace-eclipse/classpath-mac b/build/package/.classpath similarity index 94% rename from build/workspace-eclipse/classpath-mac rename to build/package/.classpath index 62b2763dd6..7adea93ee9 100644 --- a/build/workspace-eclipse/classpath-mac +++ b/build/package/.classpath @@ -6,10 +6,10 @@ - + diff --git a/build/package/classpath-linux b/build/package/classpath-linux deleted file mode 100644 index 15b5e6df4c..0000000000 --- a/build/package/classpath-linux +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/build/workspace-eclipse/build.xml b/build/workspace-eclipse/build.xml deleted file mode 100644 index 29c594f67b..0000000000 --- a/build/workspace-eclipse/build.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/workspace-eclipse/classpath-linux b/build/workspace-eclipse/classpath-linux deleted file mode 100644 index 15b5e6df4c..0000000000 --- a/build/workspace-eclipse/classpath-linux +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/build/workspace-eclipse/classpath-windows b/build/workspace-eclipse/classpath-windows deleted file mode 100644 index 42ff093572..0000000000 --- a/build/workspace-eclipse/classpath-windows +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/build/workspace-eclipse/project b/build/workspace-eclipse/project deleted file mode 100644 index 2ca2072634..0000000000 --- a/build/workspace-eclipse/project +++ /dev/null @@ -1,18 +0,0 @@ - - - itmill-toolkit-examples - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - com.sysdeo.eclipse.tomcat.tomcatnature - - -- 2.39.5