[eclipse-wtp-common] Update to upstream 3.3.1.

Andrew Robinson arobinso at fedoraproject.org
Fri Sep 30 17:08:29 UTC 2011


commit f9d8be6c390fa7784b0a49a68b3d1afdeda6305e
Author: Andrew Robinson <arobinso at redhat.com>
Date:   Fri Sep 30 13:08:07 2011 -0400

    Update to upstream 3.3.1.

 .gitignore                 |    1 +
 eclipse-wtp-common.spec    |   12 ++++++------
 fetch-wtp-common-source.sh |   14 ++++++++------
 sources                    |    2 +-
 4 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7844927..8ce665b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 
 eclipse-wtp-common-R3_2_4-fetched-src.tar.bz2
 eclipse-wtp-common-R3_3_0-fetched-src.tar.bz2
+eclipse-wtp-common-R3_3_1-fetched-src.tar.bz2
diff --git a/eclipse-wtp-common.spec b/eclipse-wtp-common.spec
index b8ceaec..a6c69f3 100644
--- a/eclipse-wtp-common.spec
+++ b/eclipse-wtp-common.spec
@@ -2,13 +2,13 @@
 %global install_loc			%{_datadir}/eclipse/dropins
 
 Name:			eclipse-wtp-common
-Version:		3.3.0
+Version:		3.3.1
 Release:		1%{?dist}
 Summary:		Common infrastructure and utilities developed and used with WTP
 
 License:		EPL
 URL:			http://www.eclipse.org/webtools/common/
-Source0:		eclipse-wtp-common-R3_3_0-fetched-src.tar.bz2
+Source0:		eclipse-wtp-common-R3_3_1-fetched-src.tar.bz2
 Source1:		fetch-wtp-common-source.sh
 
 BuildArch:		noarch
@@ -40,9 +40,6 @@ extensible URI resolver.
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.wst.common.fproj \
 	-d "emf gef"
 
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.wst.common.fproj \
-	-d "emf gef"
-
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.jst.common.fproj.enablement.jdt \
 	-d "emf gef"
 
@@ -89,8 +86,11 @@ unzip -q -o -d %{buildroot}%{install_loc}/org.eclipse.wst.common_ui.feature \
 %doc features/org.eclipse.license/license.html
 
 %changelog
+* Fri Sep 30 2011 Andrew Robinson <arobinso at redhat.com> 3.3.1-1
+- Update to upstream 3.3.1 release
+
 * Fri Sep 23 2011 Andrew Robinson <arobinso at redhat.com> 3.3.0-1
-- Update to WTP-common 3.3.0 release.
+- Update to WTP-common 3.3.0 release
 
 * Fri Jun 10 2011 Andrew Robinson <arobinso at redhat.com> 3.2.4-1
 - Initial Fedora package
\ No newline at end of file
diff --git a/fetch-wtp-common-source.sh b/fetch-wtp-common-source.sh
index 3be091d..8a8f8b3 100755
--- a/fetch-wtp-common-source.sh
+++ b/fetch-wtp-common-source.sh
@@ -3,22 +3,24 @@
 # eclipse-wtp-common SRPM produces one binary RPM including
 # the wtp common libraries
 # 
-RELEASE_TAG="R3_3_0"
-DOT_TAG="3.3.0"
+RELEASE_TAG="R3_3_1"
+DOT_TAG="3.3.1"
+LEGACY_TAG="R3_3_0"
 
 rm -fr common
 # get sources from wtp-common repo
+cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${LEGACY_TAG} common 
 cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${RELEASE_TAG} common 
 cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/eclipse export -r R3_7_maintenance org.eclipse.sdk-feature
 mv org.eclipse.sdk-feature/features/org.eclipse.license common/features
 rm -rf org.eclipse.sdk-feature
-cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${RELEASE_TAG}  servertools/plugins/org.eclipse.wst.server.core
+cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${LEGACY_TAG}  servertools/plugins/org.eclipse.wst.server.core
 mv servertools/plugins/org.eclipse.wst.server.core common/plugins
-cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${RELEASE_TAG}  servertools/plugins/org.eclipse.wst.internet.monitor.core
+cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${LEGACY_TAG}  servertools/plugins/org.eclipse.wst.internet.monitor.core
 mv servertools/plugins/org.eclipse.wst.internet.monitor.core common/plugins
-cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${RELEASE_TAG}  servertools/features/org.eclipse.wst.server_core.feature
+cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${LEGACY_TAG}  servertools/features/org.eclipse.wst.server_core.feature
 mv servertools/features/org.eclipse.wst.server_core.feature common/features
-cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${RELEASE_TAG} jeetools/plugins/org.eclipse.jst.common.frameworks
+cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/webtools export -r ${LEGACY_TAG} jeetools/plugins/org.eclipse.jst.common.frameworks
 mv jeetools/plugins/org.eclipse.jst.common.frameworks common/plugins
 rm -rf eclipse-wtp-common-${DOT_TAG}
 mv common eclipse-wtp-common-${DOT_TAG}
diff --git a/sources b/sources
index 0aa74cd..8c766a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31ae555ffd0719101fd2c14b105903cd  eclipse-wtp-common-R3_3_0-fetched-src.tar.bz2
+a25bf2c02f145c2d0e98e047cdf4f242  eclipse-wtp-common-R3_3_1-fetched-src.tar.bz2


More information about the scm-commits mailing list