From 9457ebe60842565d38d0e0b245022276accd4d23 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Mon, 21 Oct 2013 17:41:17 +0100 Subject: [PATCH] Some further progress on SL4A, and migrated to new git repo --- metadata/com.googlecode.android_scripting.txt | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/metadata/com.googlecode.android_scripting.txt b/metadata/com.googlecode.android_scripting.txt index a0ba5bab0f..87ca76e27d 100644 --- a/metadata/com.googlecode.android_scripting.txt +++ b/metadata/com.googlecode.android_scripting.txt @@ -5,22 +5,28 @@ Source Code:http://code.google.com/p/android-scripting/source/browse Issue Tracker:http://code.google.com/p/android-scripting/issues/list Donate: -Summary:Scripting layer for Android +Summary:Script interpreter Description: +Scripting Layer for Android (SL4A) brings scripting languages to Android +by allowing you to edit and execute scripts and interactive interpreters +directly on the Android device. These scripts have access to many of the +APIs available to full-fledged Android applications, but with a greatly +simplified interface that makes it easy to get things done. + +SL4A is designed for developers and is alpha quality software. . -Repo Type:srclib -Repo:SL4A +Repo Type:git +Repo:https://github.com/damonkohler/sl4a.git -# dex class loaders -Build Version:6,600,!WIP at 46da9687be62,subdir=ScriptingLayerForAndroid,\ -update=.;../QuickAction,scanignore=build/com.googlecode.android_scripting,\ +Build Version:6x03,603,!Prebuilt binaries at dcfa832f80,subdir=android/ScriptingLayerForAndroid,\ +update=.;../QuickAction,\ +rm=android/Common/libs/libGoogleAnalytics.jar;android/ScriptForAndroidTemplate/libs/libGoogleAnalytics.jar,\ +scanignore=android/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java,\ srclibs=NoAnalytics@158a4a,prebuild=\ echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties && \ -rm -f ../Common/libs/libGoogleAnalytics.jar libs/libGoogleAnalytics.jar \ -../ScriptForAndroidTemplate/libs/libGoogleAnalytics.jar && \ echo "source.dir=src;../Common/src;../BluetoothFacade/src;\ ../InterpreterForAndroid/src;../SignalStrengthFacade/src;../TextToSpeechFacade/src;\ ../Utils/src;../WebCamFacade/src" > ant.properties,buildjni=yes -Update Check Mode:Static +Update Check Mode:RepoManifest