Index: ../trunk-jpl/src/android/ISSM_App/.classpath
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/.classpath (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/.classpath (revision 13960)
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
Index: ../trunk-jpl/src/android/ISSM_App/project.properties
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/project.properties (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/project.properties (revision 13960)
@@ -1,14 +0,0 @@
-# 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 edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-14
Index: ../trunk-jpl/src/android/ISSM_App/.project
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/.project (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/.project (revision 13960)
@@ -1,33 +0,0 @@
-
-
- ISSM_App
-
-
-
-
-
- com.android.ide.eclipse.adt.ResourceManagerBuilder
-
-
-
-
- com.android.ide.eclipse.adt.PreCompilerBuilder
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- com.android.ide.eclipse.adt.ApkBuilder
-
-
-
-
-
- com.android.ide.eclipse.adt.AndroidNature
- org.eclipse.jdt.core.javanature
-
-
Index: ../trunk-jpl/src/android/ISSM_App/proguard-project.txt
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/proguard-project.txt (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/proguard-project.txt (revision 13960)
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
Index: ../trunk-jpl/src/android/ISSM_App/AndroidManifest.xml
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/AndroidManifest.xml (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/AndroidManifest.xml (revision 13960)
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
Index: ../trunk-jpl/src/android/ISSM_App/src/issm/app/ISSM_AppActivity.java
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/src/issm/app/ISSM_AppActivity.java (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/src/issm/app/ISSM_AppActivity.java (revision 13960)
@@ -1,29 +0,0 @@
-package issm.app;
-
-import android.app.Activity;
-import android.os.Bundle;
-import android.view.View;
-import android.view.View.OnClickListener;
-import android.widget.TextView;
-import android.widget.SeekBar;
-
-public class ISSM_AppActivity extends Activity implements OnClickListener
-{
- private SeekBar sb;
- private TextView tv;
-
- public void onCreate(Bundle savedInstanceState)
- {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.main);
- sb = (SeekBar)findViewById(R.id.seekBar2);
- tv = (TextView)findViewById(R.id.editText2);
- tv.setText("Current Progress: " + sb.getProgress());
- sb.setOnClickListener(this);
- }
-
- public void onClick(View v)
- {
- tv.setText("Current Progress: " + sb.getProgress());
- }
-}
\ No newline at end of file
Index: ../trunk-jpl/src/android/ISSM_App/bin/res/drawable-hdpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/bin/res/drawable-ldpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/bin/res/drawable-mdpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/bin/res/drawable-xhdpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/gen/issm/app/R.java
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/gen/issm/app/R.java (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/gen/issm/app/R.java (revision 13960)
@@ -1,27 +0,0 @@
-/* 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 issm.app;
-
-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 id {
- public static final int editText2=0x7f050000;
- public static final int seekBar2=0x7f050001;
- }
- public static final class layout {
- public static final int main=0x7f030000;
- }
- public static final class string {
- public static final int app_name=0x7f040001;
- public static final int hello=0x7f040000;
- }
-}
Index: ../trunk-jpl/src/android/ISSM_App/gen/issm/app/BuildConfig.java
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/gen/issm/app/BuildConfig.java (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/gen/issm/app/BuildConfig.java (revision 13960)
@@ -1,6 +0,0 @@
-/** Automatically generated file. DO NOT MODIFY */
-package issm.app;
-
-public final class BuildConfig {
- public final static boolean DEBUG = true;
-}
\ No newline at end of file
Index: ../trunk-jpl/src/android/ISSM_App/res/values/strings.xml
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/res/values/strings.xml (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/res/values/strings.xml (revision 13960)
@@ -1,7 +0,0 @@
-
-
-
- Hello World, ISSM_AppActivity!
- ISSM_App
-
-
\ No newline at end of file
Index: ../trunk-jpl/src/android/ISSM_App/res/drawable-hdpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/res/drawable-ldpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/res/drawable-mdpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/res/drawable-xhdpi/ic_launcher.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ../trunk-jpl/src/android/ISSM_App/res/layout/main.xml
===================================================================
--- ../trunk-jpl/src/android/ISSM_App/res/layout/main.xml (revision 13959)
+++ ../trunk-jpl/src/android/ISSM_App/res/layout/main.xml (revision 13960)
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file