Consistently use simple sorted order for dependencies

This isn't even sorting by library or subproject name.  It's just a
dumb textual sort of the contents of each line.
This commit is contained in:
Ben Liblit 2017-12-21 09:31:18 -06:00
parent db2d34b60d
commit 377d7586ef
13 changed files with 41 additions and 45 deletions

View File

@ -1,11 +1,11 @@
sourceSets.main.java.srcDir 'src'
dependencies {
compile 'org.eclipse.jdt:org.eclipse.jdt.core:3.13.50'
compile 'org.eclipse.platform:org.eclipse.equinox.common:3.9.0'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.java')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
compile 'org.eclipse.jdt:org.eclipse.jdt.core:3.13.50'
compile 'org.eclipse.platform:org.eclipse.equinox.common:3.9.0'
}

View File

@ -5,6 +5,4 @@ dependencies {
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
// compile 'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214'
// compile 'org.osgi:org.osgi.core:4.2.0'
}

View File

@ -4,13 +4,12 @@ sourceSets {
}
dependencies {
compile 'nu.validator.htmlparser:htmlparser:1.4'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.js')
compile project(':com.ibm.wala.util')
compile 'nu.validator.htmlparser:htmlparser:1.4'
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.cast.js.rhino.test')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.cast.js.test')
testCompile project(':com.ibm.wala.cast.test')
testCompile project(':com.ibm.wala.core.tests')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.cast.js.rhino.test')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.cast.js.test')
}

View File

@ -4,11 +4,11 @@ sourceSets.main {
}
dependencies {
compile 'commons-io:commons-io:2.4'
compile 'org.json:json:20160212'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.js')
compile project(':com.ibm.wala.cast.js.rhino')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.util')
compile 'commons-io:commons-io:2.4'
compile 'org.json:json:20160212'
}

View File

@ -1,9 +1,9 @@
sourceSets.main.java.srcDir 'source'
dependencies {
compile project(':com.ibm.wala.util')
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.cast.js')
compile 'org.mozilla:rhino:1.7.7.1'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.js')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.util')
}

View File

@ -4,11 +4,10 @@ sourceSets.main {
}
dependencies {
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.core')
// compile project(':com.ibm.wala.core.tests')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
compile 'commons-io:commons-io:2.4'
compile 'net.htmlparser.jericho:jericho-html:3.2'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
}

View File

@ -1,8 +1,8 @@
sourceSets.main.java.srcDir 'source/java'
dependencies {
compile project(':com.ibm.wala.util')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.core')
compile 'commons-io:commons-io:2.4'
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
}

View File

@ -7,6 +7,6 @@ sourceSets.main {
}
dependencies {
compile project(':com.ibm.wala.util')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
}

View File

@ -1,10 +1,10 @@
sourceSets.main.java.srcDir 'src'
dependencies {
compile project(':com.ibm.wala.util')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.cast')
compile 'org.smali:dexlib2:2.2.1'
compile 'org.slf4j:slf4j-api:1.7.2'
compile 'org.smali:dexlib2:2.2.1'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
}

View File

@ -1,12 +1,6 @@
sourceSets.main.java.srcDir 'source'
dependencies {
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.java')
compile project(':com.ibm.wala.cast.java.ecj')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.ide')
compile project(':com.ibm.wala.util')
compile 'org.eclipse.jdt:org.eclipse.jdt.core:3.13.50'
compile 'org.eclipse.platform:org.eclipse.core.jobs:3.9.1'
compile 'org.eclipse.platform:org.eclipse.core.resources:3.12.0'
@ -14,7 +8,13 @@ dependencies {
compile 'org.eclipse.platform:org.eclipse.equinox.app:1.3.400'
compile 'org.eclipse.platform:org.eclipse.equinox.common:3.9.0'
compile 'org.eclipse.platform:org.eclipse.jface:3.13.1'
compile 'org.eclipse.platform:org.eclipse.osgi:3.12.50'
compile 'org.eclipse.platform:org.eclipse.ui.workbench:3.110.1'
compile 'org.osgi:org.osgi.core:4.2.0'
compile 'org.eclipse.platform:org.eclipse.osgi:3.12.50'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.java')
compile project(':com.ibm.wala.cast.java.ecj')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.ide')
compile project(':com.ibm.wala.util')
}

View File

@ -1,12 +1,6 @@
sourceSets.main.java.srcDir 'source'
dependencies {
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.js')
compile project(':com.ibm.wala.cast.js.rhino')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.ide')
compile project(':com.ibm.wala.util')
compile 'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214'
compile 'org.eclipse.platform:org.eclipse.core.resources:3.12.0'
compile 'org.eclipse.platform:org.eclipse.core.runtime:3.13.0'
@ -16,4 +10,10 @@ dependencies {
compile 'org.eclipse.wst.jsdt:core:1.0.201.v2010012803'
compile 'org.eclipse.wst.jsdt:ui:1.0.201.v2010012803'
compile 'org.osgi:org.osgi.core:4.2.0'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.js')
compile project(':com.ibm.wala.cast.js.rhino')
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.ide')
compile project(':com.ibm.wala.util')
}

View File

@ -1,8 +1,6 @@
sourceSets.main.java.srcDir 'src'
dependencies {
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.util')
compile 'org.eclipse.pde:org.eclipse.pde.core:3.11.1'
compile 'org.eclipse.platform:org.eclipse.core.commands:3.9.0'
compile 'org.eclipse.platform:org.eclipse.core.resources:3.12.0'
@ -12,4 +10,6 @@ dependencies {
compile 'org.eclipse.platform:org.eclipse.osgi:3.12.50'
compile 'org.eclipse.platform:org.eclipse.swt.${osgi.platform}:3.106.1'
compile 'org.eclipse.platform:org.eclipse.ui.workbench:3.110.1'
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.util')
}

View File

@ -1,10 +1,10 @@
sourceSets.main.java.srcDir 'source'
dependencies {
compile 'com.google.guava:guava:18.0'
compile 'commons-cli:commons-cli:1.4'
compile project(':com.ibm.wala.core')
compile project(':com.ibm.wala.dalvik')
compile project(':com.ibm.wala.shrike')
compile project(':com.ibm.wala.util')
compile 'com.google.guava:guava:18.0'
compile 'commons-cli:commons-cli:1.4'
}