Ignore:
Timestamp:
07/30/15 14:35:38 (9 years ago)
Author:
pharms
Message:
  • added support for plotting action instances covered by sequences
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-swt/pom.xml

    r1945 r2033  
    1616    </licenses> 
    1717    <scm> 
    18         <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-ui-swt</url> 
    19         <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-ui-swt</connection> 
     18        <url>${autoquest-scm-trunk-dir}/${project.artifactId}</url> 
     19        <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId}</connection> 
    2020    </scm> 
    2121    <repositories> 
     
    6565            <artifactId>ui-forms</artifactId> 
    6666            <version>3.5</version> 
     67        </dependency> 
     68        <dependency> 
     69            <groupId>org.jfree</groupId> 
     70            <artifactId>jfreechart</artifactId> 
     71            <version>1.0.14</version> 
    6772        </dependency> 
    6873    </dependencies> 
Note: See TracChangeset for help on using the changeset viewer.