introduced snapshot, milestone, and release profiles to language server eclipse feature build

This commit is contained in:
Martin Lippert
2017-11-21 09:08:01 +01:00
parent 9d1778f231
commit e6b5774bbc
3 changed files with 33 additions and 15 deletions

View File

@@ -12,14 +12,7 @@
<packaging>eclipse-repository</packaging>
<properties>
<dist.accessKey>${accessKey}</dist.accessKey>
<dist.secretKey>${secretKey}</dist.secretKey>
<dist.bucket>dist.springsource.com</dist.bucket>
<dist.type>snapshot</dist.type>
<dist.key>TOOLS</dist.key>
<dist.project>sts4-language-server-integrations</dist.project>
<dist.pathpostfix>nightly</dist.pathpostfix>
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
</properties>
<build>