Ignore:
Timestamp:
10/16/12 14:35:23 (12 years ago)
Author:
pharms
Message:
  • rename to autoquest
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-jfcmonitor/pom.xml

    r827 r920  
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    33        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    5         <artifactId>quest-jfcmonitor</artifactId> 
     4        <groupId>de.ugoe.cs.autoquest</groupId> 
     5        <artifactId>autoquest-jfcmonitor</artifactId> 
    66        <version>0.0.1-SNAPSHOT</version> 
    7         <name>quest-jfcmonitor</name> 
     7        <name>autoquest-jfcmonitor</name> 
    88        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-jfcmonitor</url> 
     9                <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-jfcmonitor</url> 
    1010        </scm> 
    1111        <dependencies> 
     
    3434                                                        <addClasspath>true</addClasspath> 
    3535                                                        <classpathPrefix>lib/</classpathPrefix> 
    36                                                         <mainClass>de.ugoe.cs.quest.jfcmonitor.Runner</mainClass> 
     36                                                        <mainClass>de.ugoe.cs.autoquest.jfcmonitor.Runner</mainClass> 
    3737                                                </manifest> 
    3838                                        </archive> 
Note: See TracChangeset for help on using the changeset viewer.