Skip to content

Commit

Permalink
create version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Jun 8, 2016
1 parent 4ee5329 commit d07d4f8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 82 deletions.
1 change: 0 additions & 1 deletion bpmnNCL.iml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
<orderEntry type="library" exported="" name="Gradle: org.camunda.bpm.model:camunda-xml-model:7.5.0-alpha4" level="project" />
<orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.11" level="project" />
<orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" scope="TEST" name="Gradle: xmlunit:xmlunit:1.6" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ run {

jar {
baseName = 'bncl'
version = '0.1.1'
version = '0.1.2'
// put dependencies to jar
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
manifest {
Expand Down
Binary file removed executables/bncl-0.1.1.jar
Binary file not shown.
35 changes: 0 additions & 35 deletions executables/test_process.bpmn

This file was deleted.

35 changes: 0 additions & 35 deletions executables/test_process.xml

This file was deleted.

10 changes: 5 additions & 5 deletions test_process.bpmn
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<definitions id="definitions_d08159fd-7b1a-4fa3-9489-fc0e2869d753" targetNamespace="http://camunda.org/examples" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL">
<process id="pid-7eed3a75-affb-43de-9e55-62f1f4ad4f79">
<definitions id="definitions_f675d8e7-1ee6-44de-a0d7-9fa7fbf8fc72" targetNamespace="http://camunda.org/examples" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL">
<process id="pid-987cb9be-d4c7-4875-bde0-258167466f07">
<startEvent id="startevent1" name="message incoming">
<outgoing>startevent1-event1</outgoing>
<signalEventDefinition id="signalEventDefinition_59ad3564-a7ba-4be4-9ad6-df42490fe010"/>
<signalEventDefinition id="signalEventDefinition_4d4ef702-ca9a-44e0-8b3a-21cec4ff44f1"/>
</startEvent>
<intermediateCatchEvent id="event1" name="3 stunden vergangen">
<incoming>startevent1-event1</incoming>
<outgoing>event1-gateway1</outgoing>
<errorEventDefinition id="errorEventDefinition_f0cbdcf7-fd47-4f11-a5c7-ccef3e4d2fe6"/>
<errorEventDefinition id="errorEventDefinition_8256da84-8d69-4ced-9fff-df17108d70b9"/>
</intermediateCatchEvent>
<scriptTask id="usertask1" name="dosomething">
<incoming>gateway1-usertask1</incoming>
Expand Down Expand Up @@ -36,7 +36,7 @@
<sequenceFlow id="usertask2-gateway2" sourceRef="usertask2" targetRef="gateway2"/>
<intermediateThrowEvent id="endevent1" name="terminated">
<incoming>gateway2-endevent1</incoming>
<messageEventDefinition id="messageEventDefinition_8d7be3c0-d27e-47b6-99f1-d010dfc585a0"/>
<messageEventDefinition id="messageEventDefinition_690b3d80-6f6b-4d11-8d90-283e26310607"/>
</intermediateThrowEvent>
<sequenceFlow id="gateway2-endevent1" sourceRef="gateway2" targetRef="endevent1"/>
</process>
Expand Down
10 changes: 5 additions & 5 deletions test_process.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<definitions id="definitions_d08159fd-7b1a-4fa3-9489-fc0e2869d753" targetNamespace="http://camunda.org/examples" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL">
<process id="pid-7eed3a75-affb-43de-9e55-62f1f4ad4f79">
<definitions id="definitions_f675d8e7-1ee6-44de-a0d7-9fa7fbf8fc72" targetNamespace="http://camunda.org/examples" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL">
<process id="pid-987cb9be-d4c7-4875-bde0-258167466f07">
<startEvent id="startevent1" name="message incoming">
<outgoing>startevent1-event1</outgoing>
<signalEventDefinition id="signalEventDefinition_59ad3564-a7ba-4be4-9ad6-df42490fe010"/>
<signalEventDefinition id="signalEventDefinition_4d4ef702-ca9a-44e0-8b3a-21cec4ff44f1"/>
</startEvent>
<intermediateCatchEvent id="event1" name="3 stunden vergangen">
<incoming>startevent1-event1</incoming>
<outgoing>event1-gateway1</outgoing>
<errorEventDefinition id="errorEventDefinition_f0cbdcf7-fd47-4f11-a5c7-ccef3e4d2fe6"/>
<errorEventDefinition id="errorEventDefinition_8256da84-8d69-4ced-9fff-df17108d70b9"/>
</intermediateCatchEvent>
<scriptTask id="usertask1" name="dosomething">
<incoming>gateway1-usertask1</incoming>
Expand Down Expand Up @@ -36,7 +36,7 @@
<sequenceFlow id="usertask2-gateway2" sourceRef="usertask2" targetRef="gateway2"/>
<intermediateThrowEvent id="endevent1" name="terminated">
<incoming>gateway2-endevent1</incoming>
<messageEventDefinition id="messageEventDefinition_8d7be3c0-d27e-47b6-99f1-d010dfc585a0"/>
<messageEventDefinition id="messageEventDefinition_690b3d80-6f6b-4d11-8d90-283e26310607"/>
</intermediateThrowEvent>
<sequenceFlow id="gateway2-endevent1" sourceRef="gateway2" targetRef="endevent1"/>
</process>
Expand Down

0 comments on commit d07d4f8

Please sign in to comment.