Changeset 454


Ignore:
Timestamp:
07/24/12 12:28:16 (12 years ago)
Author:
pharms
Message:

put test implementations to dedicated project

Location:
trunk/quest-core-usability
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-usability

    • Property svn:ignore set to
      .settings
      target
      .classpath
      .project
  • trunk/quest-core-usability/pom.xml

    r442 r454  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    22  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.usability</groupId> 
    4   <artifactId>usabilityevaluationmanager</artifactId> 
     3  <groupId>de.ugoe.cs.quest</groupId> 
     4  <artifactId>quest-core-usability</artifactId> 
    55  <version>0.0.1-SNAPSHOT</version> 
    6   <name>UsabilityEvaluationManager</name> 
     6  <name>quest-core-usability</name> 
    77  <scm> 
    8     <url>https://www.trex.informatik.uni-goettingen.de/svn/swephd/pharms/tasktree/trunk/UsabilityEvaluationManager</url> 
     8    <url>https://www.trex.informatik.uni-goettingen.de/svn/swephd/pharms/tasktree/trunk/quest-core-usability</url> 
    99  </scm> 
    1010  <dependencies> 
     
    1313        <artifactId>quest-core-tasktrees</artifactId> 
    1414        <version>0.0.1-SNAPSHOT</version> 
    15     </dependency> 
    16     <dependency> 
    17         <groupId>junit</groupId> 
    18         <artifactId>junit</artifactId> 
    19         <version>4.8.1</version> 
    20         <scope>test</scope> 
    2115    </dependency> 
    2216  </dependencies> 
Note: See TracChangeset for help on using the changeset viewer.