From ab360d06de67611aa41e9ef8259fedac452a2e06 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 5 Jun 2010 14:39:27 +0200 Subject: [PATCH 1/7] Add "resources/" as a source folder Building jgit with pde.build was broken without resources. Bug:315823 Change-Id: I45be510ada068b3ffab0feb30ec60f2c96a5ca32 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/build.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jgit/build.properties b/org.eclipse.jgit/build.properties index d944674ba..0b8f825bf 100644 --- a/org.eclipse.jgit/build.properties +++ b/org.eclipse.jgit/build.properties @@ -1,6 +1,7 @@ -source.. = src/ +source.. = src/,\ + resources/ output.. = bin/ bin.includes = META-INF/,\ .,\ about.html,\ - plugin.properties + plugin.properties \ No newline at end of file From f1fdc5e8d2e168b56113a03c6d4fbeb02c86d7af Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Mon, 7 Jun 2010 16:26:57 -0500 Subject: [PATCH 2/7] Added the standard SULA for JGit The Eclipse Foundation requires the standard SULA be present in every feature. We had the license present via edl-v10.html but we were missing the SULA via the license.html file. The fix is to simply add the SULA. Change-Id: I75b43ce098f544b95181755b5cc81a9b1dee6391 Signed-off-by: Chris Aniszczyk --- .../org.eclipse.jgit.feature/build.properties | 3 +- .../feature.properties | 148 ++++++++++++--- .../org.eclipse.jgit.feature/license.html | 176 ++++++++++++++++++ 3 files changed, 296 insertions(+), 31 deletions(-) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.feature/license.html diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties index 82fdc2fe3..eb0f01b9e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties @@ -1,3 +1,4 @@ bin.includes = feature.xml,\ edl-v10.html,\ - feature.properties + feature.properties,\ + notice.html diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties index 17010b157..32250a7f9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2009 IBM Corporation and others. +# Copyright (c) 2000, 2010 IBM Corporation and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -20,7 +20,7 @@ A pure Java implementation of the Git version control system.\n # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.\n\ +Copyright (c) 2005, 2010 Shawn Pearce, Robin Rosenberg, et.al.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Distribution License v1.0\n\ which accompanies this distribution, and is available at\n\ @@ -29,43 +29,131 @@ http://www.eclipse.org/org/documents/edl-v10.html\n # "licenseURL" property - URL of the "Feature License" # do not translate value - just change to point to a locale-specific HTML page -licenseURL=http://www.eclipse.org/org/documents/edl-v10.html +licenseURL=license.html # "license" property - text of the "Feature Update License" # should be plain text version of license agreement pointed to be "licenseURL" license=\ -Eclipse Distribution License - v 1.0\n\ +Eclipse Foundation Software User Agreement\n\ +April 14, 2010\n\ \n\ -Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.\n\ +Usage Of Content\n\ \n\ -All rights reserved.\n\ +THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ +OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ +USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ +AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ +NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ +AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ +AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ +OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ +TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ +OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ +BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ \n\ -Redistribution and use in source and binary forms, with or without\n\ -modification, are permitted provided that the following conditions are\n\ -met:\n\ +Applicable Licenses\n\ \n\ - * Redistributions of source code must retain the above copyright\n\ - notice, this list of conditions and the following disclaimer.\n\ +Unless otherwise indicated, all Content made available by the\n\ +Eclipse Foundation is provided to you under the terms and conditions of\n\ +the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ +provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ +For purposes of the EPL, "Program" will mean the Content.\n\ \n\ - * Redistributions in binary form must reproduce the above\n\ - copyright notice, this list of conditions and the following\n\ - disclaimer in the documentation and/or other materials provided\n\ - with the distribution.\n\ +Content includes, but is not limited to, source code, object code,\n\ +documentation and other files maintained in the Eclipse Foundation source code\n\ +repository ("Repository") in software modules ("Modules") and made available\n\ +as downloadable archives ("Downloads").\n\ \n\ - * Neither the name of the Eclipse Foundation, Inc. nor the names\n\ - of its contributors may be used to endorse or promote products\n\ - derived from this software without specific prior written\n\ - permission.\n\ + - Content may be structured and packaged into modules to facilitate delivering,\n\ + extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ + plug-in fragments ("Fragments"), and features ("Features").\n\ + - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ + in a directory named "plugins".\n\ + - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ + Each Feature may be packaged as a sub-directory in a directory named "features".\n\ + Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ + numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ + - Features may also include other Features ("Included Features"). Within a Feature, files\n\ + named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ \n\ -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\ -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\ -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\ -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\ -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\ -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\ -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\ -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\ -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\ -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\ -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n +The terms and conditions governing Plug-ins and Fragments should be\n\ +contained in files named "about.html" ("Abouts"). The terms and\n\ +conditions governing Features and Included Features should be contained\n\ +in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ +Licenses may be located in any directory of a Download or Module\n\ +including, but not limited to the following locations:\n\ +\n\ + - The top-level (root) directory\n\ + - Plug-in and Fragment directories\n\ + - Inside Plug-ins and Fragments packaged as JARs\n\ + - Sub-directories of the directory named "src" of certain Plug-ins\n\ + - Feature directories\n\ +\n\ +Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ +Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ +Update License") during the installation process. If the Feature contains\n\ +Included Features, the Feature Update License should either provide you\n\ +with the terms and conditions governing the Included Features or inform\n\ +you where you can locate them. Feature Update Licenses may be found in\n\ +the "license" property of files named "feature.properties" found within a Feature.\n\ +Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ +terms and conditions (or references to such terms and conditions) that\n\ +govern your use of the associated Content in that directory.\n\ +\n\ +THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ +TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ +SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ +\n\ + - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ + - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ + - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ + - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ + - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ +\n\ +IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ +TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ +is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ +govern that particular Content.\n\ +\n\ +\n\Use of Provisioning Technology\n\ +\n\ +The Eclipse Foundation makes available provisioning software, examples of which include,\n\ +but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ +the purpose of allowing users to install software, documentation, information and/or\n\ +other materials (collectively "Installable Software"). This capability is provided with\n\ +the intent of allowing such users to install, extend and update Eclipse-based products.\n\ +Information about packaging Installable Software is available at\n\ +http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ +\n\ +You may use Provisioning Technology to allow other parties to install Installable Software.\n\ +You shall be responsible for enabling the applicable license agreements relating to the\n\ +Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ +in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ +making it available in accordance with the Specification, you further acknowledge your\n\ +agreement to, and the acquisition of all necessary rights to permit the following:\n\ +\n\ + 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ + the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ + extending or updating the functionality of an Eclipse-based product.\n\ + 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ + Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ + 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ + govern the use of the Installable Software ("Installable Software Agreement") and such\n\ + Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ + with the Specification. Such Installable Software Agreement must inform the user of the\n\ + terms and conditions that govern the Installable Software and must solicit acceptance by\n\ + the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ + indication of agreement by the user, the provisioning Technology will complete installation\n\ + of the Installable Software.\n\ +\n\ +Cryptography\n\ +\n\ +Content may contain encryption software. The country in which you are\n\ +currently may have restrictions on the import, possession, and use,\n\ +and/or re-export to another country, of encryption software. BEFORE\n\ +using any encryption software, please check the country's laws,\n\ +regulations and policies concerning the import, possession, or use, and\n\ +re-export of encryption software, to see if this is permitted.\n\ +\n\ +Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n ########### end of license property ########################################## diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/license.html b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/license.html new file mode 100644 index 000000000..f3f87850f --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/license.html @@ -0,0 +1,176 @@ + + + + + + +Eclipse Foundation Software User Agreement + +

Eclipse Foundation Software User Agreement

+

April 14, 2010

+ +

Usage Of Content

+ +

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, +INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS + (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE +TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND + CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED +BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE + OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND +CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR + NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE +TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND + CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED +OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

+ +

Applicable Licenses

+ +

Unless otherwise indicated, all Content made available by the Eclipse + Foundation is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 + ("EPL"). A copy of the EPL is provided with this Content and is also + available at http://www.eclipse.org/legal/epl-v10.html. + For purposes of the EPL, "Program" will mean the Content.

+ +

Content includes, but is not limited to, source code, object code, +documentation and other files maintained in the Eclipse Foundation +source code + repository ("Repository") in software modules ("Modules") and made +available as downloadable archives ("Downloads").

+ +
    +
  • Content may be structured and packaged into modules to +facilitate delivering, extending, and upgrading the Content. Typical +modules may include plug-ins ("Plug-ins"), plug-in fragments +("Fragments"), and features ("Features").
  • +
  • Each Plug-in or Fragment may be packaged as a sub-directory +or JAR (Java™ ARchive) in a directory named "plugins".
  • +
  • A Feature is a bundle of one or more Plug-ins and/or +Fragments and associated material. Each Feature may be packaged as a +sub-directory in a directory named "features". Within a Feature, files +named "feature.xml" may contain a list of the names and version numbers +of the Plug-ins + and/or Fragments associated with that Feature.
  • +
  • Features may also include other Features ("Included +Features"). Within a Feature, files named "feature.xml" may contain a +list of the names and version numbers of Included Features.
  • +
+ +

The terms and conditions governing Plug-ins and Fragments should be +contained in files named "about.html" ("Abouts"). The terms and +conditions governing Features and +Included Features should be contained in files named "license.html" +("Feature Licenses"). Abouts and Feature Licenses may be located in any + directory of a Download or Module +including, but not limited to the following locations:

+ +
    +
  • The top-level (root) directory
  • +
  • Plug-in and Fragment directories
  • +
  • Inside Plug-ins and Fragments packaged as JARs
  • +
  • Sub-directories of the directory named "src" of certain +Plug-ins
  • +
  • Feature directories
  • +
+ +

Note: if a Feature made available by the Eclipse Foundation is +installed using the Provisioning Technology (as defined below), you must + agree to a license ("Feature Update License") during the +installation process. If the Feature contains Included Features, the +Feature Update License should either provide you with the terms and +conditions governing the Included Features or +inform you where you can locate them. Feature Update Licenses may be +found in the "license" property of files named "feature.properties" +found within a Feature. +Such Abouts, Feature Licenses, and Feature Update Licenses contain the +terms and conditions (or references to such terms and conditions) that +govern your use of the associated Content in +that directory.

+ +

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER +TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. + SOME OF THESE +OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

+ + + +

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND +CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, +or Feature Update License is provided, please +contact the Eclipse Foundation to determine what terms and conditions +govern that particular Content.

+ + +

Use of Provisioning Technology

+ +

The Eclipse Foundation makes available provisioning software, +examples of which include, but are not limited to, p2 and the Eclipse + Update Manager ("Provisioning Technology") for the purpose of +allowing users to install software, documentation, information and/or + other materials (collectively "Installable Software"). This +capability is provided with the intent of allowing such users to + install, extend and update Eclipse-based products. Information about +packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html + ("Specification").

+ +

You may use Provisioning Technology to allow other parties to install + Installable Software. You shall be responsible for enabling the + applicable license agreements relating to the Installable Software to + be presented to, and accepted by, the users of the Provisioning +Technology + in accordance with the Specification. By using Provisioning +Technology in such a manner and making it available in accordance with +the + Specification, you further acknowledge your agreement to, and the +acquisition of all necessary rights to permit the following:

+ +
    +
  1. A series of actions may occur ("Provisioning Process") in +which a user may execute the Provisioning Technology + on a machine ("Target Machine") with the intent of installing, +extending or updating the functionality of an Eclipse-based + product.
  2. +
  3. During the Provisioning Process, the Provisioning Technology +may cause third party Installable Software or a portion thereof to be + accessed and copied to the Target Machine.
  4. +
  5. Pursuant to the Specification, you will provide to the user +the terms and conditions that govern the use of the Installable + Software ("Installable Software Agreement") and such Installable +Software Agreement shall be accessed from the Target + Machine in accordance with the Specification. Such Installable +Software Agreement must inform the user of the terms and conditions that + govern + the Installable Software and must solicit acceptance by the end +user in the manner prescribed in such Installable Software Agreement. +Upon such + indication of agreement by the user, the provisioning Technology +will complete installation of the Installable Software.
  6. +
+ +

Cryptography

+ +

Content may contain encryption software. The country in which you are + currently may have restrictions on the import, possession, and use, +and/or re-export to + another country, of encryption software. BEFORE using any encryption +software, please check the country's laws, regulations and policies +concerning the import, + possession, or use, and re-export of encryption software, to see if +this is permitted.

+ +

Java and all Java-based trademarks are trademarks of Oracle +Corporation in the United States, other countries, or both.

+ \ No newline at end of file From 6b13cb36c6f4df34c668abf70238b3827351ca5d Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Mon, 7 Jun 2010 16:55:48 -0500 Subject: [PATCH 3/7] Fix build.properties of the JGit feature The JGit feature's build.properties was referring to a notice.html instead of license.html Change-Id: I642e2a05d1be58b1d47fd9701edf1a0f2bfa3660 Signed-off-by: Chris Aniszczyk --- .../org.eclipse.jgit.feature/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties index eb0f01b9e..b4a8dde9e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties @@ -1,4 +1,4 @@ bin.includes = feature.xml,\ edl-v10.html,\ feature.properties,\ - notice.html + license.html From 4269a90aaceb0bacb2a2b41981e764dba44d2c52 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 8 Jun 2010 02:36:43 +0200 Subject: [PATCH 4/7] Include about.html in org.eclipse.jgit artifact This is required to enable accessing legal info for org.eclipse.jgit from Help > About > Installation Details > Plugins Change-Id: I73f40dd2018112cd23102954d7647ecdbbbf0d89 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 0b3cb1633..ac688be64 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -82,6 +82,7 @@ . plugin.properties + about.html From 5255d66143777f5e690dcc3215457550a4c0df90 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 14 Jun 2010 01:34:34 +0200 Subject: [PATCH 5/7] JGit 0.8.3 Change-Id: I845da83c74475d74ec25d68f53c0a4738a898550 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.console/META-INF/MANIFEST.MF | 10 ++-- org.eclipse.jgit.console/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 22 ++++---- org.eclipse.jgit.http.server/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 20 ++++---- org.eclipse.jgit.http.test/pom.xml | 2 +- org.eclipse.jgit.iplog/META-INF/MANIFEST.MF | 28 +++++------ org.eclipse.jgit.iplog/pom.xml | 2 +- org.eclipse.jgit.junit/META-INF/MANIFEST.MF | 34 ++++++------- org.eclipse.jgit.junit/pom.xml | 2 +- .../org.eclipse.jgit.feature/feature.xml | 2 +- .../org.eclipse.jgit.feature/pom.xml | 4 +- .../feature.xml | 2 +- .../org.eclipse.jgit.junit.feature/pom.xml | 4 +- .../org.eclipse.jgit.updatesite/pom.xml | 8 +-- org.eclipse.jgit.packaging/pom.xml | 2 +- org.eclipse.jgit.pgm/META-INF/MANIFEST.MF | 34 ++++++------- org.eclipse.jgit.pgm/pom.xml | 2 +- org.eclipse.jgit.test/META-INF/MANIFEST.MF | 50 +++++++++---------- org.eclipse.jgit.test/pom.xml | 2 +- org.eclipse.jgit.ui/META-INF/MANIFEST.MF | 16 +++--- org.eclipse.jgit.ui/pom.xml | 2 +- org.eclipse.jgit/META-INF/MANIFEST.MF | 38 +++++++------- org.eclipse.jgit/pom.xml | 2 +- pom.xml | 2 +- 25 files changed, 147 insertions(+), 147 deletions(-) diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF index aa492ecff..77c8887fb 100644 --- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.console -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jgit.console;version="0.8.2" -Import-Package: org.eclipse.jgit.nls;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)" +Export-Package: org.eclipse.jgit.console;version="0.8.3" +Import-Package: org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml index 410e3903d..2b29d0d63 100644 --- a/org.eclipse.jgit.console/pom.xml +++ b/org.eclipse.jgit.console/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.console diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index d0904e049..0509df9e9 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF @@ -2,21 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.server -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: - org.eclipse.jgit.http.server;version="0.8.2", - org.eclipse.jgit.http.server.glue;version="0.8.2", - org.eclipse.jgit.http.server.resolver;version="0.8.2" + org.eclipse.jgit.http.server;version="0.8.3", + org.eclipse.jgit.http.server.glue;version="0.8.3", + org.eclipse.jgit.http.server.resolver;version="0.8.3" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: javax.servlet;version="[2.5.0,3.0.0)", javax.servlet.http;version="[2.5.0,3.0.0)", - org.eclipse.jgit.errors;version="[0.8.2,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.2,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.2,0.9.0)" + org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.3,0.9.0)" diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 55205c273..5524014c9 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.http.server diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index de4b4adc2..adecaf99a 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.test -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 @@ -22,12 +22,12 @@ Import-Package: javax.servlet;version="[2.5.0,3.0.0)", org.eclipse.jetty.util.component;version="[7.0.1,8.0.0)", org.eclipse.jetty.util.log;version="[7.0.1,8.0.0)", org.eclipse.jetty.util.thread;version="[7.0.1,8.0.0)", - org.eclipse.jgit.errors;version="[0.8.2,0.9.0)", - org.eclipse.jgit.http.server;version="[0.8.2,0.9.0)", - org.eclipse.jgit.http.server.glue;version="[0.8.2,0.9.0)", - org.eclipse.jgit.http.server.resolver;version="[0.8.2,0.9.0)", - org.eclipse.jgit.junit;version="[0.8.2,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)" + org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", + org.eclipse.jgit.http.server;version="[0.8.3,0.9.0)", + org.eclipse.jgit.http.server.glue;version="[0.8.3,0.9.0)", + org.eclipse.jgit.http.server.resolver;version="[0.8.3,0.9.0)", + org.eclipse.jgit.junit;version="[0.8.3,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)" diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index f81c68747..53c9a8190 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -51,7 +51,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.http.test diff --git a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF index 488b37f4a..9b659f50b 100644 --- a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF @@ -2,21 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.iplog -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.eclipse.jgit.diff;version="[0.8.2,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.2,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.2,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.2,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)" -Export-Package: org.eclipse.jgit.iplog;version="0.8.2" +Import-Package: org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)" +Export-Package: org.eclipse.jgit.iplog;version="0.8.3" diff --git a/org.eclipse.jgit.iplog/pom.xml b/org.eclipse.jgit.iplog/pom.xml index 9c9e0ab75..369efb41e 100644 --- a/org.eclipse.jgit.iplog/pom.xml +++ b/org.eclipse.jgit.iplog/pom.xml @@ -51,7 +51,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.iplog diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF index 59a614240..a00e2d4ec 100644 --- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF @@ -2,26 +2,26 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.junit -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: junit.framework;version="[3.8.2,4.0.0)", - org.eclipse.jgit.diff;version="[0.8.2,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.2,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.2,0.9.0)", - org.eclipse.jgit.fnmatch;version="[0.8.2,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.2,0.9.0)", - org.eclipse.jgit.merge;version="[0.8.2,0.9.0)", - org.eclipse.jgit.patch;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.2,0.9.0)" -Export-Package: org.eclipse.jgit.junit;version="0.8.2" + org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", + org.eclipse.jgit.fnmatch;version="[0.8.3,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", + org.eclipse.jgit.merge;version="[0.8.3,0.9.0)", + org.eclipse.jgit.patch;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.3,0.9.0)" +Export-Package: org.eclipse.jgit.junit;version="0.8.3" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.junit/pom.xml b/org.eclipse.jgit.junit/pom.xml index f43b27430..27809d003 100644 --- a/org.eclipse.jgit.junit/pom.xml +++ b/org.eclipse.jgit.junit/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.junit diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 2e5a66dbd..4280b49ad 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 63cf915ff..052ddb68c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.feature @@ -62,7 +62,7 @@ org.eclipse.jgit org.eclipse.jgit - 0.8.2-SNAPSHOT + 0.8.3 diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index e28c5d92e..8dbd1f588 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index 6736e0c02..08292e485 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.junit.feature @@ -62,7 +62,7 @@ org.eclipse.jgit org.eclipse.jgit.junit - 0.8.2-SNAPSHOT + 0.8.3 diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml index 40703758d..ba6f8ed37 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.updatesite @@ -58,18 +58,18 @@ Eclipse JGit Plugin Update Site (Incubation) - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit org.eclipse.jgit - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit org.eclipse.jgit.junit - 0.8.2-SNAPSHOT + 0.8.3 diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 1d08a843f..b36528001 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -53,7 +53,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.2-SNAPSHOT + 0.8.3 pom JGit Tycho Parent (Incubation) diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF index 7557dd78f..3bd996c2d 100644 --- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF @@ -2,29 +2,29 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.pgm -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.eclipse.jgit.api;version="[0.8.2,0.9.0)", - org.eclipse.jgit.awtui;version="[0.8.2,0.9.0)", - org.eclipse.jgit.diff;version="[0.8.2,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.2,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.2,0.9.0)", - org.eclipse.jgit.iplog;version="[0.8.2,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.2,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)", +Import-Package: org.eclipse.jgit.api;version="[0.8.3,0.9.0)", + org.eclipse.jgit.awtui;version="[0.8.3,0.9.0)", + org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", + org.eclipse.jgit.iplog;version="[0.8.3,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)", org.kohsuke.args4j;version="[2.0.12,2.1.0)", org.kohsuke.args4j.spi;version="[2.0.12,2.1.0)" Bundle-ActivationPolicy: lazy -Export-Package: org.eclipse.jgit.pgm;version="0.8.2"; +Export-Package: org.eclipse.jgit.pgm;version="0.8.3"; uses:="org.eclipse.jgit.lib, org.eclipse.jgit.nls, org.eclipse.jgit.treewalk, diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index 88f01e41a..ee483f798 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.pgm diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index 47c00eb37..d57654389 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -2,35 +2,35 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.test -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: junit.framework;version="[3.8.2,4.0.0)", junit.textui;version="[3.8.2,4.0.0)", - org.eclipse.jgit.api;version="[0.8.2,0.9.0)", - org.eclipse.jgit;version="[0.8.2,0.9.0)", - org.eclipse.jgit.awtui;version="[0.8.2,0.9.0)", - org.eclipse.jgit.console;version="[0.8.2,0.9.0)", - org.eclipse.jgit.diff;version="[0.8.2,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.2,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.2,0.9.0)", - org.eclipse.jgit.fnmatch;version="[0.8.2,0.9.0)", - org.eclipse.jgit.http.server;version="[0.8.2,0.9.0)", - org.eclipse.jgit.iplog;version="[0.8.2,0.9.0)", - org.eclipse.jgit.junit;version="[0.8.2,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.2,0.9.0)", - org.eclipse.jgit.merge;version="[0.8.2,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.2,0.9.0)", - org.eclipse.jgit.patch;version="[0.8.2,0.9.0)", - org.eclipse.jgit.pgm;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.2,0.9.0)" + org.eclipse.jgit.api;version="[0.8.3,0.9.0)", + org.eclipse.jgit;version="[0.8.3,0.9.0)", + org.eclipse.jgit.awtui;version="[0.8.3,0.9.0)", + org.eclipse.jgit.console;version="[0.8.3,0.9.0)", + org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", + org.eclipse.jgit.fnmatch;version="[0.8.3,0.9.0)", + org.eclipse.jgit.http.server;version="[0.8.3,0.9.0)", + org.eclipse.jgit.iplog;version="[0.8.3,0.9.0)", + org.eclipse.jgit.junit;version="[0.8.3,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", + org.eclipse.jgit.merge;version="[0.8.3,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", + org.eclipse.jgit.patch;version="[0.8.3,0.9.0)", + org.eclipse.jgit.pgm;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.3,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index a764a2c3c..6756558ab 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.test diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF index 1eb91c5ca..c3a9d569b 100644 --- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ui -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.eclipse.jgit.awtui;version="0.8.2" -Import-Package: org.eclipse.jgit.lib;version="[0.8.2,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.2,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.2,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.2,0.9.0)", - org.eclipse.jgit.util;version="[0.8.2,0.9.0)" +Export-Package: org.eclipse.jgit.awtui;version="0.8.3" +Import-Package: org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", + org.eclipse.jgit.util;version="[0.8.3,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml index 0b557fcad..a060718f6 100644 --- a/org.eclipse.jgit.ui/pom.xml +++ b/org.eclipse.jgit.ui/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit.ui diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index 8da3c0121..b841e76f9 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -2,27 +2,27 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit -Bundle-Version: 0.8.2.qualifier +Bundle-Version: 0.8.3 Bundle-Localization: plugin Bundle-Vendor: %provider_name -Export-Package: org.eclipse.jgit;version="0.8.2", - org.eclipse.jgit.api;version="0.8.2", - org.eclipse.jgit.diff;version="0.8.2", - org.eclipse.jgit.dircache;version="0.8.2", - org.eclipse.jgit.errors;version="0.8.2", - org.eclipse.jgit.fnmatch;version="0.8.2", - org.eclipse.jgit.lib;version="0.8.2", - org.eclipse.jgit.merge;version="0.8.2", - org.eclipse.jgit.nls;version="0.8.2", - org.eclipse.jgit.patch;version="0.8.2", - org.eclipse.jgit.revplot;version="0.8.2", - org.eclipse.jgit.revwalk;version="0.8.2", - org.eclipse.jgit.revwalk.filter;version="0.8.2", - org.eclipse.jgit.transport;version="0.8.2", - org.eclipse.jgit.treewalk;version="0.8.2", - org.eclipse.jgit.treewalk.filter;version="0.8.2", - org.eclipse.jgit.util;version="0.8.2", - org.eclipse.jgit.util.io;version="0.8.2" +Export-Package: org.eclipse.jgit;version="0.8.3", + org.eclipse.jgit.api;version="0.8.3", + org.eclipse.jgit.diff;version="0.8.3", + org.eclipse.jgit.dircache;version="0.8.3", + org.eclipse.jgit.errors;version="0.8.3", + org.eclipse.jgit.fnmatch;version="0.8.3", + org.eclipse.jgit.lib;version="0.8.3", + org.eclipse.jgit.merge;version="0.8.3", + org.eclipse.jgit.nls;version="0.8.3", + org.eclipse.jgit.patch;version="0.8.3", + org.eclipse.jgit.revplot;version="0.8.3", + org.eclipse.jgit.revwalk;version="0.8.3", + org.eclipse.jgit.revwalk.filter;version="0.8.3", + org.eclipse.jgit.transport;version="0.8.3", + org.eclipse.jgit.treewalk;version="0.8.3", + org.eclipse.jgit.treewalk.filter;version="0.8.3", + org.eclipse.jgit.util;version="0.8.3", + org.eclipse.jgit.util.io;version="0.8.3" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index ac688be64..071478b3b 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -53,7 +53,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.2-SNAPSHOT + 0.8.3 org.eclipse.jgit diff --git a/pom.xml b/pom.xml index 4a3eb20ed..be1607c29 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit org.eclipse.jgit-parent pom - 0.8.2-SNAPSHOT + 0.8.3 JGit - Parent ${jgit-url} From 6970edf35af6fdf4420e3d900ec34cf3f4da2fec Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 14 Jun 2010 15:34:28 +0200 Subject: [PATCH 6/7] JGit 0.8.4 Created wrong tags for 0.8.3 hence creating another version. Change-Id: I4e00bbcffe1cf872e2d7e3f3d88d068701fb5330 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.console/META-INF/MANIFEST.MF | 10 ++-- org.eclipse.jgit.console/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 22 ++++---- org.eclipse.jgit.http.server/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 20 ++++---- org.eclipse.jgit.http.test/pom.xml | 2 +- org.eclipse.jgit.iplog/META-INF/MANIFEST.MF | 28 +++++------ org.eclipse.jgit.iplog/pom.xml | 2 +- org.eclipse.jgit.junit/META-INF/MANIFEST.MF | 34 ++++++------- org.eclipse.jgit.junit/pom.xml | 2 +- .../org.eclipse.jgit.feature/feature.xml | 2 +- .../org.eclipse.jgit.feature/pom.xml | 4 +- .../feature.xml | 2 +- .../org.eclipse.jgit.junit.feature/pom.xml | 4 +- .../org.eclipse.jgit.updatesite/pom.xml | 8 +-- org.eclipse.jgit.packaging/pom.xml | 2 +- org.eclipse.jgit.pgm/META-INF/MANIFEST.MF | 34 ++++++------- org.eclipse.jgit.pgm/pom.xml | 2 +- org.eclipse.jgit.test/META-INF/MANIFEST.MF | 50 +++++++++---------- org.eclipse.jgit.test/pom.xml | 2 +- org.eclipse.jgit.ui/META-INF/MANIFEST.MF | 16 +++--- org.eclipse.jgit.ui/pom.xml | 2 +- org.eclipse.jgit/META-INF/MANIFEST.MF | 38 +++++++------- org.eclipse.jgit/pom.xml | 2 +- pom.xml | 2 +- 25 files changed, 147 insertions(+), 147 deletions(-) diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF index 77c8887fb..e7c108fc9 100644 --- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.console -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jgit.console;version="0.8.3" -Import-Package: org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)" +Export-Package: org.eclipse.jgit.console;version="0.8.4" +Import-Package: org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml index 2b29d0d63..c753caa05 100644 --- a/org.eclipse.jgit.console/pom.xml +++ b/org.eclipse.jgit.console/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.console diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index 0509df9e9..c64c27e1a 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF @@ -2,21 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.server -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: - org.eclipse.jgit.http.server;version="0.8.3", - org.eclipse.jgit.http.server.glue;version="0.8.3", - org.eclipse.jgit.http.server.resolver;version="0.8.3" + org.eclipse.jgit.http.server;version="0.8.4", + org.eclipse.jgit.http.server.glue;version="0.8.4", + org.eclipse.jgit.http.server.resolver;version="0.8.4" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: javax.servlet;version="[2.5.0,3.0.0)", javax.servlet.http;version="[2.5.0,3.0.0)", - org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.3,0.9.0)" + org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.4,0.9.0)" diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 5524014c9..59d38c558 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.http.server diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index adecaf99a..7a1db8461 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.test -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 @@ -22,12 +22,12 @@ Import-Package: javax.servlet;version="[2.5.0,3.0.0)", org.eclipse.jetty.util.component;version="[7.0.1,8.0.0)", org.eclipse.jetty.util.log;version="[7.0.1,8.0.0)", org.eclipse.jetty.util.thread;version="[7.0.1,8.0.0)", - org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", - org.eclipse.jgit.http.server;version="[0.8.3,0.9.0)", - org.eclipse.jgit.http.server.glue;version="[0.8.3,0.9.0)", - org.eclipse.jgit.http.server.resolver;version="[0.8.3,0.9.0)", - org.eclipse.jgit.junit;version="[0.8.3,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)" + org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", + org.eclipse.jgit.http.server;version="[0.8.4,0.9.0)", + org.eclipse.jgit.http.server.glue;version="[0.8.4,0.9.0)", + org.eclipse.jgit.http.server.resolver;version="[0.8.4,0.9.0)", + org.eclipse.jgit.junit;version="[0.8.4,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)" diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 53c9a8190..8f7b444ae 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -51,7 +51,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.http.test diff --git a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF index 9b659f50b..aa7fd6830 100644 --- a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF @@ -2,21 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.iplog -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)" -Export-Package: org.eclipse.jgit.iplog;version="0.8.3" +Import-Package: org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)" +Export-Package: org.eclipse.jgit.iplog;version="0.8.4" diff --git a/org.eclipse.jgit.iplog/pom.xml b/org.eclipse.jgit.iplog/pom.xml index 369efb41e..9a6b7b63e 100644 --- a/org.eclipse.jgit.iplog/pom.xml +++ b/org.eclipse.jgit.iplog/pom.xml @@ -51,7 +51,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.iplog diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF index a00e2d4ec..4b3e8b6fc 100644 --- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF @@ -2,26 +2,26 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.junit -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: junit.framework;version="[3.8.2,4.0.0)", - org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", - org.eclipse.jgit.fnmatch;version="[0.8.3,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", - org.eclipse.jgit.merge;version="[0.8.3,0.9.0)", - org.eclipse.jgit.patch;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.3,0.9.0)" -Export-Package: org.eclipse.jgit.junit;version="0.8.3" + org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", + org.eclipse.jgit.fnmatch;version="[0.8.4,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", + org.eclipse.jgit.merge;version="[0.8.4,0.9.0)", + org.eclipse.jgit.patch;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.4,0.9.0)" +Export-Package: org.eclipse.jgit.junit;version="0.8.4" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.junit/pom.xml b/org.eclipse.jgit.junit/pom.xml index 27809d003..eb6786992 100644 --- a/org.eclipse.jgit.junit/pom.xml +++ b/org.eclipse.jgit.junit/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.junit diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 4280b49ad..bc32f051b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 052ddb68c..fcce00ca8 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.3 + 0.8.4 org.eclipse.jgit.feature @@ -62,7 +62,7 @@ org.eclipse.jgit org.eclipse.jgit - 0.8.3 + 0.8.4 diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index 8dbd1f588..4e176afc5 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index 08292e485..18ec000bc 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.3 + 0.8.4 org.eclipse.jgit.junit.feature @@ -62,7 +62,7 @@ org.eclipse.jgit org.eclipse.jgit.junit - 0.8.3 + 0.8.4 diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml index ba6f8ed37..8748963f4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.3 + 0.8.4 org.eclipse.jgit.updatesite @@ -58,18 +58,18 @@ Eclipse JGit Plugin Update Site (Incubation) - 0.8.3 + 0.8.4 org.eclipse.jgit org.eclipse.jgit - 0.8.3 + 0.8.4 org.eclipse.jgit org.eclipse.jgit.junit - 0.8.3 + 0.8.4 diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index b36528001..c868ab4bc 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -53,7 +53,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.3 + 0.8.4 pom JGit Tycho Parent (Incubation) diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF index 3bd996c2d..2fa0df956 100644 --- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF @@ -2,29 +2,29 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.pgm -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.eclipse.jgit.api;version="[0.8.3,0.9.0)", - org.eclipse.jgit.awtui;version="[0.8.3,0.9.0)", - org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", - org.eclipse.jgit.iplog;version="[0.8.3,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)", +Import-Package: org.eclipse.jgit.api;version="[0.8.4,0.9.0)", + org.eclipse.jgit.awtui;version="[0.8.4,0.9.0)", + org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", + org.eclipse.jgit.iplog;version="[0.8.4,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)", org.kohsuke.args4j;version="[2.0.12,2.1.0)", org.kohsuke.args4j.spi;version="[2.0.12,2.1.0)" Bundle-ActivationPolicy: lazy -Export-Package: org.eclipse.jgit.pgm;version="0.8.3"; +Export-Package: org.eclipse.jgit.pgm;version="0.8.4"; uses:="org.eclipse.jgit.lib, org.eclipse.jgit.nls, org.eclipse.jgit.treewalk, diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index ee483f798..8c7999b3b 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.pgm diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index d57654389..2ce883608 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -2,35 +2,35 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.test -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: junit.framework;version="[3.8.2,4.0.0)", junit.textui;version="[3.8.2,4.0.0)", - org.eclipse.jgit.api;version="[0.8.3,0.9.0)", - org.eclipse.jgit;version="[0.8.3,0.9.0)", - org.eclipse.jgit.awtui;version="[0.8.3,0.9.0)", - org.eclipse.jgit.console;version="[0.8.3,0.9.0)", - org.eclipse.jgit.diff;version="[0.8.3,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.3,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.3,0.9.0)", - org.eclipse.jgit.fnmatch;version="[0.8.3,0.9.0)", - org.eclipse.jgit.http.server;version="[0.8.3,0.9.0)", - org.eclipse.jgit.iplog;version="[0.8.3,0.9.0)", - org.eclipse.jgit.junit;version="[0.8.3,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", - org.eclipse.jgit.merge;version="[0.8.3,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", - org.eclipse.jgit.patch;version="[0.8.3,0.9.0)", - org.eclipse.jgit.pgm;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.3,0.9.0)" + org.eclipse.jgit.api;version="[0.8.4,0.9.0)", + org.eclipse.jgit;version="[0.8.4,0.9.0)", + org.eclipse.jgit.awtui;version="[0.8.4,0.9.0)", + org.eclipse.jgit.console;version="[0.8.4,0.9.0)", + org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", + org.eclipse.jgit.fnmatch;version="[0.8.4,0.9.0)", + org.eclipse.jgit.http.server;version="[0.8.4,0.9.0)", + org.eclipse.jgit.iplog;version="[0.8.4,0.9.0)", + org.eclipse.jgit.junit;version="[0.8.4,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", + org.eclipse.jgit.merge;version="[0.8.4,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", + org.eclipse.jgit.patch;version="[0.8.4,0.9.0)", + org.eclipse.jgit.pgm;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.4,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index 6756558ab..87231a116 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.test diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF index c3a9d569b..6c0763533 100644 --- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ui -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.eclipse.jgit.awtui;version="0.8.3" -Import-Package: org.eclipse.jgit.lib;version="[0.8.3,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.3,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.3,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.3,0.9.0)", - org.eclipse.jgit.util;version="[0.8.3,0.9.0)" +Export-Package: org.eclipse.jgit.awtui;version="0.8.4" +Import-Package: org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", + org.eclipse.jgit.util;version="[0.8.4,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml index a060718f6..95bf951cb 100644 --- a/org.eclipse.jgit.ui/pom.xml +++ b/org.eclipse.jgit.ui/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit.ui diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index b841e76f9..8890c1764 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -2,27 +2,27 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit -Bundle-Version: 0.8.3 +Bundle-Version: 0.8.4 Bundle-Localization: plugin Bundle-Vendor: %provider_name -Export-Package: org.eclipse.jgit;version="0.8.3", - org.eclipse.jgit.api;version="0.8.3", - org.eclipse.jgit.diff;version="0.8.3", - org.eclipse.jgit.dircache;version="0.8.3", - org.eclipse.jgit.errors;version="0.8.3", - org.eclipse.jgit.fnmatch;version="0.8.3", - org.eclipse.jgit.lib;version="0.8.3", - org.eclipse.jgit.merge;version="0.8.3", - org.eclipse.jgit.nls;version="0.8.3", - org.eclipse.jgit.patch;version="0.8.3", - org.eclipse.jgit.revplot;version="0.8.3", - org.eclipse.jgit.revwalk;version="0.8.3", - org.eclipse.jgit.revwalk.filter;version="0.8.3", - org.eclipse.jgit.transport;version="0.8.3", - org.eclipse.jgit.treewalk;version="0.8.3", - org.eclipse.jgit.treewalk.filter;version="0.8.3", - org.eclipse.jgit.util;version="0.8.3", - org.eclipse.jgit.util.io;version="0.8.3" +Export-Package: org.eclipse.jgit;version="0.8.4", + org.eclipse.jgit.api;version="0.8.4", + org.eclipse.jgit.diff;version="0.8.4", + org.eclipse.jgit.dircache;version="0.8.4", + org.eclipse.jgit.errors;version="0.8.4", + org.eclipse.jgit.fnmatch;version="0.8.4", + org.eclipse.jgit.lib;version="0.8.4", + org.eclipse.jgit.merge;version="0.8.4", + org.eclipse.jgit.nls;version="0.8.4", + org.eclipse.jgit.patch;version="0.8.4", + org.eclipse.jgit.revplot;version="0.8.4", + org.eclipse.jgit.revwalk;version="0.8.4", + org.eclipse.jgit.revwalk.filter;version="0.8.4", + org.eclipse.jgit.transport;version="0.8.4", + org.eclipse.jgit.treewalk;version="0.8.4", + org.eclipse.jgit.treewalk.filter;version="0.8.4", + org.eclipse.jgit.util;version="0.8.4", + org.eclipse.jgit.util.io;version="0.8.4" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 071478b3b..4929d7433 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -53,7 +53,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.3 + 0.8.4 org.eclipse.jgit diff --git a/pom.xml b/pom.xml index be1607c29..31d901b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit org.eclipse.jgit-parent pom - 0.8.3 + 0.8.4 JGit - Parent ${jgit-url} From d28a40d6790e321fbd9cb8d9b945308fe0e0fca4 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 14 Jun 2010 08:09:54 -0700 Subject: [PATCH 7/7] Qualify post-0.8.4 builds Change-Id: I21efed66921eb7e1e4010fccc9fa9af6c4150fc1 Signed-off-by: Shawn O. Pearce --- org.eclipse.jgit.console/META-INF/MANIFEST.MF | 10 ++-- org.eclipse.jgit.console/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 22 ++++---- org.eclipse.jgit.http.server/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 20 ++++---- org.eclipse.jgit.http.test/pom.xml | 2 +- org.eclipse.jgit.iplog/META-INF/MANIFEST.MF | 28 +++++------ org.eclipse.jgit.iplog/pom.xml | 2 +- org.eclipse.jgit.junit/META-INF/MANIFEST.MF | 34 ++++++------- org.eclipse.jgit.junit/pom.xml | 2 +- .../org.eclipse.jgit.feature/feature.xml | 2 +- .../org.eclipse.jgit.feature/pom.xml | 4 +- .../feature.xml | 2 +- .../org.eclipse.jgit.junit.feature/pom.xml | 4 +- .../org.eclipse.jgit.updatesite/pom.xml | 8 +-- org.eclipse.jgit.packaging/pom.xml | 2 +- org.eclipse.jgit.pgm/META-INF/MANIFEST.MF | 34 ++++++------- org.eclipse.jgit.pgm/pom.xml | 2 +- org.eclipse.jgit.test/META-INF/MANIFEST.MF | 50 +++++++++---------- org.eclipse.jgit.test/pom.xml | 2 +- org.eclipse.jgit.ui/META-INF/MANIFEST.MF | 16 +++--- org.eclipse.jgit.ui/pom.xml | 2 +- org.eclipse.jgit/META-INF/MANIFEST.MF | 38 +++++++------- org.eclipse.jgit/pom.xml | 2 +- pom.xml | 2 +- 25 files changed, 147 insertions(+), 147 deletions(-) diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF index e7c108fc9..2c22f1b18 100644 --- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.console -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jgit.console;version="0.8.4" -Import-Package: org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)" +Export-Package: org.eclipse.jgit.console;version="0.8.5" +Import-Package: org.eclipse.jgit.nls;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml index c753caa05..e0a42122e 100644 --- a/org.eclipse.jgit.console/pom.xml +++ b/org.eclipse.jgit.console/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.console diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index c64c27e1a..2f0e30fa9 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF @@ -2,21 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.server -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: - org.eclipse.jgit.http.server;version="0.8.4", - org.eclipse.jgit.http.server.glue;version="0.8.4", - org.eclipse.jgit.http.server.resolver;version="0.8.4" + org.eclipse.jgit.http.server;version="0.8.5", + org.eclipse.jgit.http.server.glue;version="0.8.5", + org.eclipse.jgit.http.server.resolver;version="0.8.5" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: javax.servlet;version="[2.5.0,3.0.0)", javax.servlet.http;version="[2.5.0,3.0.0)", - org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.4,0.9.0)" + org.eclipse.jgit.errors;version="[0.8.5,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.5,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.5,0.9.0)" diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 59d38c558..1076316c5 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.http.server diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index 7a1db8461..17b295e2c 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.test -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 @@ -22,12 +22,12 @@ Import-Package: javax.servlet;version="[2.5.0,3.0.0)", org.eclipse.jetty.util.component;version="[7.0.1,8.0.0)", org.eclipse.jetty.util.log;version="[7.0.1,8.0.0)", org.eclipse.jetty.util.thread;version="[7.0.1,8.0.0)", - org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", - org.eclipse.jgit.http.server;version="[0.8.4,0.9.0)", - org.eclipse.jgit.http.server.glue;version="[0.8.4,0.9.0)", - org.eclipse.jgit.http.server.resolver;version="[0.8.4,0.9.0)", - org.eclipse.jgit.junit;version="[0.8.4,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)" + org.eclipse.jgit.errors;version="[0.8.5,0.9.0)", + org.eclipse.jgit.http.server;version="[0.8.5,0.9.0)", + org.eclipse.jgit.http.server.glue;version="[0.8.5,0.9.0)", + org.eclipse.jgit.http.server.resolver;version="[0.8.5,0.9.0)", + org.eclipse.jgit.junit;version="[0.8.5,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)" diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 8f7b444ae..48ed23cf7 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -51,7 +51,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.http.test diff --git a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF index aa7fd6830..a4b813048 100644 --- a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF @@ -2,21 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.iplog -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)" -Export-Package: org.eclipse.jgit.iplog;version="0.8.4" +Import-Package: org.eclipse.jgit.diff;version="[0.8.5,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.5,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.5,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.5,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)" +Export-Package: org.eclipse.jgit.iplog;version="0.8.5" diff --git a/org.eclipse.jgit.iplog/pom.xml b/org.eclipse.jgit.iplog/pom.xml index 9a6b7b63e..ecb8c2350 100644 --- a/org.eclipse.jgit.iplog/pom.xml +++ b/org.eclipse.jgit.iplog/pom.xml @@ -51,7 +51,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.iplog diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF index 4b3e8b6fc..aa9e1b6b5 100644 --- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF @@ -2,26 +2,26 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.junit -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: junit.framework;version="[3.8.2,4.0.0)", - org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", - org.eclipse.jgit.fnmatch;version="[0.8.4,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", - org.eclipse.jgit.merge;version="[0.8.4,0.9.0)", - org.eclipse.jgit.patch;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.4,0.9.0)" -Export-Package: org.eclipse.jgit.junit;version="0.8.4" + org.eclipse.jgit.diff;version="[0.8.5,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.5,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.5,0.9.0)", + org.eclipse.jgit.fnmatch;version="[0.8.5,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.5,0.9.0)", + org.eclipse.jgit.merge;version="[0.8.5,0.9.0)", + org.eclipse.jgit.patch;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.5,0.9.0)" +Export-Package: org.eclipse.jgit.junit;version="0.8.5" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.junit/pom.xml b/org.eclipse.jgit.junit/pom.xml index eb6786992..135223d65 100644 --- a/org.eclipse.jgit.junit/pom.xml +++ b/org.eclipse.jgit.junit/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.junit diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index bc32f051b..994c36db5 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index fcce00ca8..41a236186 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.feature @@ -62,7 +62,7 @@ org.eclipse.jgit org.eclipse.jgit - 0.8.4 + 0.8.5-SNAPSHOT diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index 4e176afc5..9f3edb6a1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index 18ec000bc..becc56a4e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.junit.feature @@ -62,7 +62,7 @@ org.eclipse.jgit org.eclipse.jgit.junit - 0.8.4 + 0.8.5-SNAPSHOT diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml index 8748963f4..2fc00291d 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.updatesite @@ -58,18 +58,18 @@ Eclipse JGit Plugin Update Site (Incubation) - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit org.eclipse.jgit - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit org.eclipse.jgit.junit - 0.8.4 + 0.8.5-SNAPSHOT diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index c868ab4bc..a01c67a35 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -53,7 +53,7 @@ org.eclipse.jgit jgit.tycho.parent - 0.8.4 + 0.8.5-SNAPSHOT pom JGit Tycho Parent (Incubation) diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF index 2fa0df956..05deda461 100644 --- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF @@ -2,29 +2,29 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.pgm -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: org.eclipse.jgit.api;version="[0.8.4,0.9.0)", - org.eclipse.jgit.awtui;version="[0.8.4,0.9.0)", - org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", - org.eclipse.jgit.iplog;version="[0.8.4,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)", +Import-Package: org.eclipse.jgit.api;version="[0.8.5,0.9.0)", + org.eclipse.jgit.awtui;version="[0.8.5,0.9.0)", + org.eclipse.jgit.diff;version="[0.8.5,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.5,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.5,0.9.0)", + org.eclipse.jgit.iplog;version="[0.8.5,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.5,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)", org.kohsuke.args4j;version="[2.0.12,2.1.0)", org.kohsuke.args4j.spi;version="[2.0.12,2.1.0)" Bundle-ActivationPolicy: lazy -Export-Package: org.eclipse.jgit.pgm;version="0.8.4"; +Export-Package: org.eclipse.jgit.pgm;version="0.8.5"; uses:="org.eclipse.jgit.lib, org.eclipse.jgit.nls, org.eclipse.jgit.treewalk, diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index 8c7999b3b..4f2a56ad4 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.pgm diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index 2ce883608..e873b42e8 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -2,35 +2,35 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.test -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: junit.framework;version="[3.8.2,4.0.0)", junit.textui;version="[3.8.2,4.0.0)", - org.eclipse.jgit.api;version="[0.8.4,0.9.0)", - org.eclipse.jgit;version="[0.8.4,0.9.0)", - org.eclipse.jgit.awtui;version="[0.8.4,0.9.0)", - org.eclipse.jgit.console;version="[0.8.4,0.9.0)", - org.eclipse.jgit.diff;version="[0.8.4,0.9.0)", - org.eclipse.jgit.dircache;version="[0.8.4,0.9.0)", - org.eclipse.jgit.errors;version="[0.8.4,0.9.0)", - org.eclipse.jgit.fnmatch;version="[0.8.4,0.9.0)", - org.eclipse.jgit.http.server;version="[0.8.4,0.9.0)", - org.eclipse.jgit.iplog;version="[0.8.4,0.9.0)", - org.eclipse.jgit.junit;version="[0.8.4,0.9.0)", - org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", - org.eclipse.jgit.merge;version="[0.8.4,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", - org.eclipse.jgit.patch;version="[0.8.4,0.9.0)", - org.eclipse.jgit.pgm;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.treewalk.filter;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util.io;version="[0.8.4,0.9.0)" + org.eclipse.jgit.api;version="[0.8.5,0.9.0)", + org.eclipse.jgit;version="[0.8.5,0.9.0)", + org.eclipse.jgit.awtui;version="[0.8.5,0.9.0)", + org.eclipse.jgit.console;version="[0.8.5,0.9.0)", + org.eclipse.jgit.diff;version="[0.8.5,0.9.0)", + org.eclipse.jgit.dircache;version="[0.8.5,0.9.0)", + org.eclipse.jgit.errors;version="[0.8.5,0.9.0)", + org.eclipse.jgit.fnmatch;version="[0.8.5,0.9.0)", + org.eclipse.jgit.http.server;version="[0.8.5,0.9.0)", + org.eclipse.jgit.iplog;version="[0.8.5,0.9.0)", + org.eclipse.jgit.junit;version="[0.8.5,0.9.0)", + org.eclipse.jgit.lib;version="[0.8.5,0.9.0)", + org.eclipse.jgit.merge;version="[0.8.5,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.5,0.9.0)", + org.eclipse.jgit.patch;version="[0.8.5,0.9.0)", + org.eclipse.jgit.pgm;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.treewalk.filter;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util.io;version="[0.8.5,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index 87231a116..390c6954a 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.test diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF index 6c0763533..81ffddd45 100644 --- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ui -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.eclipse.jgit.awtui;version="0.8.4" -Import-Package: org.eclipse.jgit.lib;version="[0.8.4,0.9.0)", - org.eclipse.jgit.nls;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revplot;version="[0.8.4,0.9.0)", - org.eclipse.jgit.revwalk;version="[0.8.4,0.9.0)", - org.eclipse.jgit.transport;version="[0.8.4,0.9.0)", - org.eclipse.jgit.util;version="[0.8.4,0.9.0)" +Export-Package: org.eclipse.jgit.awtui;version="0.8.5" +Import-Package: org.eclipse.jgit.lib;version="[0.8.5,0.9.0)", + org.eclipse.jgit.nls;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revplot;version="[0.8.5,0.9.0)", + org.eclipse.jgit.revwalk;version="[0.8.5,0.9.0)", + org.eclipse.jgit.transport;version="[0.8.5,0.9.0)", + org.eclipse.jgit.util;version="[0.8.5,0.9.0)" Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml index 95bf951cb..c4a6f8051 100644 --- a/org.eclipse.jgit.ui/pom.xml +++ b/org.eclipse.jgit.ui/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit.ui diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index 8890c1764..b354690e4 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -2,27 +2,27 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit -Bundle-Version: 0.8.4 +Bundle-Version: 0.8.5.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name -Export-Package: org.eclipse.jgit;version="0.8.4", - org.eclipse.jgit.api;version="0.8.4", - org.eclipse.jgit.diff;version="0.8.4", - org.eclipse.jgit.dircache;version="0.8.4", - org.eclipse.jgit.errors;version="0.8.4", - org.eclipse.jgit.fnmatch;version="0.8.4", - org.eclipse.jgit.lib;version="0.8.4", - org.eclipse.jgit.merge;version="0.8.4", - org.eclipse.jgit.nls;version="0.8.4", - org.eclipse.jgit.patch;version="0.8.4", - org.eclipse.jgit.revplot;version="0.8.4", - org.eclipse.jgit.revwalk;version="0.8.4", - org.eclipse.jgit.revwalk.filter;version="0.8.4", - org.eclipse.jgit.transport;version="0.8.4", - org.eclipse.jgit.treewalk;version="0.8.4", - org.eclipse.jgit.treewalk.filter;version="0.8.4", - org.eclipse.jgit.util;version="0.8.4", - org.eclipse.jgit.util.io;version="0.8.4" +Export-Package: org.eclipse.jgit;version="0.8.5", + org.eclipse.jgit.api;version="0.8.5", + org.eclipse.jgit.diff;version="0.8.5", + org.eclipse.jgit.dircache;version="0.8.5", + org.eclipse.jgit.errors;version="0.8.5", + org.eclipse.jgit.fnmatch;version="0.8.5", + org.eclipse.jgit.lib;version="0.8.5", + org.eclipse.jgit.merge;version="0.8.5", + org.eclipse.jgit.nls;version="0.8.5", + org.eclipse.jgit.patch;version="0.8.5", + org.eclipse.jgit.revplot;version="0.8.5", + org.eclipse.jgit.revwalk;version="0.8.5", + org.eclipse.jgit.revwalk.filter;version="0.8.5", + org.eclipse.jgit.transport;version="0.8.5", + org.eclipse.jgit.treewalk;version="0.8.5", + org.eclipse.jgit.treewalk.filter;version="0.8.5", + org.eclipse.jgit.util;version="0.8.5", + org.eclipse.jgit.util.io;version="0.8.5" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)" diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 4929d7433..0b0d83ec3 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -53,7 +53,7 @@ org.eclipse.jgit org.eclipse.jgit-parent - 0.8.4 + 0.8.5-SNAPSHOT org.eclipse.jgit diff --git a/pom.xml b/pom.xml index 31d901b1d..a2843903c 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ org.eclipse.jgit org.eclipse.jgit-parent pom - 0.8.4 + 0.8.5-SNAPSHOT JGit - Parent ${jgit-url}