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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lippert committed Aug 28, 2014
1 parent 28a1197 commit 65a7a36
Show file tree
Hide file tree
Showing 8 changed files with 285 additions and 320 deletions.
8 changes: 4 additions & 4 deletions features/com.springsource.server.tc.bundle/feature.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# "featureName" property - name of the feature
featureName=vFabric tc Server
featureName=Pivotal tc Server

# "providerName" property - name of the company that provides the feature
providerName=VMware, Inc.
providerName=Pivotal Software, Inc.

# "description" property - description of the feature
description=vFabric tc Server is an enterprise version of Apache Tomcat that provides developers with the lightweight server they want paired with the operational management, advanced diagnostics, and mission-critical support capabilities businesses need. SpringSource tc Server is designed to be a drop in replacement for Tomcat 6, ensuring a seamless upgrade path for existing custom-built and commercial software applications already certified for Tomcat.
descriptionURL=http://www.springsource.com/products/tcserver
description=Pivotal tc Server is an enterprise version of Apache Tomcat that provides developers with the lightweight server they want paired with the operational management, advanced diagnostics, and mission-critical support capabilities businesses need. Pivotal tc Server is designed to be a drop in replacement for Tomcat 7 and 8, ensuring a seamless upgrade path for existing custom-built and commercial software applications already certified for Tomcat.
descriptionURL=http://www.pivotal.io/products/pivotal-tc-server

# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
Expand Down
273 changes: 127 additions & 146 deletions features/com.springsource.server.tc.bundle/feature.xml

Large diffs are not rendered by default.

275 changes: 128 additions & 147 deletions features/com.springsource.server.tc.bundle/license.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion features/com.springsource.server.tc.bundle/pom.xml
Original file line number Diff line number Diff line change
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>2.9.7.RELEASE</version>
<version>3.0.0.RELEASE</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: vFabric tc Server Developer Edition
Bundle-Name: Pivotal tc Server Developer Edition
Bundle-SymbolicName: com.springsource.server.tc.bundle;singleton:=true
Bundle-Version: 2.9.7.RELEASE
Bundle-Vendor: VMware, Inc.
Bundle-Version: 3.0.0.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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
instructions.install = \
com.springsource.sts.ide.configure(extension:vfabric-tc-server-developer-2.9.7.RELEASE);
com.springsource.sts.ide.configure(extension:pivotal-tc-server-developer-3.0.0.RELEASE);
31 changes: 16 additions & 15 deletions plugins/com.springsource.server.tc.bundle/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,65 +5,66 @@
point="com.springsource.sts.ide.configurator.participant">
<installableItem
configurator="com.springsource.sts.ide.configurator.ServerConfigurator"
id="vfabric-tc-server-developer-${version}">
id="pivotal-tc-server-developer-${version}">
<copy
source="content">
</copy>

<chmod
file="tomcat-6.0.41.B.RELEASE/bin/catalina.sh"
file="tomcat-7.0.55.A.RELEASE/bin/catalina.sh"
mode="755">
</chmod>
<chmod
file="tomcat-6.0.41.B.RELEASE/bin/digest.sh"
file="tomcat-7.0.55.A.RELEASE/bin/digest.sh"
mode="755">
</chmod>
<chmod
file="tomcat-6.0.41.B.RELEASE/bin/setclasspath.sh"
file="tomcat-7.0.55.A.RELEASE/bin/setclasspath.sh"
mode="755">
</chmod>
<chmod
file="tomcat-6.0.41.B.RELEASE/bin/shutdown.sh"
file="tomcat-7.0.55.A.RELEASE/bin/shutdown.sh"
mode="755">
</chmod>
<chmod
file="tomcat-6.0.41.B.RELEASE/bin/startup.sh"
file="tomcat-7.0.55.A.RELEASE/bin/startup.sh"
mode="755">
</chmod>
<chmod
file="tomcat-6.0.41.B.RELEASE/bin/tool-wrapper.sh"
file="tomcat-7.0.55.A.RELEASE/bin/tool-wrapper.sh"
mode="755">
</chmod>
<chmod
file="tomcat-6.0.41.B.RELEASE/bin/version.sh"
file="tomcat-7.0.55.A.RELEASE/bin/version.sh"
mode="755">
</chmod>

<chmod
file="tomcat-7.0.55.A.RELEASE/bin/catalina.sh"
file="tomcat-8.0.9.B.RELEASE/bin/catalina.sh"
mode="755">
</chmod>
<chmod
file="tomcat-7.0.55.A.RELEASE/bin/digest.sh"
file="tomcat-8.0.9.B.RELEASE/bin/digest.sh"
mode="755">
</chmod>
<chmod
file="tomcat-7.0.55.A.RELEASE/bin/setclasspath.sh"
file="tomcat-8.0.9.B.RELEASE/bin/setclasspath.sh"
mode="755">
</chmod>
<chmod
file="tomcat-7.0.55.A.RELEASE/bin/shutdown.sh"
file="tomcat-8.0.9.B.RELEASE/bin/shutdown.sh"
mode="755">
</chmod>
<chmod
file="tomcat-7.0.55.A.RELEASE/bin/startup.sh"
file="tomcat-8.0.9.B.RELEASE/bin/startup.sh"
mode="755">
</chmod>
<chmod
file="tomcat-7.0.55.A.RELEASE/bin/tool-wrapper.sh"
file="tomcat-8.0.9.B.RELEASE/bin/tool-wrapper.sh"
mode="755">
</chmod>
<chmod
file="tomcat-7.0.55.A.RELEASE/bin/version.sh"
file="tomcat-8.0.9.B.RELEASE/bin/version.sh"
mode="755">
</chmod>

Expand Down
8 changes: 5 additions & 3 deletions plugins/com.springsource.server.tc.bundle/pom.xml
Original file line number Diff line number Diff line change
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>2.9.7.RELEASE</version>
<version>3.0.0.RELEASE</version>

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

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

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

0 comments on commit 65a7a36

Please sign in to comment.