File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
src/com/android/python27/config Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- # Thu Feb 23 18:37:26 CET 2012
21eclipse.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
311org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
412org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
513org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
614org.eclipse.jdt.core.compiler.compliance =1.6
715org.eclipse.jdt.core.compiler.debug.lineNumber =generate
816org.eclipse.jdt.core.compiler.debug.localVariable =generate
917org.eclipse.jdt.core.compiler.debug.sourceFile =generate
18+ org.eclipse.jdt.core.compiler.maxProblemPerUnit =100
1019org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
1120org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
1221org.eclipse.jdt.core.compiler.source =1.6
22+ org.eclipse.jdt.core.incompatibleJDKLevel =ignore
23+ org.eclipse.jdt.core.incompleteClasspath =warning
Original file line number Diff line number Diff line change 2525public 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
You can’t perform that action at this time.
0 commit comments