cpee 2.1.109 → 2.1.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,7 +52,7 @@
52
52
  <xsl:text>, parameters: { </xsl:text>
53
53
  <xsl:apply-templates select="d:parameters"/>
54
54
  <xsl:text> }</xsl:text>
55
- <xsl:if test="d:code/d:signal[text()='on']">
55
+ <xsl:if test="d:code/d:signal[text()='true']">
56
56
  <xsl:text>, signal: true</xsl:text>
57
57
  </xsl:if>
58
58
  <xsl:if test="(d:finalize or d:code/d:finalize) and (d:finalize/text() or d:code/d:finalize/text())">
@@ -119,7 +119,7 @@
119
119
  <xsl:text> :e</xsl:text>
120
120
  <xsl:for-each select="ancestor-or-self::*">
121
121
  <xsl:text>_</xsl:text>
122
- <xsl:value-of select="position()"/>
122
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
123
123
  </xsl:for-each>
124
124
  </xsl:otherwise>
125
125
  </xsl:choose>
@@ -167,7 +167,7 @@
167
167
  <xsl:text> :e</xsl:text>
168
168
  <xsl:for-each select="ancestor-or-self::*">
169
169
  <xsl:text>_</xsl:text>
170
- <xsl:value-of select="position()"/>
170
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
171
171
  </xsl:for-each>
172
172
  </xsl:otherwise>
173
173
  </xsl:choose>
@@ -190,7 +190,7 @@
190
190
  <xsl:text> :e</xsl:text>
191
191
  <xsl:for-each select="ancestor-or-self::*">
192
192
  <xsl:text>_</xsl:text>
193
- <xsl:value-of select="position()"/>
193
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
194
194
  </xsl:for-each>
195
195
  </xsl:otherwise>
196
196
  </xsl:choose>
@@ -235,7 +235,7 @@
235
235
  <xsl:text> :e</xsl:text>
236
236
  <xsl:for-each select="ancestor-or-self::*">
237
237
  <xsl:text>_</xsl:text>
238
- <xsl:value-of select="position()"/>
238
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
239
239
  </xsl:for-each>
240
240
  </xsl:otherwise>
241
241
  </xsl:choose>
@@ -368,7 +368,7 @@
368
368
  <xsl:text> :e</xsl:text>
369
369
  <xsl:for-each select="ancestor-or-self::*">
370
370
  <xsl:text>_</xsl:text>
371
- <xsl:value-of select="position()"/>
371
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
372
372
  </xsl:for-each>
373
373
  </xsl:otherwise>
374
374
  </xsl:choose>
@@ -421,7 +421,7 @@
421
421
  <xsl:text> :e</xsl:text>
422
422
  <xsl:for-each select="ancestor-or-self::*">
423
423
  <xsl:text>_</xsl:text>
424
- <xsl:value-of select="position()"/>
424
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
425
425
  </xsl:for-each>
426
426
  </xsl:otherwise>
427
427
  </xsl:choose>
@@ -462,7 +462,7 @@
462
462
  <xsl:text> :e</xsl:text>
463
463
  <xsl:for-each select="ancestor-or-self::*">
464
464
  <xsl:text>_</xsl:text>
465
- <xsl:value-of select="position()"/>
465
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
466
466
  </xsl:for-each>
467
467
  </xsl:otherwise>
468
468
  </xsl:choose>
@@ -520,7 +520,7 @@
520
520
  <xsl:text> :e</xsl:text>
521
521
  <xsl:for-each select="ancestor-or-self::*">
522
522
  <xsl:text>_</xsl:text>
523
- <xsl:value-of select="position()"/>
523
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
524
524
  </xsl:for-each>
525
525
  </xsl:otherwise>
526
526
  </xsl:choose>
@@ -567,7 +567,7 @@
567
567
  <xsl:text> :e</xsl:text>
568
568
  <xsl:for-each select="ancestor-or-self::*">
569
569
  <xsl:text>_</xsl:text>
570
- <xsl:value-of select="position()"/>
570
+ <xsl:value-of select="count(preceding-sibling::*)+1"/>
571
571
  </xsl:for-each>
572
572
  </xsl:otherwise>
573
573
  </xsl:choose>
@@ -22,11 +22,13 @@
22
22
  <event>manipulating</event>
23
23
  <event>status</event>
24
24
  <event>done</event>
25
+ <event>annotation</event>
25
26
  <vote>syncing_before</vote>
26
27
  <vote>syncing_after</vote>
27
28
  </topic>
28
29
  <topic id='gateway'>
29
30
  <event>decide</event>
31
+ <event>annotation</event>
30
32
  <event>split</event>
31
33
  <event>join</event>
32
34
  </topic>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.109
4
+ version: 2.1.111
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -309,6 +309,7 @@ files:
309
309
  - cockpit/templates.legacy/convert_preset.rb
310
310
  - cockpit/templates.legacy/testsets.xml
311
311
  - cockpit/templates.legacy/transformations.xml
312
+ - cockpit/templates/Coopis 2010 Replay.xml
312
313
  - cockpit/templates/Coopis 2010.xml
313
314
  - cockpit/templates/Frames.xml
314
315
  - cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml