Skip to content

Commit 53cba56

Browse files
author
cyBerta
committed
minor changes
1 parent d42dd67 commit 53cba56

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

apk/.classpath

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7-
<classpathentry kind="lib" path="libs/armeabi/libcom_googlecode_android_scripting_Exec.so"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry kind="lib" path="libs/armeabi/libcom_googlecode_android_scripting_Exec.so">
8+
<attributes>
9+
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="PythonAPK/libs/armeabi"/>
10+
</attributes>
11+
</classpathentry>
812
<classpathentry kind="lib" path="libs/guava-r06.jar"/>
913
<classpathentry kind="lib" path="libs/libGoogleAnalytics.jar"/>
1014
<classpathentry kind="lib" path="libs/locale_platform.jar"/>
1115
<classpathentry kind="lib" path="libs/script.jar"/>
16+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
1217
<classpathentry kind="output" path="bin/classes"/>
1318
</classpath>
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
#Thu Feb 23 18:37:26 CET 2012
21
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.builder.cleanOutputFolder=clean
3+
org.eclipse.jdt.core.builder.duplicateResourceTask=warning
4+
org.eclipse.jdt.core.builder.invalidClasspath=ignore
5+
org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
6+
org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
7+
org.eclipse.jdt.core.circularClasspath=error
8+
org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
9+
org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
10+
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error
311
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
412
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
513
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
614
org.eclipse.jdt.core.compiler.compliance=1.6
715
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
816
org.eclipse.jdt.core.compiler.debug.localVariable=generate
917
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
18+
org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
1019
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1120
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1221
org.eclipse.jdt.core.compiler.source=1.6
22+
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
23+
org.eclipse.jdt.core.incompleteClasspath=warning

apk/res/raw/script.zip

283 Bytes
Binary file not shown.

apk/src/com/android/python27/config/GlobalConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class GlobalConstants {
2626

2727
public static final String PYTHON_MAIN_SCRIPT_NAME = "hello.py";
28-
public static final String PYTHON_PROJECT_ZIP_NAME = "my_python_project.zip";
28+
public static final String PYTHON_PROJECT_ZIP_NAME = "script.zip";
2929
public static final String PYTHON_ZIP_NAME = "python_27.zip";
3030
public static final String PYTHON_EXTRAS_ZIP_NAME = "python_extras_27.zip";
3131

0 commit comments

Comments
 (0)