Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 3020dbb

Browse files
committed
Merge branch 'develop' into develop-9.0 (#102)
2 parents 022d70b + e2dd8f1 commit 3020dbb

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

documentation/DEV-MODELER.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,20 @@ $ git checkout -b feature-ISSUEID develop
3434
```
3535

3636
1. Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/marklogic-community/marklogicworkflow
37-
2. Open Eclipse Luna (4.4) or above
37+
2. Open Eclipse Oxygen (4.7) or above
3838
3. Install the BPMN plugin version according to your eclipse version. Refer to [BPMN's download page](http://www.eclipse.org/bpmn2-modeler/downloads.php "BPMN download page") for more info.
3939
* Only needed if you haven't installed BPMN yet.
4040
* Users that are using BPMN plugin v 1.2.2 or earlier (typically Eclipse-Luna) of would need to recompile the project to refer to the old class that contain ```RootElementParser```, i.e. search ```AbstractBpmn2RuntimeExtension.RootElementParser``` and replace with ```DefaultBpmn2RuntimeExtension.RootElementParser```
41-
* You may refer to [this issue](https://www.eclipse.org/forums/index.php/t/1074631/) for more details regarding above need for change.
41+
* You may refer to [this issue](https://www.eclipse.org/forums/index.php/t/1074631/) for more details regarding above need for change.
4242
4. Go to File -> Import project
4343
5. Navigate to ./marklogicworkflow/eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic _**(NOT just ./marklogicworkflow)**_
4444
6. Import this workspace
4545
7. Double click on the 'plugin.xml' file
4646
8. Menu >> Run >> Run As >> "Eclipse Application"
4747

48-
### Current published In Development version
48+
### Current published release version
4949

50-
- In Eclipse Luna (4.4) or above, go to Help -> Install new software
51-
- In the update site field type https://raw.githubusercontent.com/adamfowleruk/marklogicworkflow/develop/eclipse/MarkLogicWorkflowUpdateSite
52-
- It will take a few seconds to download plugin information
53-
- Select the Eclipse BPMN2 Modeler - MarkLogic Workflow Runtime Extension Feature
54-
- Click Next
55-
- Follow the prompts
56-
- NOTE: If you are warned about the project not being signed, click on 'OK' and NOT 'Cancel' to proceed with installation
57-
- Restart Eclipse Luna
58-
59-
### Current published released version
60-
61-
- As for Current published in development version, except use this URL: https://raw.githubusercontent.com/adamfowleruk/marklogicworkflow/master/eclipse/MarkLogicWorkflowUpdateSite
50+
- TODO: publish updatesite for plguin
6251

6352
## Creating a new Workflow process diagram
6453

0 commit comments

Comments
 (0)