- Timestamp:
- 09/17/14 18:18:04 (10 years ago)
- Location:
- trunk/autoquest-plugin-android
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-android/.classpath
r1547 r1750 4 4 <attributes> 5 5 <attribute name="optional" value="true"/> 6 <attribute name="maven.pomderived" value="true"/>7 </attributes>8 </classpathentry>9 <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">10 <attributes>11 <attribute name="maven.pomderived" value="true"/>12 </attributes>13 </classpathentry>14 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">15 <attributes>16 6 <attribute name="maven.pomderived" value="true"/> 17 7 </attributes> … … 28 18 </attributes> 29 19 </classpathentry> 20 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 21 <attributes> 22 <attribute name="maven.pomderived" value="true"/> 23 </attributes> 24 </classpathentry> 30 25 <classpathentry kind="output" path="target/classes"/> 31 26 </classpath> -
trunk/autoquest-plugin-android/.project
r1547 r1750 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>autoquest-plugin- android</name>3 <name>autoquest-plugin-jfc</name> 4 4 <comment></comment> 5 5 <projects> … … 18 18 </buildSpec> 19 19 <natures> 20 <nature>org.eclipse.m2e.core.maven2Nature</nature> 20 21 <nature>org.eclipse.jdt.core.javanature</nature> 21 <nature>org.eclipse.m2e.core.maven2Nature</nature>22 22 </natures> 23 23 </projectDescription>
Note: See TracChangeset
for help on using the changeset viewer.