 8b9e5e5e5a
			
		
	
	
		8b9e5e5e5a
		
	
	
	
	
		
			
			These two changes make it so that the submodules can be directly imported into Eclipse, and they'll be all setup to just work.
		
			
				
	
	
		
			18 行
		
	
	
		
			892 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 行
		
	
	
		
			892 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <classpath>
 | |
| 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
 | |
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
 | |
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
 | |
| 	<classpathentry kind="src" path="src"/>
 | |
|     <classpathentry kind="src" path="../extern/symlinks-for-ant-and-eclipse">
 | |
| 		<attributes>
 | |
| 			<attribute name="ignore_optional_problems" value="true"/>
 | |
| 		</attributes>
 | |
| 	</classpathentry>
 | |
| 	<classpathentry kind="src" path="gen"/>
 | |
| 	<classpathentry combineaccessrules="false" kind="src" path="/AndroidPinning"/>
 | |
| 	<classpathentry combineaccessrules="false" kind="src" path="/MemorizingActivity"/>
 | |
| 	<classpathentry combineaccessrules="false" kind="src" path="/library"/>
 | |
| 	<classpathentry kind="output" path="bin/classes"/>
 | |
| </classpath>
 |