Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
updated tc-server to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Nov 26, 2014
1 parent c321bc1 commit d3cfcee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion features/com.springsource.server.tc.bundle/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.springsource.server.tc.bundle"
label="%featureName"
version="3.0.0.RELEASE"
version="3.0.2.RELEASE"
provider-name="%providerName">

<description url="%descriptionURL">
Expand Down
2 changes: 1 addition & 1 deletion features/com.springsource.server.tc.bundle/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>com.springsource.server.tc.bundle</artifactId>
<name>com.springsource.server.tc.bundle-feature</name>
<packaging>eclipse-feature</packaging>
<version>3.0.0.RELEASE</version>
<version>3.0.2.RELEASE</version>

<build>
<plugins>
Expand Down
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pivotal tc Server Developer Edition
Bundle-SymbolicName: com.springsource.server.tc.bundle;singleton:=true
Bundle-Version: 3.0.0.RELEASE
Bundle-Version: 3.0.2.RELEASE
Bundle-Vendor: Pivotal Software, Inc.
Eclipse-BundleShape: dir
2 changes: 1 addition & 1 deletion plugins/com.springsource.server.tc.bundle/META-INF/p2.inf
@@ -1,2 +1,2 @@
instructions.install = \
com.springsource.sts.ide.configure(extension:pivotal-tc-server-developer-3.0.0.RELEASE);
com.springsource.sts.ide.configure(extension:pivotal-tc-server-developer-3.0.2.RELEASE);
8 changes: 3 additions & 5 deletions plugins/com.springsource.server.tc.bundle/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>com.springsource.server.tc.bundle</artifactId>
<packaging>eclipse-plugin</packaging>
<name>com.springsource.server.tc.bundle</name>
<version>3.0.0.RELEASE</version>
<version>3.0.2.RELEASE</version>

<build>
<plugins>
Expand Down Expand Up @@ -45,12 +45,10 @@
<taskdef resource="net/sf/antcontrib/antcontrib.properties" />

<property name="tcserver.name"
value="pivotal-tc-server-developer-3.0.0.RELEASE" />
<property name="tcserver.version.path"
value="3.0.0" />
value="pivotal-tc-server-developer-3.0.2.RELEASE" />

<get
src="http://download.pivotal.com.s3.amazonaws.com/tcserver/${tcserver.version.path}/${tcserver.name}.zip"
src="http://download.springsource.com/release/TCS/${tcserver.name}.zip"
dest="${project.build.directory}/${tcserver.name}.zip" verbose="true"
skipexisting="true" />
<if>
Expand Down

0 comments on commit d3cfcee

Please sign in to comment.