Changeset 1552
- Timestamp:
- 05/14/14 17:08:59 (11 years ago)
- Location:
- branches/ralph
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ralph/.classpath
r1343 r1552 18 18 </attributes> 19 19 </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"> 21 21 <attributes> 22 22 <attribute name="maven.pomderived" value="true"/> -
branches/ralph/.project
r920 r1552 4 4 <comment></comment> 5 5 <projects> 6 <project>autoquest-plugin-alignment</project> 6 7 </projects> 7 8 <buildSpec> -
branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/TemporalRelationshipRuleManager.java
r1294 r1552 146 146 147 147 sessionScopeRules = new ISessionScopeRule[] { 148 new SequenceForTaskDetectionRule 148 new SequenceForTaskDetectionRuleAlignment 149 149 (TaskEquality.SEMANTICALLY_EQUAL, taskFactory, taskBuilder), 150 150 /*new DefaultTaskSequenceDetectionRule
Note: See TracChangeset
for help on using the changeset viewer.