Ignore:
Timestamp:
10/16/12 14:35:23 (12 years ago)
Author:
pharms
Message:
  • rename to autoquest
Location:
trunk/autoquest-core-tasktrees-test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-tasktrees-test/.classpath

    r800 r920  
    22<classpath> 
    33        <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"> 
    410                <attributes> 
    511                        <attribute name="optional" value="true"/> 
  • trunk/autoquest-core-tasktrees-test/pom.xml

    r763 r920  
    55> 
    66    <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> 
    99        <version>0.0.1-SNAPSHOT</version> 
    1010    </parent> 
    1111    <modelVersion>4.0.0</modelVersion> 
    12     <artifactId>quest-core-tasktrees-test</artifactId> 
     12    <artifactId>autoquest-core-tasktrees-test</artifactId> 
    1313    <properties> 
    14         <tested-artifactId>quest-core-tasktrees</tested-artifactId> 
     14        <tested-artifactId>autoquest-core-tasktrees</tested-artifactId> 
    1515    </properties> 
    1616</project> 
Note: See TracChangeset for help on using the changeset viewer.