Changeset 2062 for trunk/autoquest-androidmonitor/.classpath
- Timestamp:
- 04/11/16 17:38:21 (9 years ago)
- Location:
- trunk/autoquest-androidmonitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-androidmonitor
-
Property
svn:ignore
set to
bin
-
Property
svn:ignore
set to
-
trunk/autoquest-androidmonitor/.classpath
r1833 r2062 7 7 </attributes> 8 8 </classpathentry> 9 <classpathentry kind="con" path="me.gladwell.eclipse.m2e.android.classpath.NONRUNTIME_DEPENDENCIES">10 <attributes>11 <attribute name="maven.pomderived" value="true"/>12 </attributes>13 </classpathentry>14 <classpathentry kind="src" path="gen">15 <attributes>16 <attribute name="maven.pomderived" value="true"/>17 </attributes>18 </classpathentry>19 9 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 20 10 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> 21 <classpathentry kind="src" output=" bin/classes" path="src/main/java">11 <classpathentry kind="src" output="target/classes" path="src/main/java"> 22 12 <attributes> 23 13 <attribute name="optional" value="true"/> … … 25 15 </attributes> 26 16 </classpathentry> 27 <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">17 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> 28 18 <attributes> 29 19 <attribute name="maven.pomderived" value="true"/> 30 20 </attributes> 31 21 </classpathentry> 32 <classpathentry kind="con" path=" com.android.ide.eclipse.adt.LIBRARIES">22 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 33 23 <attributes> 34 24 <attribute name="maven.pomderived" value="true"/> 35 25 </attributes> 36 26 </classpathentry> 37 <classpathentry kind="output" path=" bin/classes"/>27 <classpathentry kind="output" path="target/classes"/> 38 28 </classpath>
Note: See TracChangeset
for help on using the changeset viewer.