Add Apache Commons Compress to ADT (required by sdklib)

This commit is contained in:
Xavier Ducrohet
2009-07-24 17:17:38 -07:00
parent 686fddb069
commit 510248e2e1
5 changed files with 12 additions and 2 deletions

View File

@@ -12,5 +12,6 @@
<classpathentry kind="lib" path="ninepatch.jar"/>
<classpathentry kind="lib" path="sdklib.jar" sourcepath="/SdkLib"/>
<classpathentry kind="lib" path="sdkuilib.jar" sourcepath="/SdkUiLib"/>
<classpathentry kind="lib" path="commons-compress-1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@@ -12,7 +12,8 @@ Bundle-ClassPath: .,
ninepatch.jar,
layoutlib_utils.jar,
sdklib.jar,
sdkuilib.jar
sdkuilib.jar,
commons-compress-1.0.jar
Bundle-Activator: com.android.ide.eclipse.adt.AdtPlugin
Bundle-Vendor: The Android Open Source Project
Require-Bundle: com.android.ide.eclipse.ddms,

View File

@@ -12,6 +12,7 @@ bin.includes = plugin.xml,\
layoutlib_utils.jar,\
ninepatch.jar,\
sdklib.jar,\
sdkuilib.jar
sdkuilib.jar,\
commons-compress-1.0.jar
source.. = src/
output.. = bin/