- Timestamp:
- 07/24/12 12:28:16 (12 years ago)
- 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
-
Property
svn:ignore
set to
-
trunk/quest-core-usability/pom.xml
r442 r454 1 1 <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"> 2 2 <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> 5 5 <version>0.0.1-SNAPSHOT</version> 6 <name> UsabilityEvaluationManager</name>6 <name>quest-core-usability</name> 7 7 <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> 9 9 </scm> 10 10 <dependencies> … … 13 13 <artifactId>quest-core-tasktrees</artifactId> 14 14 <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>21 15 </dependency> 22 16 </dependencies>
Note: See TracChangeset
for help on using the changeset viewer.