Skip to content

Commit 013f036

Browse files
committed
removed tool libs
1 parent 883785b commit 013f036

10 files changed

+11
-14
lines changed

.classpath

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
77
<classpathentry combineaccessrules="false" kind="src" path="/processing-java"/>
88
<classpathentry kind="lib" path="mode/gradle-tooling-api-4.0.jar"/>
9-
<classpathentry kind="lib" path="mode/common-25.3.2.jar"/>
10-
<classpathentry kind="lib" path="mode/guava-18.0.jar"/>
11-
<classpathentry kind="lib" path="mode/repository-25.3.2.jar"/>
12-
<classpathentry kind="lib" path="mode/sdklib-25.3.2.jar"/>
9+
<classpathentry kind="lib" path="/Users/andres/code/android/android-studio/sdk/tools/lib/repository-25.3.2.jar"/>
10+
<classpathentry kind="lib" path="/Users/andres/code/android/android-studio/sdk/tools/lib/sdklib-25.3.2.jar"/>
1311
<classpathentry kind="output" path="core/bin"/>
1412
</classpath>

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ allprojects {
2121
flatDir dirs: "$rootDir/core/library"
2222
flatDir dirs: "$rootDir/core/build/libs"
2323
flatDir dirs: "$rootDir/libraries/vr/library"
24+
flatDir dirs: "$sdkdir/tools/lib"
2425
flatDir dirs: android_platform
2526
}
2627

@@ -35,8 +36,9 @@ dependencies {
3536
compile group: 'org.processing', name: 'core', version: '3.3.4'
3637
compile group: 'org.processing', name: 'pde', version: '3.3.4'
3738
compile group: 'org.processing', name: 'java-mode', version: '3.3.4'
38-
compile "org.gradle:gradle-tooling-api:3.2.1"
39-
runtime 'org.slf4j:slf4j-simple:1.7.10'
39+
compile "org.gradle:gradle-tooling-api:3.2.1"
40+
compile "com.android.repository:repository:25.3.2"
41+
compile "com.android.sdklib:sdklib:25.3.2"
4042
}
4143

4244
sourceSets {

build.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<!-- path to the main processing repo -->
66
<property name="processing.dir" value="../processing" />
7-
7+
<property name="sdk.dir" value="/Users/andres/code/android/android-studio/sdk" />
8+
89
<property name="core.jar.path" value="processing-core.zip" />
910
<property name="mode.jar.path" value="mode/AndroidMode.jar" />
1011
<property name="mode.dist.path" value="release/AndroidMode.zip" />
@@ -38,12 +39,8 @@
3839
${processing.dir}/java/mode/org.eclipse.core.runtime.jar;
3940
${processing.dir}/app/pde.jar;
4041
mode/gradle-tooling-api-4.0.jar;
41-
mode/common-25.3.2.jar;
42-
mode/guava-18.0.jar;
43-
mode/httpcore-4.1.jar;
44-
mode/repository-25.3.2.jar;
45-
mode/sdklib-25.3.2.jar;
46-
mode/commons-compress-1.8.1.jar"
42+
${sdk.dir}/tools/lib/repository-25.3.2.jar;
43+
${sdk.dir}/tools/lib/sdklib-25.3.2.jar"
4744
debug="on">
4845
<src path="src" />
4946
</javac>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Set your Android SDK location and version here
2-
sdkdir=/Users/andres/code/android/sdk
2+
sdkdir=/Users/andres/code/android/android-studio/sdk
33
sdkver=25

mode/common-25.3.2.jar

-117 KB
Binary file not shown.

mode/commons-compress-1.8.1.jar

-357 KB
Binary file not shown.

mode/guava-18.0.jar

-2.15 MB
Binary file not shown.

mode/httpcore-4.1.jar

-177 KB
Binary file not shown.

mode/repository-25.3.2.jar

-200 KB
Binary file not shown.

mode/sdklib-25.3.2.jar

-643 KB
Binary file not shown.

0 commit comments

Comments
 (0)