diff --git a/.idea/libraries/winp.xml b/.idea/libraries/winp.xml index ca5008ccc110..6e23b6ef4581 100644 --- a/.idea/libraries/winp.xml +++ b/.idea/libraries/winp.xml @@ -1,11 +1,11 @@ - + - + \ No newline at end of file diff --git a/build.txt b/build.txt index 529199426bcb..3e64855acd9f 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -126.SNAPSHOT +128.SNAPSHOT diff --git a/build/scripts/dist.gant b/build/scripts/dist.gant index fed966d6fc00..4abf7ef92216 100644 --- a/build/scripts/dist.gant +++ b/build/scripts/dist.gant @@ -106,7 +106,7 @@ def layoutAll(Map args, String home, String out, Paths _paths = null, buildJps = layouts.layout_core_upsource(home, paths.artifacts_core_upsource) notifyArtifactBuilt(paths.artifacts_core_upsource) if (buildJps) { - layouts.layout_jps(home, paths.artifacts_jps) + layouts.layoutCommunityJps(home, paths.artifacts_jps) notifyArtifactBuilt(paths.artifacts_jps) } diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index cdb7688d8cea..611a3021245b 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -23,11 +23,6 @@ target('default': "Developers update") { ant.delete(dir: patchedDescriptorDir) } -target('build-jps': 'Build JPS standalone distribution') { - println("Building jps standalone distribution") - layout_jps("$home/build/lib/jps") -} - String appInfoFileName() { return "idea/IdeaApplicationInfo.xml" } @@ -183,11 +178,13 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir layoutCommunityPlugins(home) - layoutPlugin("javaFX") { - dir("lib") { - jar("javaFX.jar") { - module("javaFX") - module("javaFX-CE") + dir("plugins") { + dir("javaFX") { + dir("lib") { + jar("javaFX.jar") { + module("javaFX") + module("javaFX-CE") + } } } } @@ -569,7 +566,7 @@ def reorder(String home, String targetDirectory) { } } -def layout_jps(String home, String target) { +def layoutCommunityJps(String home, String target) { layout(target) { jar("util.jar") { module("annotations") @@ -596,9 +593,27 @@ def layout_jps(String home, String target) { jar("groovy_rt.jar") { module("groovy_rt") } - jar("ui-designer-jps-plugin.jar") { - module("ui-designer-jps-plugin") + jar("ui-designer-jps-plugin.jar") { module("ui-designer-jps-plugin") } + + jar("android-jps-plugin.jar") { + module("android-jps-plugin") + module("android-common") + module("android-rt") } + fileset(dir: "${home}/plugins/android/lib") { + include(name: "**/*.jar") + exclude(name: "**/ddmlib_1.jar") + } + + jar("maven-jps-plugin.jar") { module("maven-jps-plugin") } + fileset(dir: "$home/plugins/maven/maven3-server-impl/lib/maven3/lib") {include(name: "plexus-utils-*.jar")} + + jar("eclipse-jps-plugin.jar") { + module("common-eclipse-util") + module("eclipse-jps-plugin") + } + jar("devkit-jps-plugin.jar") { module("devkit-jps-plugin") } + jar("intellilang-jps-plugin.jar") { module("intellilang-jps-plugin") } fileset(dir: "$home/lib") { include(name: "jdom.jar") include(name: "jna.jar") @@ -606,6 +621,7 @@ def layout_jps(String home, String target) { include(name: "asm4-all.jar") include(name: "nanoxml-*.jar") include(name: "protobuf-*.jar") + include(name: "cli-parser-*.jar") include(name: "optimizedFileManager.jar") include(name: "log4j.jar") include(name: "jgoodies-forms.jar") diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index e998a02881f5..542b08d9936e 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -235,7 +235,7 @@ libraryLicense(name: "TestNG", version: "5.7 snapshot", license: "Apache 2.0", u libraryLicense(name: "Trilead SSH", libraryName: "trilead-ssh2", version: "build 213", license: "BSD style (see LICENSE.txt in trilead.jar)", url: "http://www.trilead.com/SSH_Library/") libraryLicense(name: "Trove4j", version: "1.1 (with patches by JetBrains)", license: "LGPL", url: "http://trove4j.sourceforge.net/", licenseUrl: "http://trove4j.sourceforge.net/html/license.html") libraryLicense(name: "Velocity", version: "1.7", license: "Apache 2.0", url: "http://velocity.apache.org/", licenseUrl: "http://velocity.apache.org/index.html") -libraryLicense(name: "winp", version: "1.16 (patched)", license: "MIT", url: "http://java.net/projects/winp", licenseUrl: "http://opensource.org/licenses/mit-license.php") +libraryLicense(name: "winp", version: "1.17 (patched)", license: "MIT", url: "http://java.net/projects/winp", licenseUrl: "http://opensource.org/licenses/mit-license.php") libraryLicense(name: "Xalan", libraryName:"Xalan-2.7.1", version: "2.7.1", license: "Apache 2.0", url: "http://xml.apache.org/xalan-j/", licenseUrl: "http://xml.apache.org/xalan-j/") libraryLicense(name: "Xerces", version: "2.9.1", license: "Apache 2.0", url: "http://xerces.apache.org/xerces2-j/", licenseUrl: "http://xerces.apache.org/xerces2-j/") libraryLicense(name: "XML Commons (xml-apis.jar, resolver.jar)", version: "", license: "Apache 2.0, W3C Software License , public domain", url: "http://xml.apache.org/commons/", licenseUrl: "http://xml.apache.org/commons/licenses.html") @@ -254,6 +254,7 @@ libraryLicense(name: "proxy-vole", libraryName: "proxy-vole", version: "20120920 libraryLicense(name: "Rhino JavaScript Engine", libraryName: "rhino-js-1_7R4", version: "1.7R4", license: "MPL 1.1", url: "http://www.mozilla.org/rhino/", licenseUrl: "http://www.mozilla.org/MPL/MPL-1.1.html") libraryLicense(name: "asm-4.0-all", libraryName: "asm-4.0-all", version: "4.0", attachedTo: "ByteCodeViewer", license: "BSD", url: "http://asm.objectweb.org/", licenseUrl: "http://asm.objectweb.org/license.html") libraryLicense(name: "jsr305", libraryName: "jsr305", version: "snapshot", license: "BSD", url: "http://code.google.com/p/jsr-305/", licenseUrl: "http://code.google.com/p/jsr-305/source/browse/trunk/ri/LICENSE") +libraryLicense(name: "jzlib", libraryName: "jzlib", version: "1.1.1", license: "BSD", url: "http://www.jcraft.com/jzlib/", licenseUrl: "http://www.jcraft.com/jzlib/LICENSE.txt") jetbrainsLibrary("JPS") jetbrainsLibrary("Maven Embedder") jetbrainsLibrary("tcServiceMessages") diff --git a/colorSchemes/src/colorSchemes/Darcula.xml b/colorSchemes/src/colorSchemes/Darcula.xml index 8c5f570f8a5c..9f8669fcabf0 100644 --- a/colorSchemes/src/colorSchemes/Darcula.xml +++ b/colorSchemes/src/colorSchemes/Darcula.xml @@ -4,7 +4,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -