Index: /issm/trunk-jpl/src/android/HelloWorldProject/build.xml
===================================================================
--- /issm/trunk-jpl/src/android/HelloWorldProject/build.xml	(revision 11770)
+++ /issm/trunk-jpl/src/android/HelloWorldProject/build.xml	(revision 11771)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project name="HelloWorld" default="help">
+<project name="HelloWorldProject" default="help">
 
     <!-- The local.properties file is created and updated by the 'android' tool.
Index: /issm/trunk-jpl/src/android/HelloWorldProject/gen/R.java.d
===================================================================
--- /issm/trunk-jpl/src/android/HelloWorldProject/gen/R.java.d	(revision 11771)
+++ /issm/trunk-jpl/src/android/HelloWorldProject/gen/R.java.d	(revision 11771)
@@ -0,0 +1,10 @@
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/gen/com/example/helloworld/R.java \
+ : /Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/res/drawable-hdpi/ic_launcher.png \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/res/drawable-ldpi/ic_launcher.png \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/res/drawable-mdpi/ic_launcher.png \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/res/layout/main.xml \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/res/values/strings.xml \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/bin/res/drawable-hdpi/ic_launcher.png \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/bin/res/drawable-ldpi/ic_launcher.png \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/bin/res/drawable-mdpi/ic_launcher.png \
+/Users/gperez/issm/trunk-jpl/src/android/HelloWorldProject/AndroidManifest.xml \
Index: /issm/trunk-jpl/src/android/HelloWorldProject/gen/com/example/helloworld/R.java
===================================================================
--- /issm/trunk-jpl/src/android/HelloWorldProject/gen/com/example/helloworld/R.java	(revision 11771)
+++ /issm/trunk-jpl/src/android/HelloWorldProject/gen/com/example/helloworld/R.java	(revision 11771)
@@ -0,0 +1,22 @@
+/* AUTO-GENERATED FILE.  DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found.  It
+ * should not be modified by hand.
+ */
+
+package com.example.helloworld;
+
+public final class R {
+    public static final class attr {
+    }
+    public static final class drawable {
+        public static final int ic_launcher=0x7f020000;
+    }
+    public static final class layout {
+        public static final int main=0x7f030000;
+    }
+    public static final class string {
+        public static final int app_name=0x7f040000;
+    }
+}
Index: sm/trunk-jpl/src/android/HelloWorldProject/local.properties
===================================================================
--- /issm/trunk-jpl/src/android/HelloWorldProject/local.properties	(revision 11770)
+++ 	(revision )
@@ -1,10 +1,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must *NOT* be checked in Version Control Systems,
-# as it contains information specific to your local configuration.
-
-# location of the SDK. This is only used by Ant
-# For customization when using a Version Control System, please read the
-# header note.
-sdk.dir=/Users/gperez/issm/trunk-jpl/externalpackages/android-sdk/install-sdk
Index: /issm/trunk-jpl/src/android/HelloWorldProject/makefile
===================================================================
--- /issm/trunk-jpl/src/android/HelloWorldProject/makefile	(revision 11771)
+++ /issm/trunk-jpl/src/android/HelloWorldProject/makefile	(revision 11771)
@@ -0,0 +1,7 @@
+.PHONY build :
+	# $(ANDROID_SDK_DIR)/tools/emulator -avd Android-4.0.3
+	$(ANDROID_ANT_DIR)/bin/ant debug
+	# $(ANDROID_SDK_DIR)/platform-tools/adb install ./bin/HelloWorldProject-debug.apk
+	
+clean :
+	rm -rf bin
Index: /issm/trunk-jpl/src/android/two-libs/AndroidManifest.xml
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/AndroidManifest.xml	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/AndroidManifest.xml	(revision 11771)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+      package="com.example.twolibs"
+      android:versionCode="1"
+      android:versionName="1.0">
+    <uses-sdk android:minSdkVersion="3" />
+    <application android:label="@string/app_name">
+        <activity android:name=".TwoLibs"
+                  android:label="@string/app_name">
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+</manifest> 
Index: /issm/trunk-jpl/src/android/two-libs/bin/build.prop
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/bin/build.prop	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/bin/build.prop	(revision 11771)
@@ -0,0 +1,10 @@
+#Last build type
+#Wed, 21 Mar 2012 11:35:09 -0700
+
+build.last.target=debug
+
+build.last.is.instrumented=false
+
+build.last.is.packaging.debug=true
+
+build.last.is.signing.debug=true
Index: /issm/trunk-jpl/src/android/two-libs/bin/classes.dex.d
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/bin/classes.dex.d	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/bin/classes.dex.d	(revision 11771)
@@ -0,0 +1,1 @@
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/bin/classes.dex : \
Index: /issm/trunk-jpl/src/android/two-libs/bin/two-libs-debug-unaligned.apk.d
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/bin/two-libs-debug-unaligned.apk.d	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/bin/two-libs-debug-unaligned.apk.d	(revision 11771)
@@ -0,0 +1,4 @@
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/bin/two-libs-debug-unaligned.apk : \
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/bin/two-libs.ap_ \
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/bin/classes.dex \
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/libs/armeabi/libtwolib-second.so \
Index: /issm/trunk-jpl/src/android/two-libs/bin/two-libs.ap_.d
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/bin/two-libs.ap_.d	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/bin/two-libs.ap_.d	(revision 11771)
@@ -0,0 +1,3 @@
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/bin/two-libs.ap_ \
+ : /Users/gperez/issm/trunk-jpl/src/android/two-libs/res/values/strings.xml \
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/AndroidManifest.xml \
Index: /issm/trunk-jpl/src/android/two-libs/build.xml
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/build.xml	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/build.xml	(revision 11771)
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="two-libs" default="help">
+
+    <!-- The local.properties file is created and updated by the 'android' tool.
+         It contains the path to the SDK. It should *NOT* be checked into
+         Version Control Systems. -->
+    <property file="local.properties" />
+
+    <!-- The ant.properties file can be created by you. It is only edited by the
+         'android' tool to add properties to it.
+         This is the place to change some Ant specific build properties.
+         Here are some properties you may want to change/update:
+
+         source.dir
+             The name of the source directory. Default is 'src'.
+         out.dir
+             The name of the output directory. Default is 'bin'.
+
+         For other overridable properties, look at the beginning of the rules
+         files in the SDK, at tools/ant/build.xml
+
+         Properties related to the SDK location or the project target should
+         be updated using the 'android' tool with the 'update' action.
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems.
+
+         -->
+    <property file="ant.properties" />
+
+    <!-- The project.properties file is created and updated by the 'android'
+         tool, as well as ADT.
+
+         This contains project specific properties such as project target, and library
+         dependencies. Lower level build properties are stored in ant.properties
+         (or in .classpath for Eclipse projects).
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems. -->
+    <loadproperties srcFile="project.properties" />
+
+    <!-- quick check on sdk.dir -->
+    <fail
+            message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
+            unless="sdk.dir"
+    />
+
+
+<!-- extension targets. Uncomment the ones where you want to do custom work
+     in between standard targets -->
+<!--
+    <target name="-pre-build">
+    </target>
+    <target name="-pre-compile">
+    </target>
+
+    /* This is typically used for code obfuscation.
+       Compiled code location: ${out.classes.absolute.dir}
+       If this is not done in place, override ${out.dex.input.absolute.dir} */
+    <target name="-post-compile">
+    </target>
+-->
+
+    <!-- Import the actual build file.
+
+         To customize existing targets, there are two options:
+         - Customize only one target:
+             - copy/paste the target into this file, *before* the
+               <import> task.
+             - customize it to your needs.
+         - Customize the whole content of build.xml
+             - copy/paste the content of the rules files (minus the top node)
+               into this file, replacing the <import> task.
+             - customize to your needs.
+
+         ***********************
+         ****** IMPORTANT ******
+         ***********************
+         In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
+         in order to avoid having your file be overridden by tools such as "android update project"
+    -->
+    <!-- version-tag: 1 -->
+    <import file="${sdk.dir}/tools/ant/build.xml" />
+
+</project>
Index: /issm/trunk-jpl/src/android/two-libs/gen/R.java.d
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/gen/R.java.d	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/gen/R.java.d	(revision 11771)
@@ -0,0 +1,3 @@
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/gen/com/example/twolibs/R.java \
+ : /Users/gperez/issm/trunk-jpl/src/android/two-libs/res/values/strings.xml \
+/Users/gperez/issm/trunk-jpl/src/android/two-libs/AndroidManifest.xml \
Index: /issm/trunk-jpl/src/android/two-libs/gen/com/example/twolibs/R.java
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/gen/com/example/twolibs/R.java	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/gen/com/example/twolibs/R.java	(revision 11771)
@@ -0,0 +1,16 @@
+/* AUTO-GENERATED FILE.  DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found.  It
+ * should not be modified by hand.
+ */
+
+package com.example.twolibs;
+
+public final class R {
+    public static final class attr {
+    }
+    public static final class string {
+        public static final int app_name=0x7f020000;
+    }
+}
Index: /issm/trunk-jpl/src/android/two-libs/jni/Android.mk
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/jni/Android.mk	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/jni/Android.mk	(revision 11771)
@@ -0,0 +1,41 @@
+# Copyright (C) 2009 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# the purpose of this sample is to demonstrate how one can
+# generate two distinct shared libraries and have them both
+# uploaded in
+#
+
+LOCAL_PATH:= $(call my-dir)
+
+# first lib, which will be built statically
+#
+include $(CLEAR_VARS)
+
+LOCAL_MODULE    := libtwolib-first
+LOCAL_SRC_FILES := first.c
+
+include $(BUILD_STATIC_LIBRARY)
+
+# second lib, which will depend on and include the first one
+#
+include $(CLEAR_VARS)
+
+LOCAL_MODULE    := libtwolib-second
+LOCAL_SRC_FILES := second.c
+
+LOCAL_STATIC_LIBRARIES := libtwolib-first
+
+include $(BUILD_SHARED_LIBRARY)
Index: /issm/trunk-jpl/src/android/two-libs/jni/first.c
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/jni/first.c	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/jni/first.c	(revision 11771)
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2009 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+#include "first.h"
+
+int  first(int  x, int  y)
+{
+    return x + y;
+}
Index: /issm/trunk-jpl/src/android/two-libs/jni/first.h
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/jni/first.h	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/jni/first.h	(revision 11771)
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2009 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+#ifndef FIRST_H
+#define FIRST_H
+
+extern int first(int  x, int  y);
+
+#endif /* FIRST_H */
Index: /issm/trunk-jpl/src/android/two-libs/jni/second.c
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/jni/second.c	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/jni/second.c	(revision 11771)
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2009 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+#include "first.h"
+#include <jni.h>
+
+jint
+Java_com_example_twolibs_TwoLibs_add( JNIEnv*  env,
+                                      jobject  this,
+                                      jint     x,
+                                      jint     y )
+{
+    return first(x, y);
+}
Index: /issm/trunk-jpl/src/android/two-libs/obj/local/armeabi/objs/twolib-first/first.o.d
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/obj/local/armeabi/objs/twolib-first/first.o.d	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/obj/local/armeabi/objs/twolib-first/first.o.d	(revision 11771)
@@ -0,0 +1,3 @@
+obj/local/armeabi/objs/twolib-first/first.o: jni/first.c jni/first.h
+
+jni/first.h:
Index: /issm/trunk-jpl/src/android/two-libs/obj/local/armeabi/objs/twolib-second/second.o.d
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/obj/local/armeabi/objs/twolib-second/second.o.d	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/obj/local/armeabi/objs/twolib-second/second.o.d	(revision 11771)
@@ -0,0 +1,6 @@
+obj/local/armeabi/objs/twolib-second/second.o: jni/second.c jni/first.h \
+ /Users/gperez/issm/trunk-jpl/externalpackages/android-ndk/install/platforms/android-3/arch-arm/usr/include/jni.h
+
+jni/first.h:
+
+/Users/gperez/issm/trunk-jpl/externalpackages/android-ndk/install/platforms/android-3/arch-arm/usr/include/jni.h:
Index: /issm/trunk-jpl/src/android/two-libs/proguard.cfg
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/proguard.cfg	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/proguard.cfg	(revision 11771)
@@ -0,0 +1,40 @@
+-optimizationpasses 5
+-dontusemixedcaseclassnames
+-dontskipnonpubliclibraryclasses
+-dontpreverify
+-verbose
+-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
+
+-keep public class * extends android.app.Activity
+-keep public class * extends android.app.Application
+-keep public class * extends android.app.Service
+-keep public class * extends android.content.BroadcastReceiver
+-keep public class * extends android.content.ContentProvider
+-keep public class * extends android.app.backup.BackupAgentHelper
+-keep public class * extends android.preference.Preference
+-keep public class com.android.vending.licensing.ILicensingService
+
+-keepclasseswithmembernames class * {
+    native <methods>;
+}
+
+-keepclasseswithmembers class * {
+    public <init>(android.content.Context, android.util.AttributeSet);
+}
+
+-keepclasseswithmembers class * {
+    public <init>(android.content.Context, android.util.AttributeSet, int);
+}
+
+-keepclassmembers class * extends android.app.Activity {
+   public void *(android.view.View);
+}
+
+-keepclassmembers enum * {
+    public static **[] values();
+    public static ** valueOf(java.lang.String);
+}
+
+-keep class * implements android.os.Parcelable {
+  public static final android.os.Parcelable$Creator *;
+}
Index: /issm/trunk-jpl/src/android/two-libs/project.properties
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/project.properties	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/project.properties	(revision 11771)
@@ -0,0 +1,11 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system use,
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+
+# Project target.
+target=android-15
Index: /issm/trunk-jpl/src/android/two-libs/res/values/strings.xml
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/res/values/strings.xml	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/res/values/strings.xml	(revision 11771)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">TwoLib</string>
+</resources>
Index: /issm/trunk-jpl/src/android/two-libs/src/com/example/twolibs/TwoLibs.java
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/src/com/example/twolibs/TwoLibs.java	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/src/com/example/twolibs/TwoLibs.java	(revision 11771)
@@ -0,0 +1,46 @@
+/*
+ * Copyright (C) 2009 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.example.twolibs;
+
+import android.app.Activity;
+import android.widget.TextView;
+import android.os.Bundle;
+
+public class TwoLibs extends Activity
+{
+    /** Called when the activity is first created. */
+    @Override
+    public void onCreate(Bundle savedInstanceState)
+    {
+        super.onCreate(savedInstanceState);
+
+        TextView  tv = new TextView(this);
+        int       x  = 1000;
+        int       y  = 42;
+
+        // here, we dynamically load the library at runtime
+        // before calling the native method.
+        //
+        System.loadLibrary("twolib-second");
+
+        int  z = add(x, y);
+
+        tv.setText( "The sum of " + x + " and " + y + " is " + z );
+        setContentView(tv);
+    }
+
+    public native int add(int  x, int  y);
+}
Index: /issm/trunk-jpl/src/android/two-libs/tests/AndroidManifest.xml
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/tests/AndroidManifest.xml	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/tests/AndroidManifest.xml	(revision 11771)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+          package="com.example.TwoLib.tests"
+          android:versionCode="1"
+          android:versionName="1.0">
+    <!-- We add an application tag here just so that we can indicate that
+         this package needs to link against the android.test library,
+         which is needed when building test cases. -->
+    <application>
+        <uses-library android:name="android.test.runner" />
+    </application>
+    <!--
+    This declares that this application uses the instrumentation test runner targeting
+    the package of com.example.TwoLib.  To run the tests use the command:
+    "adb shell am instrument -w com.example.TwoLib.tests/android.test.InstrumentationTestRunner"
+    -->
+    <instrumentation android:name="android.test.InstrumentationTestRunner"
+                     android:targetPackage="com.example.TwoLib"
+                     android:label="Tests for TwoLib"/>
+</manifest>
Index: /issm/trunk-jpl/src/android/two-libs/tests/default.properties
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/tests/default.properties	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/tests/default.properties	(revision 11771)
@@ -0,0 +1,11 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+# 
+# This file must be checked in Version Control Systems.
+# 
+# To customize properties used by the Ant build system use,
+# "build.properties", and override values to adapt the script to your
+# project structure.
+
+# Project target.
+target=android-3
Index: /issm/trunk-jpl/src/android/two-libs/tests/src/com/example/TwoLib/TwoLibTest.java
===================================================================
--- /issm/trunk-jpl/src/android/two-libs/tests/src/com/example/TwoLib/TwoLibTest.java	(revision 11771)
+++ /issm/trunk-jpl/src/android/two-libs/tests/src/com/example/TwoLib/TwoLibTest.java	(revision 11771)
@@ -0,0 +1,21 @@
+package com.example.TwoLib;
+
+import android.test.ActivityInstrumentationTestCase;
+
+/**
+ * This is a simple framework for a test of an Application.  See
+ * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on
+ * how to write and extend Application tests.
+ * <p/>
+ * To run this test, you can type:
+ * adb shell am instrument -w \
+ * -e class com.example.TwoLib.TwoLibTest \
+ * com.example.TwoLib.tests/android.test.InstrumentationTestRunner
+ */
+public class TwoLibTest extends ActivityInstrumentationTestCase<TwoLib> {
+
+    public TwoLibTest() {
+        super("com.example.TwoLib", TwoLib.class);
+    }
+
+}
