Changeset 1759 for trunk/autoquest


Ignore:
Timestamp:
09/22/14 15:25:22 (10 years ago)
Author:
sherbold
Message:
  • added new third-party repo for FF tooling
  • now using UML modeling tools from FF
  • generated sequence diagrams are now the implementation of an operation with the TestCase? stereotype. In case the loaded model knows UTP, the UTP TestCase? stereotype is set.
Location:
trunk/autoquest
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest/.classpath

    r755 r1759  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
     15        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
    1616                <attributes> 
    1717                        <attribute name="maven.pomderived" value="true"/> 
  • trunk/autoquest/.settings/org.eclipse.jdt.core.prefs

    r755 r1759  
    11eclipse.preferences.version=1 
    2 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 
    3 org.eclipse.jdt.core.compiler.compliance=1.6 
     2org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 
     4org.eclipse.jdt.core.compiler.compliance=1.7 
     5org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 
     6org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 
    47org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 
    5 org.eclipse.jdt.core.compiler.source=1.6 
     8org.eclipse.jdt.core.compiler.source=1.7 
  • trunk/autoquest/pom.xml

    r1541 r1759  
    3333            <id>autoquest-thirdparty-repo</id> 
    3434            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 
     35        </repository> 
     36        <repository> 
     37            <id>FF-Releases</id> 
     38            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/FF-Releases</url> 
    3539        </repository> 
    3640    </repositories> 
Note: See TracChangeset for help on using the changeset viewer.