Changeset 920 for trunk/autoquest-core-tasktrees-test
- Timestamp:
- 10/16/12 14:35:23 (12 years ago)
- Location:
- trunk/autoquest-core-tasktrees-test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees-test/.classpath
r800 r920 2 2 <classpath> 3 3 <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 4 <attributes> 5 <attribute name="optional" value="true"/> 6 <attribute name="maven.pomderived" value="true"/> 7 </attributes> 8 </classpathentry> 9 <classpathentry kind="src" output="target/classes" path="src/main/java"> 4 10 <attributes> 5 11 <attribute name="optional" value="true"/> -
trunk/autoquest-core-tasktrees-test/pom.xml
r763 r920 5 5 > 6 6 <parent> 7 <groupId>de.ugoe.cs. quest</groupId>8 <artifactId> quest-test</artifactId>7 <groupId>de.ugoe.cs.autoquest</groupId> 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 10 </parent> 11 11 <modelVersion>4.0.0</modelVersion> 12 <artifactId> quest-core-tasktrees-test</artifactId>12 <artifactId>autoquest-core-tasktrees-test</artifactId> 13 13 <properties> 14 <tested-artifactId> quest-core-tasktrees</tested-artifactId>14 <tested-artifactId>autoquest-core-tasktrees</tested-artifactId> 15 15 </properties> 16 16 </project>
Note: See TracChangeset
for help on using the changeset viewer.