< prev index next >

./build.gradle

Print this page

        

*** 338,352 **** defineProperty("TEST_PACKAGER_DMG", "false") ext.IS_TEST_PACKAGER_DMG = Boolean.parseBoolean(TEST_PACKAGER_DMG) // Define the SWT.jar that we are going to have to download during the build process based // on what platform we are compiling from (not based on our target). ! ext.SWT_FILE_NAME = IS_MAC ? "org.eclipse.swt.cocoa.macosx.x86_64_3.7.2.v3740f" : ! IS_WINDOWS && IS_64 ? "org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f" : ! IS_WINDOWS && !IS_64 ? "org.eclipse.swt.win32.win32.x86_3.7.2.v3740f" : ! IS_LINUX && IS_64 ? "org.eclipse.swt.gtk.linux.x86_64_3.7.2.v3740f" : ! IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.7.2.v3740f" : "" // Build javadocs only if BUILD_JAVADOC=true defineProperty("BUILD_JAVADOC", "false") ext.IS_BUILD_JAVADOC = Boolean.parseBoolean(BUILD_JAVADOC) --- 338,352 ---- defineProperty("TEST_PACKAGER_DMG", "false") ext.IS_TEST_PACKAGER_DMG = Boolean.parseBoolean(TEST_PACKAGER_DMG) // Define the SWT.jar that we are going to have to download during the build process based // on what platform we are compiling from (not based on our target). ! ext.SWT_FILE_NAME = IS_MAC ? "org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512" : ! IS_WINDOWS && IS_64 ? "org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512" : ! IS_WINDOWS && !IS_64 ? "org.eclipse.swt.win32.win32.x86_3.105.3.v20170228-0512" : ! IS_LINUX && IS_64 ? "org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512" : ! IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512" : "" // Build javadocs only if BUILD_JAVADOC=true defineProperty("BUILD_JAVADOC", "false") ext.IS_BUILD_JAVADOC = Boolean.parseBoolean(BUILD_JAVADOC)
*** 1137,1147 **** // closed gradle file instead. if (!BUILD_CLOSED) { repositories { mavenCentral() ivy { ! url "http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/" layout "pattern", { artifact "[artifact].[ext]" } } } --- 1137,1147 ---- // closed gradle file instead. if (!BUILD_CLOSED) { repositories { mavenCentral() ivy { ! url "http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/" layout "pattern", { artifact "[artifact].[ext]" } } }
< prev index next >