Changeset 1552


Ignore:
Timestamp:
05/14/14 17:08:59 (10 years ago)
Author:
rkrimmel
Message:

Test commit to my branch

Location:
branches/ralph
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ralph/.classpath

    r1343 r1552  
    1818                </attributes> 
    1919        </classpathentry> 
    20         <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
     20        <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
    2121                <attributes> 
    2222                        <attribute name="maven.pomderived" value="true"/> 
  • branches/ralph/.project

    r920 r1552  
    44        <comment></comment> 
    55        <projects> 
     6                <project>autoquest-plugin-alignment</project> 
    67        </projects> 
    78        <buildSpec> 
  • branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/TemporalRelationshipRuleManager.java

    r1294 r1552  
    146146 
    147147        sessionScopeRules = new ISessionScopeRule[] { 
    148             new SequenceForTaskDetectionRule 
     148            new SequenceForTaskDetectionRuleAlignment 
    149149                (TaskEquality.SEMANTICALLY_EQUAL, taskFactory, taskBuilder), 
    150150            /*new DefaultTaskSequenceDetectionRule 
Note: See TracChangeset for help on using the changeset viewer.