Changeset 2062 for trunk/autoquest-androidmonitor
- Timestamp:
- 04/11/16 17:38:21 (9 years ago)
- Location:
- trunk/autoquest-androidmonitor
- Files:
-
- 3 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> -
trunk/autoquest-androidmonitor/pom.xml
r1878 r2062 60 60 <extensions>true</extensions> 61 61 </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> 62 91 </plugins> 63 92 </pluginManagement>
Note: See TracChangeset
for help on using the changeset viewer.