Skip to content

Commit

Permalink
Merge pull request #4 from itemis/cd_windowsFix
Browse files Browse the repository at this point in the history
windows fix
  • Loading branch information
cdietrich authored Jul 24, 2016
2 parents 7fe9c50 + 9601cc9 commit db8cfc8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ configure(subprojects.findAll { it.name.startsWith('org.xtext') }) {
jcenter()
maven { url 'http://services.typefox.io/open-source/jenkins/job/lsapi/lastStableBuild/artifact/build/maven-repository/' }
maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-lib/job/master/lastStableBuild/artifact/build/maven-repository/' }
maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-core/job/master/lastStableBuild/artifact/build/maven-repository/' }
//maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-core/job/master/lastStableBuild/artifact/build/maven-repository/' }
maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-core/job/cd_issue49/lastSuccessfulBuild/artifact/build/maven-repository/' }
maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-extras/job/master/lastStableBuild/artifact/build/maven-repository/' }
maven { url 'http://services.typefox.io/open-source/jenkins/job/xtext-xtend/job/master/lastStableBuild/artifact/build/maven-repository/' }
maven {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.0.1
version=0.0.2
2 changes: 1 addition & 1 deletion vscode-extension-self-contained/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xtext-vscode-example",
"displayName": "Xtext VS Code example",
"description": "A simple dsl example for VS Code",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "itemis",
"icon": "images/itemis.png",
"license": "EPL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mydsl",
"displayName": "MyDsl",
"description": "MyDsl Language",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "itemis",
"icon": "images/itemis.png",
"license": "EPL-1.0",
Expand Down

0 comments on commit db8cfc8

Please sign in to comment.