Changeset 583


Ignore:
Timestamp:
08/21/12 15:04:21 (12 years ago)
Author:
sherbold
Message:
  • moved GUITAR plugin implementation from quest-ui-core to quest-plugin-guitar
Location:
trunk
Files:
2 edited
5 moved

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-guitar/pom.xml

    r516 r583  
    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   <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    4   <artifactId>quest-plugin-guitar</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    6   <name>quest-plugin-guitar</name> 
     1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     2        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3        <modelVersion>4.0.0</modelVersion> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest-plugin-guitar</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7        <name>quest-plugin-guitar</name> 
    78        <scm> 
    89                <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-guitar</url> 
    910        </scm> 
     11        <repositories> 
     12                <repository> 
     13                        <id>quest-repo</id> 
     14                        <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 
     15                </repository> 
     16        </repositories> 
    1017        <dependencies> 
    1118                <dependency> 
     
    1825                        <artifactId>quest-plugin-core</artifactId> 
    1926                        <version>0.0.1-SNAPSHOT</version> 
     27                </dependency> 
     28                <dependency> 
     29                        <groupId>de.ugoe.cs.quest</groupId> 
     30                        <artifactId>quest-core-events</artifactId> 
     31                        <version>0.0.1-SNAPSHOT</version> 
     32                </dependency> 
     33                <dependency> 
     34                        <groupId>de.ugoe.cs.quest</groupId> 
     35                        <artifactId>quest-core-usageprofiles</artifactId> 
     36                        <version>0.0.1-SNAPSHOT</version> 
     37                </dependency> 
     38                <dependency> 
     39                        <groupId>de.ugoe.cs.quest</groupId> 
     40                        <artifactId>quest-ui-core</artifactId> 
     41                        <version>0.0.1-SNAPSHOT</version> 
     42                </dependency> 
     43                <dependency> 
     44                        <groupId>edu.umd.cs</groupId> 
     45                        <artifactId>guitar-model-core</artifactId> 
     46                        <version>1.0</version> 
    2047                </dependency> 
    2148        </dependencies> 
  • trunk/quest-ui-core/pom.xml

    r581 r583  
    1212    <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-ui-core</url> 
    1313  </scm> 
    14   <repositories> 
    15     <repository> 
    16       <id>quest-repo</id> 
    17       <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 
    18     </repository> 
    19   </repositories> 
    2014  <dependencies> 
    2115    <dependency> 
     
    6458      <version>1.2.17</version> 
    6559    </dependency> 
    66     <dependency> 
    67       <groupId>edu.umd.cs</groupId> 
    68       <artifactId>guitar-model-core</artifactId> 
    69       <version>1.0</version> 
    70     </dependency> 
    7160  </dependencies> 
    7261  <build> 
Note: See TracChangeset for help on using the changeset viewer.