Skip to content

Commit 60e8732

Browse files
committed
Link to external library projects instead of hard-coding jars
For bettery transparency and version control. To compile GravityBox in Eclipse, it is now necessary to fetch linked library projects into the same workspace.
1 parent 29a5d65 commit 60e8732

File tree

6 files changed

+2
-0
lines changed

6 files changed

+2
-0
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
<classpathentry kind="src" path="src"/>
77
<classpathentry kind="src" path="gen"/>
88
<classpathentry kind="lib" path="ext/api-82.jar" sourcepath="ext/api-82-sources.jar"/>
9+
<classpathentry combineaccessrules="false" kind="src" path="/android-support-v7-palette"/>
910
<classpathentry kind="output" path="bin/classes"/>
1011
</classpath>

libs/support-annotations.jar

-22.4 KB
Binary file not shown.

libs/support-compat.jar

-755 KB
Binary file not shown.

libs/support-core-utils.jar

-102 KB
Binary file not shown.

libs/support-palette.jar

-22.8 KB
Binary file not shown.

project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
# Project target.
1414
target=android-27
1515
sdk.buildtools=25.0.3
16+
android.library.reference.1=../android-support-v7-palette

0 commit comments

Comments
 (0)