Changeset 2062


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:
3 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> 
  • trunk/autoquest-androidmonitor/pom.xml

    r1878 r2062  
    6060                                        <extensions>true</extensions> 
    6161                                </plugin> 
     62                                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> 
     63                                <plugin> 
     64                                    <groupId>org.eclipse.m2e</groupId> 
     65                                    <artifactId>lifecycle-mapping</artifactId> 
     66                                    <version>1.0.0</version> 
     67                                    <configuration> 
     68                                        <lifecycleMappingMetadata> 
     69                                            <pluginExecutions> 
     70                                                <pluginExecution> 
     71                                                    <pluginExecutionFilter> 
     72                                                        <groupId> 
     73                                                            com.jayway.maven.plugins.android.generation2 
     74                                                        </groupId> 
     75                                                        <artifactId>android-maven-plugin</artifactId> 
     76                                                        <versionRange>[3.8.2,)</versionRange> 
     77                                                        <goals> 
     78                                                            <goal>consume-aar</goal> 
     79                                                            <goal>generate-sources</goal> 
     80                                                            <goal>proguard</goal> 
     81                                                        </goals> 
     82                                                    </pluginExecutionFilter> 
     83                                                    <action> 
     84                                                        <ignore></ignore> 
     85                                                    </action> 
     86                                                </pluginExecution> 
     87                                            </pluginExecutions> 
     88                                        </lifecycleMappingMetadata> 
     89                                    </configuration> 
     90                                </plugin> 
    6291                        </plugins> 
    6392                </pluginManagement> 
Note: See TracChangeset for help on using the changeset viewer.