Ignore:
Timestamp:
04/11/16 17:38:21 (8 years ago)
Author:
pharms
Message:
  • made this compilable without maven issues
Location:
trunk/autoquest-androidmonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-androidmonitor

    • Property svn:ignore set to
      bin
  • trunk/autoquest-androidmonitor/.classpath

    r1833 r2062  
    77                </attributes> 
    88        </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> 
    199        <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 
    2010        <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"> 
    2212                <attributes> 
    2313                        <attribute name="optional" value="true"/> 
     
    2515                </attributes> 
    2616        </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"> 
    2818                <attributes> 
    2919                        <attribute name="maven.pomderived" value="true"/> 
    3020                </attributes> 
    3121        </classpathentry> 
    32         <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"> 
     22        <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
    3323                <attributes> 
    3424                        <attribute name="maven.pomderived" value="true"/> 
    3525                </attributes> 
    3626        </classpathentry> 
    37         <classpathentry kind="output" path="bin/classes"/> 
     27        <classpathentry kind="output" path="target/classes"/> 
    3828</classpath> 
Note: See TracChangeset for help on using the changeset viewer.