-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
3,616 additions
and
3,709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"version": "2.0.0", | ||
"useWorkspaces": "true", | ||
"version": "2.2.1", | ||
"npmClient": "yarn", | ||
"command": { | ||
"run": { | ||
"stream": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 17 additions & 18 deletions
35
project-templates/java-emf-theia/glsp-client/tasklist-browser-app/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 14 additions & 18 deletions
32
project-templates/java-emf-theia/glsp-client/tasklist-glsp/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,45 @@ | ||
{ | ||
"private": "true", | ||
"name": "tasklist-glsp", | ||
"version": "2.0.0", | ||
"version": "2.2.1", | ||
"private": "true", | ||
"description": "GLSP sprotty diagrams for the EMF model TaskList DSL", | ||
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR MIT)", | ||
"keywords": [ | ||
"glsp", | ||
"tasklist", | ||
"diagram" | ||
], | ||
"author": { | ||
"name": "Eclipse GLSP" | ||
}, | ||
"homepage": "https://www.eclipse.org/glsp/", | ||
"bugs": "https://github.com/eclipse-glsp/glsp/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/eclipse-glsp/glsp-examples.git" | ||
}, | ||
"bugs": "https://github.com/eclipse-glsp/glsp/issues", | ||
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR MIT)", | ||
"author": { | ||
"name": "Eclipse GLSP" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Eclipse GLSP Project", | ||
"email": "[email protected]", | ||
"url": "https://projects.eclipse.org/projects/ecd.glsp" | ||
} | ||
], | ||
"main": "lib/index", | ||
"types": "lib/index", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"css" | ||
], | ||
"dependencies": { | ||
"@eclipse-glsp/client": "2.0.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^2.6.1" | ||
}, | ||
"scripts": { | ||
"prepare": "yarn clean && yarn build", | ||
"build": "tsc -b", | ||
"clean": "rimraf lib tsconfig.tsbuildinfo", | ||
"build": "tsc", | ||
"lint": "eslint --ext .ts,.tsx ./src", | ||
"lint:ci": "yarn lint -o eslint.xml -f checkstyle", | ||
"watch": "tsc -w" | ||
}, | ||
"main": "lib/index", | ||
"types": "lib/index" | ||
"dependencies": { | ||
"@eclipse-glsp/client": "2.2.1", | ||
"balloon-css": "^0.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
project-templates/java-emf-theia/glsp-client/tsconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"extends": "@eclipse-glsp/ts-config", | ||
"include": [], | ||
"compilerOptions": { | ||
"composite": true | ||
}, | ||
"references": [ | ||
{ | ||
"path": "./tasklist-glsp" | ||
}, | ||
{ | ||
"path": "./tasklist-theia" | ||
} | ||
] | ||
} |
Oops, something went wrong.