aboutsummaryrefslogtreecommitdiffstats
path: root/testapps
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-06 17:54:49 -0800
committerXavier Ducrohet <xav@android.com>2012-03-06 17:54:49 -0800
commitec60a783e8adca69f43e4a313f207fa919a7c06f (patch)
tree7a89ee108d119e3f2111ee8f4484dd00370fffb5 /testapps
parent8fca561846794680e582b2c1416ebda030a90f1a (diff)
downloadplatform_sdk-ec60a783e8adca69f43e4a313f207fa919a7c06f.tar.gz
platform_sdk-ec60a783e8adca69f43e4a313f207fa919a7c06f.tar.bz2
platform_sdk-ec60a783e8adca69f43e4a313f207fa919a7c06f.zip
Only add Java project to the dependencies if they are exported.
Change-Id: Ieae3414762d062b745b9b47bdea8c31a6593e34f
Diffstat (limited to 'testapps')
-rw-r--r--testapps/javaProjectTest/javaProject/.classpath2
-rw-r--r--testapps/javaProjectTest/lib1/.classpath2
-rw-r--r--testapps/javaProjectTest/lib2/.classpath2
3 files changed, 3 insertions, 3 deletions
diff --git a/testapps/javaProjectTest/javaProject/.classpath b/testapps/javaProjectTest/javaProject/.classpath
index e2749052b..f9167204b 100644
--- a/testapps/javaProjectTest/javaProject/.classpath
+++ b/testapps/javaProjectTest/javaProject/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry combineaccessrules="false" kind="src" path="/javaProjectTest-javaProject2"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/javaProjectTest-javaProject2"/>
<classpathentry kind="lib" path="libs/basicJar.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/testapps/javaProjectTest/lib1/.classpath b/testapps/javaProjectTest/lib1/.classpath
index f2d919757..3cdb2e00f 100644
--- a/testapps/javaProjectTest/lib1/.classpath
+++ b/testapps/javaProjectTest/lib1/.classpath
@@ -4,6 +4,6 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
- <classpathentry combineaccessrules="false" kind="src" path="/javaProjectTest-javaProject"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/javaProjectTest-javaProject"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/testapps/javaProjectTest/lib2/.classpath b/testapps/javaProjectTest/lib2/.classpath
index f2d919757..3cdb2e00f 100644
--- a/testapps/javaProjectTest/lib2/.classpath
+++ b/testapps/javaProjectTest/lib2/.classpath
@@ -4,6 +4,6 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
- <classpathentry combineaccessrules="false" kind="src" path="/javaProjectTest-javaProject"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/javaProjectTest-javaProject"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>