Merge branch 'master' of github.com:spring-projects/sts4
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"main": "./dist/index",
|
||||
"dependencies": {
|
||||
"atom-languageclient": "git://github.com/atom/atom-languageclient#master",
|
||||
"atom-languageclient": "0.1.4",
|
||||
"decompress": "^4.2.0",
|
||||
"portfinder": "^1.0.13",
|
||||
"remote-file-size": "^3.0.3",
|
||||
@@ -19,6 +19,7 @@
|
||||
"clean": "rm -rf dist node_modules",
|
||||
"compile": "babel src --out-dir dist",
|
||||
"postinstall": "postinstall-build --only-as-dependency build \"npm run compile\"",
|
||||
"prepublish": "npm run clean && npm run compile",
|
||||
"watch": "babel src --out-dir dist -w"
|
||||
},
|
||||
"atomTranspilers": [
|
||||
|
||||
@@ -14,7 +14,7 @@ else
|
||||
fi
|
||||
|
||||
cd ${sources}
|
||||
./mvnw package -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
|
||||
./mvnw package -DskipTests -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
|
||||
|
||||
timestamp=`date -u +%Y%m%d%H%M`
|
||||
for i in `ls *-language-server/target/*.jar`; do
|
||||
|
||||
@@ -9,10 +9,13 @@ url=`cat fatjar/url`
|
||||
cd package_sources
|
||||
|
||||
npm install ../sts4/atom-extensions/atom-commons
|
||||
cd ./node_modules/pivotal-atom-languageclient-commons
|
||||
ls -la
|
||||
cd ../../
|
||||
|
||||
cat > properties.json << EOF
|
||||
{
|
||||
jarUrl: ${url}
|
||||
"jarUrl": "${url}"
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user