diff options
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 9e5db20b68..5ae5bcf141 100644 --- a/build/build.xml +++ b/build/build.xml @@ -24,6 +24,12 @@ ${gwt-dir}/${platform} (linux|windows|mac) are used for a) compile WebContent/ITMILL/widgetsets b) creating platform specific release ZIP/TGZ packages. + + NOTE FOR USING OOPHM: + * To build with oophm define the property platform=oophm + * In Eclipse this is done in External Tools Configurations -> properties + * If you are using windows you must use JDK 1.6 and not 1.5 + * To enable building with JDK 1.6, define ignoreversion=1 --> <!-- |