Skip to content

Commit 100da5f

Browse files
chore(project): adjust urls dmn-io -> bpmn-io
related to CAM-4743
1 parent 4a58dc5 commit 100da5f

File tree

5 files changed

+28
-35
lines changed

5 files changed

+28
-35
lines changed

CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# How to contribute
22

3-
We love you to contribute to this project by filing bugs, helping others on the [issue tracker](https://github.com/bpmn-io/bpmn-js/issues), by contributing features/bug fixes through pull requests or by helping out in our [forums](https://forum.bpmn.io/).
3+
We love you to contribute to this project by filing bugs, helping others on the [issue tracker](https://github.com/bpmn-io/dmn-js/issues), by contributing features/bug fixes through pull requests or by helping out in our [forums](https://forum.bpmn.io/).
44

55

66
## Creating issues
77

8-
We use our [issue tracker](https://github.com/bpmn-io/bpmn-js/issues) for project communication.
8+
We use our [issue tracker](https://github.com/bpmn-io/dmn-js/issues) for project communication.
99
When using the issue tracker:
1010

1111
* Be descriptive when creating an issue (what, where, when and how does a problem pop up)?
@@ -18,20 +18,20 @@ Create a pull request if you would like to have an in-depth discussion about som
1818

1919
## Setting up the project locally
2020

21-
The project development runs on top of the [diagram-js](https://github.com/bpmn-io/diagram-js) master branch. The following code snippet sets up both libraries linking diagram-js to bpmn-js.
22-
21+
The project development runs on top of the [table-js](https://github.com/bpmn-io/table-js) master branch. The following code snippet sets up both libraries linking table-js to dmn-js.
22+
2323
mkdir bpmn.io
2424
cd bpmn.io
2525

26-
git clone [email protected]:bpmn-io/diagram-js.git
27-
(cd diagram-js && npm i)
26+
git clone [email protected]:bpmn-io/table-js.git
27+
(cd table-js && npm i)
28+
29+
git clone [email protected]:bpmn-io/dmn-js.git
30+
(cd dmn-js && npm install && npm link ../table-js)
2831

29-
git clone [email protected]:bpmn-io/bpmn-js.git
30-
(cd bpmn-js && npm install && npm link ../diagram-js)
31-
3232
// Run the test suite
3333
grunt
34-
34+
3535
// Running the test suite with every file change
3636
TEST_BROWSERS=(Chrome|Firefox|IE) grunt auto-test
3737

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dmn-js - DMN for the web
22

3-
[dmn-js](https://github.com/dmn-io/dmn-js) is a DMN modeling and rendering toolkit.
3+
[dmn-js](https://github.com/bpmn-io/dmn-js) is a DMN modeling and rendering toolkit.
44

55

66
> the project is still in an early stage. Documentation may be missing and examples may be broken.
@@ -26,19 +26,19 @@ viewer.importXML(xml, function(err) {
2626

2727
## Resources
2828

29-
* [Issues](https://github.com/dmn-io/dmn-js/issues)
29+
* [Issues](https://github.com/bpmn-io/dmn-js/issues)
3030

3131
## Tools
3232

3333
dmn-js builds on top of a few additional powerful tools
3434

35-
* [dmn-moddle](https://github.com/dmn-io/dmn-moddle): Read / write support for DMN XML in the browsers
36-
* [table-js](https://github.com/dmn-io/table-js): Table rendering and editing toolkit
35+
* [dmn-moddle](https://github.com/bpmn-io/dmn-moddle): Read / write support for DMN XML in the browsers
36+
* [table-js](https://github.com/bpmn-io/table-js): Table rendering and editing toolkit
3737

3838

3939
## Building the Project
4040

41-
As long as the project is in alpha stage, you must make sure you setup the whole development environment, including a number of [project dependencies](https://github.com/dmn-io) according to [our development setup](https://github.com/dmn-io/dmn-js/blob/master/docs/project/SETUP.md).
41+
As long as the project is in alpha stage, you must make sure you setup the whole development environment, including a number of [project dependencies](https://github.com/bpmn-io) according to [our development setup](https://github.com/bpmn-io/dmn-js/blob/master/docs/project/SETUP.md).
4242

4343

4444
## License

docs/project/SETUP.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Make sure you have [git](http://git-scm.com/), [NodeJS](nodejs.org) and [npm](ht
77

88
### Get Project + Dependencies
99

10-
The following projects from the [dmn-io](https://github.com/dmn-io) and [bpmn-io](https://github.com/bpmn-io) projects on GitHub
10+
Get the following projects from the [bpmn-io](https://github.com/bpmn-io) projects on GitHub
1111

12-
* [dmn-js](https://github.com/dmn-io/dmn-js)
13-
* [table-js](https://github.com/dmn-io/table-js)
14-
* [dmn-moddle](https://github.com/dmn-io/dmn-moddle)
12+
* [dmn-js](https://github.com/bpmn-io/dmn-js)
13+
* [table-js](https://github.com/bpmn-io/table-js)
14+
* [dmn-moddle](https://github.com/bpmn-io/dmn-moddle)
1515
* [moddle](https://github.com/bpmn-io/moddle)
1616
* [moddle-xml](https://github.com/bpmn-io/moddle-xml)
1717
* [diagram-js](https://github.com/bpmn-io/diagram-js)
@@ -22,13 +22,6 @@ and clone them into a common directory via
2222
git clone [email protected]:bpmn-io/PROJECT_NAME.git
2323
```
2424

25-
or
26-
27-
```
28-
git clone [email protected]:dmn-io/PROJECT_NAME.git
29-
```
30-
31-
3225
### Link Projects
3326

3427
[Link dependent projects](http://blog.nodejs.org/2011/04/06/npm-1-0-link/) between each other to pick up changes immediately.

docs/project/setup.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
###
4-
# Setup script to be executed in a dmn.io project root (some empty folder chosen by YOU)
4+
# Setup script to be executed in a bpmn.io project root (some empty folder chosen by YOU)
55
###
66

77
base=`pwd`
@@ -11,10 +11,10 @@ echo cloning repositories
1111
git clone [email protected]:bpmn-io/diagram-js.git
1212
git clone [email protected]:bpmn-io/moddle.git
1313
git clone [email protected]:bpmn-io/moddle-xml.git
14-
git clone [email protected]:dmn-io/dmn-js.git
15-
git clone [email protected]:dmn-io/dmn-moddle.git
16-
git clone [email protected]:dmn-io/table-js.git
17-
git clone [email protected]:dmn-io/dmn-js-examples.git
14+
git clone [email protected]:bpmn-io/dmn-js.git
15+
git clone [email protected]:bpmn-io/dmn-moddle.git
16+
git clone [email protected]:bpmn-io/table-js.git
17+
git clone [email protected]:bpmn-io/dmn-js-examples.git
1818

1919
echo done.
2020

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/dmn-io/dmn-js"
11+
"url": "https://github.com/bpmn-io/dmn-js"
1212
},
1313
"keywords": [
1414
"dmn",
@@ -25,8 +25,8 @@
2525
},
2626
"contributors": [
2727
{
28-
"name": "dmn.io contributors",
29-
"url": "https://github.com/dmn-io"
28+
"name": "bpmn.io contributors",
29+
"url": "https://github.com/bpmn-io"
3030
}
3131
],
3232
"browserify": {
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"dmn-moddle": "^0.2.0",
72-
"table-js": "dmn-io/table-js",
72+
"table-js": "bpmn-io/table-js",
7373
"diagram-js": "^0.11.0",
7474
"didi": "^0.0.4",
7575
"ids": "^0.1.0",

0 commit comments

Comments
 (0)