You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: documentation/DEV-MODELER.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,15 @@ project, you will need to execute the extension manually.
28
28
29
29
### Latest from source (any branch) for Plugin development
30
30
31
+
*Newer versions of Eclipse may be better supported under the develop branch*
32
+
31
33
Note: If following the Contributing guide, you should have logged an issue and created a new branch from develop using
32
34
```sh
33
35
$ git checkout -b feature-ISSUEID develop
34
36
```
35
37
36
38
To execute the latest extension from source:-
37
-
- Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/adamfowleruk/marklogicworkflow
39
+
- Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/marklogic-community/marklogicworkflow
38
40
- Open Eclipse Luna (4.4) or above
39
41
- Go to File -> Import project
40
42
- Navigate to ./marklogicworkflow/eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic (NOT just ./marklogicworkflow)
0 commit comments