Created
March 29, 2011 22:52
-
-
Save vazexqi/893525 to your computer and use it in GitHub Desktop.
This patch shows an example of how to "widen" the range for the patching mechanism
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<?metadataRepository version='1.1.0'?> | |
<repository name='Update Site' type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1'> | |
<properties size='2'> | |
<property name='p2.timestamp' value='1300688960908'/> | |
<property name='p2.compressed' value='true'/> | |
</properties> | |
<units size='45'> | |
<unit id='org.eclipse.ltk.core.refactoring' version='3.9.100.201103210128'> | |
<update id='org.eclipse.ltk.core.refactoring' range='[0.0.0,3.9.100.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='df_LT.providerName' value='Eclipse.org'/> | |
<property name='df_LT.pluginName' value='Refactoring Core'/> | |
<property name='org.eclipse.equinox.p2.name' value='%pluginName'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/> | |
</properties> | |
<provides size='14'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' version='3.9.100.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' version='3.9.100.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.core.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.codingspectator' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.history' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.model' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.participants' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.core.refactoring.resource' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring.history' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring.resource' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.core.refactoring.resource.undostates' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='9'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.commands' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.data' range='1.0.0'/> | |
<required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.ltk.core.refactoring' version='3.9.100.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.ltk.internal.core.refactoring.RefactoringCorePlugin
Manifest-Version: 1.0
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-SymbolicName: org.eclipse.ltk.core.refactoring; singleton:=true
Import-Package: com.ibm.icu.text
Bundle-ManifestVersion: 2
Bundle-Version: 3.9.100.201103210128
Bundle-Localization: plugin
Export-Package: org.eclipse.ltk.core.refactoring,org.eclipse.ltk.core.refactoring.codingspectator,org.eclipse.ltk.core.refactoring.history,org.eclipse.ltk.core.refactoring.model,org.eclipse.ltk.core.refactoring.participants,org.eclipse.ltk.core.refactoring.resource,org.eclipse.ltk.internal.core.refactoring;x-friends:="org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.core.refactoring.tests",org.eclipse.ltk.internal.core.refactoring.history;x-friends:="org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.core.refactoring.tests",org.eclipse.ltk.internal.core.refactoring.resource;x-friends:="org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.core.refactoring.tests",org.eclipse.ltk.internal.core.refactoring.resource.undostates;x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",org.eclipse.core.filebuffers;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.commands;bundle-version="[3.5.0,4.0.0)",org.eclipse.text;bundle-version="[3.5.0,4.0.0)",edu.illinois.codingspectator.data;bundle-version="1.0.0" | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.jdt.helios.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for JDT Helios'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for JDT Helios'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.helios.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.jdt.helios.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.jdt.helios.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.codingtracker.recording' version='1.0.0.201103210128'> | |
<update id='edu.illinois.codingspectator.codingtracker.recording' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='edu.illinois.codingspectator.codingtracker.recording'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Ilinois'/> | |
</properties> | |
<provides size='4'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.codingtracker.recording' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.codingtracker.recording' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.recording' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<requires size='8'> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.codingtracker.operations' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.monitor.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.saferecorder' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.junit' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.debug.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.data' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.codingtracker.recording' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: University of Ilinois
Bundle-ManifestVersion: 2
Bundle-Activator: edu.illinois.codingspectator.codingtracker.recording.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.jdt.core,edu.illinois.codingspectator.codingtracker.operations;visibility:=reexport,edu.illinois.codingspectator.monitor.core,org.eclipse.jdt.ui,edu.illinois.codingspectator.saferecorder,org.eclipse.jdt.junit,org.eclipse.debug.core,edu.illinois.codingspectator.data
Bundle-Name: edu.illinois.codingspectator.codingtracker.recording
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-SymbolicName: edu.illinois.codingspectator.codingtracker.recording;singleton:=true
Bundle-Version: 1.0.0.201103210128
Export-Package: edu.illinois.codingspectator.codingtracker.recording | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='org.eclipse.jdt.core.manipulation' version='1.3.0.201103210128'> | |
<update id='org.eclipse.jdt.core.manipulation' range='[0.0.0,1.3.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='df_LT.providerName' value='Eclipse.org'/> | |
<property name='df_LT.pluginName' value='Java Code Manipulation Functionality'/> | |
<property name='org.eclipse.equinox.p2.name' value='%pluginName'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/> | |
</properties> | |
<provides size='11'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' version='1.3.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' version='1.3.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.core.manipulation' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.core.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.core.refactoring.descriptors' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.core.refactoring.descriptors.codingspectator' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.core.refactoring.participants' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.core.manipulation' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.core.refactoring.descriptors' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='7'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.text' range='[3.5.0,4.0.0)'/> | |
<required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.jdt.core.manipulation' version='1.3.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.jdt.internal.core.manipulation.JavaManipulationPlugin
Manifest-Version: 1.0
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-SymbolicName: org.eclipse.jdt.core.manipulation;singleton:=true
Import-Package: com.ibm.icu.text
Bundle-ManifestVersion: 2
Bundle-Version: 1.3.0.201103210128
Bundle-Localization: plugin
Export-Package: org.eclipse.jdt.core.manipulation,org.eclipse.jdt.core.refactoring,org.eclipse.jdt.core.refactoring.descriptors,org.eclipse.jdt.core.refactoring.descriptors.codingspectator,org.eclipse.jdt.core.refactoring.participants,org.eclipse.jdt.internal.core.manipulation;x-internal:=true,org.eclipse.jdt.internal.core.refactoring.descriptors;x-friends:="org.eclipse.jdt.ui"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",org.eclipse.jdt.core;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",org.eclipse.text;bundle-version="[3.5.0,4.0.0)" | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.platform.helios.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Platform Helios'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for Platform Helios'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.helios.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.platform.helios.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.platform.helios.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='org.tmatesoft.svn_1.3.4.eclipse' version='1.0.0.201103210128' singleton='false'> | |
<update id='org.tmatesoft.svn_1.3.4.eclipse' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='SVNKit'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='74'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.tmatesoft.svn_1.3.4.eclipse' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.tmatesoft.svn_1.3.4.eclipse' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='com.sun.jna' version='0.0.0'/> | |
<provided namespace='java.package' name='com.sun.jna.ptr' version='0.0.0'/> | |
<provided namespace='java.package' name='com.sun.jna.win32' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.auth' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.channel' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.crypto' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.crypto.cipher' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.crypto.dh' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.crypto.digest' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.log' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.packets' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.sftp' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.signature' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.transport' version='0.0.0'/> | |
<provided namespace='java.package' name='com.trilead.ssh2.util' version='0.0.0'/> | |
<provided namespace='java.package' name='de.regnis.q.sequence' version='0.0.0'/> | |
<provided namespace='java.package' name='de.regnis.q.sequence.core' version='0.0.0'/> | |
<provided namespace='java.package' name='de.regnis.q.sequence.line' version='0.0.0'/> | |
<provided namespace='java.package' name='de.regnis.q.sequence.line.diff' version='0.0.0'/> | |
<provided namespace='java.package' name='de.regnis.q.sequence.line.simplifier' version='0.0.0'/> | |
<provided namespace='java.package' name='de.regnis.q.sequence.media' version='0.0.0'/> | |
<provided namespace='java.package' name='org.antlr.runtime' version='0.0.0'/> | |
<provided namespace='java.package' name='org.antlr.runtime.debug' version='0.0.0'/> | |
<provided namespace='java.package' name='org.antlr.runtime.misc' version='0.0.0'/> | |
<provided namespace='java.package' name='org.antlr.runtime.tree' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tigris.subversion.javahl' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.btree' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.db' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.fs' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.fs.util' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.lang' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.memory' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.mutex' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.pager' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.schema' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.table' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.internal.vdbe' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.schema' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.sqljet.core.table' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.cli' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.cli.svn' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.cli.svnadmin' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.cli.svndumpfilter' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.cli.svnlook' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.cli.svnsync' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.cli.svnversion' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.auth' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.delta' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.io.dav' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.io.dav.handlers' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.io.dav.http' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.io.fs' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.io.fs.repcache' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.io.svn' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.io.svn.sasl' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.util' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.util.jna' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.wc' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.internal.wc.admin' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.io' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.io.diff' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.javahl' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.replicator' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.wc' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.wc.admin' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.core.wc.xml' version='0.0.0'/> | |
<provided namespace='java.package' name='org.tmatesoft.svn.util' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.tmatesoft.svn_1.3.4.eclipse' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-ManifestVersion: 2
Bundle-Name: SVNKit
Bundle-Version: 1.0.0.201103210128
Export-Package: com.sun.jna,com.sun.jna.ptr,com.sun.jna.win32,com.trilead.ssh2,com.trilead.ssh2.auth,com.trilead.ssh2.channel,com.trilead.ssh2.crypto,com.trilead.ssh2.crypto.cipher,com.trilead.ssh2.crypto.dh,com.trilead.ssh2.crypto.digest,com.trilead.ssh2.log,com.trilead.ssh2.packets,com.trilead.ssh2.sftp,com.trilead.ssh2.signature,com.trilead.ssh2.transport,com.trilead.ssh2.util,de.regnis.q.sequence,de.regnis.q.sequence.core,de.regnis.q.sequence.line,de.regnis.q.sequence.line.diff,de.regnis.q.sequence.line.simplifier,de.regnis.q.sequence.media,org.antlr.runtime,org.antlr.runtime.debug,org.antlr.runtime.misc,org.antlr.runtime.tree,org.tigris.subversion.javahl,org.tmatesoft.sqljet.core,org.tmatesoft.sqljet.core.internal,org.tmatesoft.sqljet.core.internal.btree,org.tmatesoft.sqljet.core.internal.db,org.tmatesoft.sqljet.core.internal.fs,org.tmatesoft.sqljet.core.internal.fs.util,org.tmatesoft.sqljet.core.internal.lang,org.tmatesoft.sqljet.core.internal.memory,org.tmatesoft.sqljet.core.internal.mutex,org.tmatesoft.sqljet.core.internal.pager,org.tmatesoft.sqljet.core.internal.schema,org.tmatesoft.sqljet.core.internal.table,org.tmatesoft.sqljet.core.internal.vdbe,org.tmatesoft.sqljet.core.schema,org.tmatesoft.sqljet.core.table,org.tmatesoft.svn.cli,org.tmatesoft.svn.cli.svn,org.tmatesoft.svn.cli.svnadmin,org.tmatesoft.svn.cli.svndumpfilter,org.tmatesoft.svn.cli.svnlook,org.tmatesoft.svn.cli.svnsync,org.tmatesoft.svn.cli.svnversion,org.tmatesoft.svn.core,org.tmatesoft.svn.core.auth,org.tmatesoft.svn.core.internal.delta,org.tmatesoft.svn.core.internal.io.dav,org.tmatesoft.svn.core.internal.io.dav.handlers,org.tmatesoft.svn.core.internal.io.dav.http,org.tmatesoft.svn.core.internal.io.fs,org.tmatesoft.svn.core.internal.io.fs.repcache,org.tmatesoft.svn.core.internal.io.svn,org.tmatesoft.svn.core.internal.io.svn.sasl,org.tmatesoft.svn.core.internal.util,org.tmatesoft.svn.core.internal.util.jna,org.tmatesoft.svn.core.internal.wc,org.tmatesoft.svn.core.internal.wc.admin,org.tmatesoft.svn.core.io,org.tmatesoft.svn.core.io.diff,org.tmatesoft.svn.core.javahl,org.tmatesoft.svn.core.replicator,org.tmatesoft.svn.core.wc,org.tmatesoft.svn.core.wc.admin,org.tmatesoft.svn.core.wc.xml,org.tmatesoft.svn.util
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: antlr-runtime-3.1.3.jar,jna.jar,sqljet.1.0.3.jar,svnkit-cli.jar,svnkit-javahl.jar,svnkit.jar,trilead.jar
Bundle-SymbolicName: org.tmatesoft.svn_1.3.4.eclipse
Manifest-Version: 1.0
Bundle-Vendor: University of Illinois | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Usage Data Collector Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingtracker.jdt.project.manipulation' version='1.0.0.201103210128' singleton='false'> | |
<update id='edu.illinois.codingtracker.jdt.project.manipulation' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='edu.illinois.codingtracker.jdt.project.manipulation'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='4'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.jdt.project.manipulation' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingtracker.jdt.project.manipulation' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingtracker.jdt.project.manipulation' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<requires size='7'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.junit4' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.swt' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingtracker.jdt.project.manipulation' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-ManifestVersion: 2
Bundle-Name: edu.illinois.codingtracker.jdt.project.manipulation
Bundle-Version: 1.0.0.201103210128
Require-Bundle: org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.jdt.core,org.eclipse.jdt.ui,org.junit4,org.eclipse.ui.ide,org.eclipse.swt
Export-Package: edu.illinois.codingtracker.jdt.project.manipulation
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: edu.illinois.codingtracker.jdt.project.manipulation
Manifest-Version: 1.0
Bundle-Vendor: University of Illinois | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingtracker.jdt.project.manipulation.feature.feature.jar' version='1.0.0.201103210128'> | |
<properties size='8'> | |
<property name='org.eclipse.equinox.p2.name' value='%featureName'/> | |
<property name='org.eclipse.equinox.p2.description' value='%description'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='df_LT.featureName' value='JDT Project Manipulation Feature'/> | |
<property name='df_LT.providerName' value='University of Illinois'/> | |
<property name='df_LT.description' value='This feature packages some auxiliary classes for handling Java projects.'/> | |
<property name='df_LT.copyright' value='Copyright (c) 2000, 2009 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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors:
IBM Corporation - initial API and implementation'/> | |
<property name='df_LT.license' value='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(TM) 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):

- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)

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. 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.
3. 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.

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.'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.jdt.project.manipulation.feature.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingtracker.jdt.project.manipulation.feature' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingtracker.jdt.project.manipulation.feature' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license uri='%25licenseURL' url='%25licenseURL'> | |
%license | |
</license> | |
</licenses> | |
<copyright> | |
%copyright | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.platform.heliosSR1.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Platform Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for Platform Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR1.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.platform.heliosSR1.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.platform.heliosSR1.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.platform.heliosSR2.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi,3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='[3.9.100.201103210128,3.9.100.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi,3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.platform.heliosSR2.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Platform Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for Platform Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR2.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR2.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.jdt.heliosSR1.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH,3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH,3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.jdt.heliosSR1.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for JDT Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for JDT Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR1.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR1.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='org.eclipse.ltk.ui.refactoring' version='3.9.0.201103210128'> | |
<update id='org.eclipse.ltk.ui.refactoring' range='[0.0.0,3.9.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='df_LT.providerName' value='Eclipse.org'/> | |
<property name='df_LT.pluginName' value='Refactoring UI'/> | |
<property name='org.eclipse.equinox.p2.name' value='%pluginName'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/> | |
</properties> | |
<provides size='15'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' version='3.9.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' version='3.9.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.actions' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.history' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.model' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.scripting' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.internal.ui.refactoring.util' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.actions' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.history' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.model' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ltk.ui.refactoring.resource' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='13'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='[3.3.200,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.4.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.team.ui' range='[3.4.100,4.0.0)'/> | |
<required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.ltk.ui.refactoring' version='3.9.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.ltk.internal.ui.refactoring.RefactoringUIPlugin
Manifest-Version: 1.0
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-SymbolicName: org.eclipse.ltk.ui.refactoring; singleton:=true
Import-Package: com.ibm.icu.text
Bundle-ManifestVersion: 2
Bundle-Version: 3.9.0.201103210128
Bundle-Localization: plugin
Export-Package: org.eclipse.ltk.internal.ui.refactoring;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.actions;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.history;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.model;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.scripting;x-internal:=true,org.eclipse.ltk.internal.ui.refactoring.util;x-internal:=true,org.eclipse.ltk.ui.refactoring,org.eclipse.ltk.ui.refactoring.actions,org.eclipse.ltk.ui.refactoring.history,org.eclipse.ltk.ui.refactoring.model,org.eclipse.ltk.ui.refactoring.resource
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",org.eclipse.core.filebuffers;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.navigator;bundle-version="[3.3.200,4.0.0)",org.eclipse.compare;bundle-version="[3.5.0,4.0.0)",org.eclipse.team.core;bundle-version="[3.4.100,4.0.0)",org.eclipse.team.ui;bundle-version="[3.4.100,4.0.0)" | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.codingtracker.operations' version='1.0.0.201103210128' singleton='false'> | |
<update id='edu.illinois.codingspectator.codingtracker.operations' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='edu.illinois.codingspectator.codingtracker.operations'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='12'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.codingtracker.operations' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.codingtracker.operations' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.conflicteditors' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.files' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.files.snapshoted' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.junit' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.options' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.refactorings' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.starts' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.operations.textchanges' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<requires size='4'> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.codingtracker.helpers' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingtracker.jdt.project.manipulation' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.codingtracker.operations' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-ManifestVersion: 2
Bundle-Name: edu.illinois.codingspectator.codingtracker.operations
Bundle-Version: 1.0.0.201103210128
Require-Bundle: edu.illinois.codingspectator.codingtracker.helpers;visibility:=reexport,org.eclipse.jdt.core,org.eclipse.jdt.ui,edu.illinois.codingtracker.jdt.project.manipulation
Export-Package: edu.illinois.codingspectator.codingtracker.operations,edu.illinois.codingspectator.codingtracker.operations.conflicteditors,edu.illinois.codingspectator.codingtracker.operations.files,edu.illinois.codingspectator.codingtracker.operations.files.snapshoted,edu.illinois.codingspectator.codingtracker.operations.junit,edu.illinois.codingspectator.codingtracker.operations.options,edu.illinois.codingspectator.codingtracker.operations.refactorings,edu.illinois.codingspectator.codingtracker.operations.starts,edu.illinois.codingspectator.codingtracker.operations.textchanges
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: edu.illinois.codingspectator.codingtracker.operations
Manifest-Version: 1.0
Bundle-Vendor: University of Illinois | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='org.eclipse.epp.usagedata.recording' version='1.3.0.201103210128'> | |
<update id='org.eclipse.epp.usagedata.recording' range='[0.0.0,1.3.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='df_LT.Bundle-Vendor.0' value='Eclipse.org'/> | |
<property name='df_LT.Bundle-Name.0' value='Usage Data Recording Plug-in'/> | |
<property name='org.eclipse.equinox.p2.name' value='%Bundle-Name.0'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor.0'/> | |
</properties> | |
<provides size='9'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.recording' version='1.3.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.epp.usagedata.recording' version='1.3.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.recording' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.recording.filtering' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.recording.settings' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.recording.uploading' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.recording.uploading.codingspectator' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='7'> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.epp.usagedata.gathering' range='[1.0.0,2.0.0)'/> | |
<required namespace='osgi.bundle' name='org.apache.commons.httpclient' range='[3.0.1,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.monitor.core' range='1.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.data' range='1.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.epp.usagedata.recording' version='1.3.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: %Bundle-Vendor.0
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.epp.usagedata.internal.recording.UsageDataRecordingActivator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",org.eclipse.epp.usagedata.gathering;bundle-version="[1.0.0,2.0.0)",org.apache.commons.httpclient;bundle-version="[3.0.1,4.0.0)",org.eclipse.core.filesystem,edu.illinois.codingspectator.monitor.core;bundle-version="1.0.0",edu.illinois.codingspectator.data;bundle-version="1.0.0"
Bundle-Name: %Bundle-Name.0
Manifest-Version: 1.0
Bundle-SymbolicName: org.eclipse.epp.usagedata.recording;singleton:=true
Bundle-Version: 1.3.0.201103210128
Eclipse-LazyStart: true
Export-Package: org.eclipse.epp.usagedata.internal.recording;x-friends:="org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.recording.filtering;x-friends:="org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.recording.settings;x-friends:="org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.recording.uploading;x-friends:="org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.recording.uploading.codingspectator | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.platform.heliosSR2.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Platform Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for Platform Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR2.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.platform.heliosSR2.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.platform.heliosSR2.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.jdt.heliosSR2.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for JDT Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for JDT Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR2.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.jdt.heliosSR2.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.jdt.heliosSR2.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='CodingSpectator' version='1.0.0.2--cLedvE773553975357I'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='CodingSpectator'/> | |
<property name='org.eclipse.equinox.p2.description' value='This category contains all the artifacts for the installation of CodingSpectator.'/> | |
<property name='org.eclipse.equinox.p2.type.category' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='CodingSpectator' version='1.0.0.2--cLedvE773553975357I'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
</unit> | |
<unit id='edu.illinois.codingspectator.data' version='1.0.0.201103210128'> | |
<update id='edu.illinois.codingspectator.data' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='df_LT.Bundle-Vendor' value='University of Illinois'/> | |
<property name='df_LT.Bundle-Name' value='CodingSpectator Global Info'/> | |
<property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor'/> | |
</properties> | |
<provides size='5'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.data' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.data' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.data' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='2'> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.data' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: %Bundle-Vendor
Bundle-ManifestVersion: 2
Bundle-Activator: edu.illinois.codingspectator.data.CodingSpectatorDataPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime
Bundle-Name: %Bundle-Name
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-SymbolicName: edu.illinois.codingspectator.data;singleton:=true
Bundle-Version: 1.0.0.201103210128
Export-Package: edu.illinois.codingspectator.data | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.epp.usagedata.feature.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.feature.feature.group' range='[1.3.0.R201005261100,1.3.0.R201005261100]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.gathering' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.gathering' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.recording' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.recording' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.ui' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.ui' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.feature.feature.group' range='[1.3.0.R201005261100,1.3.0.R201005261100]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.epp.usagedata.feature.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Usage Data Collector Helios and Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.epp.usagedata.feature.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Usage Data Collector Helios and Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.epp.usagedata.feature.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.epp.usagedata.feature.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.monitor.core' version='1.0.0.201103210128'> | |
<update id='edu.illinois.codingspectator.monitor.core' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='df_LT.Bundle-Vendor' value='University of Illinois'/> | |
<property name='df_LT.Bundle-Name' value='CodingSpectator Core'/> | |
<property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor'/> | |
</properties> | |
<provides size='7'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.monitor.core' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.monitor.core' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.monitor.core' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.monitor.core.authentication' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.monitor.core.submission' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='4'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.tmatesoft.svn_1.3.4.eclipse' range='1.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='2.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='1.0.200'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.monitor.core' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: %Bundle-Vendor
Bundle-ManifestVersion: 2
Bundle-Activator: edu.illinois.codingspectator.monitor.core.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,org.tmatesoft.svn_1.3.4.eclipse;bundle-version="1.0.0",org.eclipse.equinox.p2.core;bundle-version="2.0.0",org.eclipse.equinox.security;bundle-version="1.0.200"
Bundle-Name: %Bundle-Name
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-SymbolicName: edu.illinois.codingspectator.monitor.core;singleton:=true
Bundle-Version: 1.0.0.201103210128
Export-Package: edu.illinois.codingspectator.monitor.core,edu.illinois.codingspectator.monitor.core.authentication,edu.illinois.codingspectator.monitor.core.submission | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.platform.heliosSR1.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L,3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='[3.9.100.201103210128,3.9.100.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L,3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.platform.heliosSR1.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Platform Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for Platform Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR1.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR1.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='CodingSpectator'/> | |
<property name='org.eclipse.equinox.p2.description' value='This feature installs CodingSpectator on Eclipse.'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
CodingSpectator Release License
===============================
 
University of Illinois/NCSA Open Source License
 
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign. All rights
reserved.
 
Developed by:
 
 CodingSpectator Team
 
 University of Illinois
 
 http://codingspectator.cs.illinois.edu/
 
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
 
 * Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimers.
 
 * Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimers in the documentation
 and/or other materials provided with the distribution.
 
 * Neither the names of the CodingSpectator Team, University of Illinois, nor the
 names of its contributors may be used to endorse or promote products derived
 from this Software without specific prior written permission.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
 
Copyrights and Licenses for Third Party Software Distributed with CodingSpectator
=================================================================================
 
The CodingSpectator software depends on third party software. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply to
that code.
 
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the CodingSpectator Distribution, and nothing in any of
the other licenses gives permission to use the names of the CodingSpectator Team
or the University of Illinois to endorse or promote products derived from this
Software.
 
The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions.
 
* CodingSpectator is implemented as an Eclipse plug-in. Eclipse is available at
http://www.eclipse.org/ and is licensed under the Eclipse Public License -
Version 1.0.
 
* CodingSpectator depends on the following projects that are licensed under the
Eclipse Public License - Version 1.0.
 * edu.illinois.codingspectator.jdt.helios.patch
 * edu.illinois.codingspectator.jdt.heliosSR1.patch
 * edu.illinois.codingspectator.jdt.heliosSR2.patch
 * edu.illinois.codingspectator.platform.helios.patch
 * edu.illinois.codingspectator.platform.heliosSR1.patch
 * edu.illinois.codingspectator.platform.heliosSR2.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch
 * edu.illinois.codingtracker.jdt.project.manipulation.feature
 * edu.illinois.codingtracker.jdt.project.manipulation
 
* CodingSpectator depends on a modified version of the following Eclipse plug-ins
all redistributed under the Eclipse Public License - Version 1.0.
 * org.eclipse.ltk.core.refactoring
 * org.eclipse.ltk.ui.refactoring
 * org.eclipse.jdt.core.manipulation
 * org.eclipse.jdt.ui
 * org.eclipse.ui.editors
 * org.eclipse.compare
 * org.eclipse.epp.usagedata.recording
 * org.eclipse.epp.usagedata.gathering
 * org.eclipse.epp.usagedata.ui
 
* CodingSpectator depends on a plug-in that contains the binary form of the
SVNKit library. SVNKit is available at http://www.svnkit.com, and is licensed
under the TMate Open Source License.

* CodingSpectator depends on the JCommander library. JCommander is licensed
under the Apache License - Version 2.0, and is available at
http://jcommander.org/.

* CodingSpectator depends on the SaxonHE library. SaxonHE is licensed under
the Mozilla Public License and is available at http://saxon.sourceforge.net/. | |
</license> | |
</licenses> | |
<copyright> | |
University of Illinois/NCSA Open Source License
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign.
All rights reserved. | |
</copyright> | |
</unit> | |
<unit id='org.eclipse.compare' version='3.9.0.201103210128'> | |
<update id='org.eclipse.compare' range='[0.0.0,3.9.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='df_LT.providerName' value='Eclipse.org'/> | |
<property name='df_LT.pluginName' value='Compare Support'/> | |
<property name='org.eclipse.equinox.p2.name' value='%pluginName'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/> | |
</properties> | |
<provides size='11'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' version='3.9.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.compare' version='3.9.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.compare' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.compare.contentmergeviewer' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.compare.internal' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.compare.internal.merge' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.compare.internal.patch' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.compare.patch' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.compare.structuremergeviewer' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='13'> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.4.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.2.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.2.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.2.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.compare.core' range='[3.5.0,4.0.0)'/> | |
<required namespace='java.package' name='com.ibm.icu.util' range='0.0.0'/> | |
<required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.compare' version='3.9.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Name: %pluginName
Bundle-Version: 3.9.0.201103210128
Import-Package: com.ibm.icu.util,com.ibm.icu.text
Bundle-Activator: org.eclipse.compare.internal.CompareUIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",org.eclipse.jface.text;bundle-version="[3.3.0,4.0.0)",org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)",org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",org.eclipse.ui.editors;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)",org.eclipse.compare.core;bundle-version="[3.5.0,4.0.0)";visibility:=reexport
Export-Package: org.eclipse.compare,org.eclipse.compare.contentmergeviewer,org.eclipse.compare.internal;x-internal:=true,org.eclipse.compare.internal.merge;x-internal:=true,org.eclipse.compare.internal.patch;x-internal:=true,org.eclipse.compare.patch,org.eclipse.compare.structuremergeviewer
Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/eclipse:org.eclipse.compare/plugins/org.eclipse.compare;tag=I20100526-0800
Bundle-SymbolicName: org.eclipse.compare; singleton:=true
Manifest-Version: 1.0
Bundle-ActivationPolicy: lazy
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Localization: plugin | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='org.eclipse.epp.usagedata.ui' version='1.3.0.201103210128'> | |
<update id='org.eclipse.epp.usagedata.ui' range='[0.0.0,1.3.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='df_LT.Bundle-Vendor.0' value='Eclipse Packaging Project'/> | |
<property name='df_LT.Bundle-Name.0' value='Usage Data UI Plug-in'/> | |
<property name='org.eclipse.equinox.p2.name' value='%Bundle-Name.0'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor.0'/> | |
</properties> | |
<provides size='9'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.ui' version='1.3.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.epp.usagedata.ui' version='1.3.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.ui' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.ui.preferences' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.ui.preview' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.ui.uploaders' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.ui.wizards' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='8'> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.epp.usagedata.recording' range='[1.0.0,2.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.epp.usagedata.gathering' range='[1.0.0,2.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.intro' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.intro.universal' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='com.ibm.icu' range='[3.8.1,5.0.0)'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.epp.usagedata.ui' version='1.3.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: %Bundle-Vendor.0
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.epp.usagedata.internal.ui.Activator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",org.eclipse.epp.usagedata.recording;bundle-version="[1.0.0,2.0.0)",org.eclipse.epp.usagedata.gathering;bundle-version="[1.0.0,2.0.0)",org.eclipse.ui.forms;bundle-version="[3.3.0,4.0.0)",org.eclipse.ui.intro,org.eclipse.ui.intro.universal,com.ibm.icu;bundle-version="[3.8.1,5.0.0)"
Bundle-Name: %Bundle-Name.0
Manifest-Version: 1.0
Bundle-SymbolicName: org.eclipse.epp.usagedata.ui;singleton:=true
Bundle-Version: 1.3.0.201103210128
Eclipse-LazyStart: true
Export-Package: org.eclipse.epp.usagedata.internal.ui;x-internal:=true,org.eclipse.epp.usagedata.internal.ui.preferences;x-internal:=true,org.eclipse.epp.usagedata.internal.ui.preview;x-internal:=true,org.eclipse.epp.usagedata.internal.ui.uploaders;x-internal:=true,org.eclipse.epp.usagedata.internal.ui.wizards;x-internal:=true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='org.eclipse.epp.usagedata.gathering' version='1.3.0.201103210128'> | |
<update id='org.eclipse.epp.usagedata.gathering' range='[0.0.0,1.3.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='df_LT.Bundle-Vendor.0' value='Eclipse.org'/> | |
<property name='df_LT.Bundle-Name.0' value='Usage Data Gathering Plug-in'/> | |
<property name='org.eclipse.equinox.p2.name' value='%Bundle-Name.0'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor.0'/> | |
</properties> | |
<provides size='9'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.gathering' version='1.3.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.epp.usagedata.gathering' version='1.3.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.gathering' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.gathering.events' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.gathering.monitors' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.gathering.services' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.epp.usagedata.internal.gathering.settings' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='2'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.3.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.3.0,4.0.0)'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.epp.usagedata.gathering' version='1.3.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: %Bundle-Vendor.0
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.epp.usagedata.internal.gathering.UsageDataCaptureActivator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",org.eclipse.ui;bundle-version="[3.3.0,4.0.0)"
Bundle-Name: %Bundle-Name.0
Manifest-Version: 1.0
Bundle-SymbolicName: org.eclipse.epp.usagedata.gathering;singleton:=true
Bundle-Version: 1.3.0.201103210128
Eclipse-LazyStart: true
Export-Package: org.eclipse.epp.usagedata.internal.gathering;x-friends:="org.eclipse.epp.usagedata.recording,org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.gathering.events;x-friends:="org.eclipse.epp.usagedata.recording,org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.gathering.monitors;x-friends:="org.eclipse.epp.usagedata.recording,org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.gathering.services;x-friends:="org.eclipse.epp.usagedata.recording,org.eclipse.epp.usagedata.ui",org.eclipse.epp.usagedata.internal.gathering.settings;x-friends:="org.eclipse.epp.usagedata.recording,org.eclipse.epp.usagedata.ui" | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingtracker.jdt.project.manipulation.feature.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<update id='edu.illinois.codingtracker.jdt.project.manipulation.feature.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='9'> | |
<property name='org.eclipse.equinox.p2.name' value='%featureName'/> | |
<property name='org.eclipse.equinox.p2.description' value='%description'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
<property name='df_LT.featureName' value='JDT Project Manipulation Feature'/> | |
<property name='df_LT.providerName' value='University of Illinois'/> | |
<property name='df_LT.description' value='This feature packages some auxiliary classes for handling Java projects.'/> | |
<property name='df_LT.copyright' value='Copyright (c) 2000, 2009 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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors:
IBM Corporation - initial API and implementation'/> | |
<property name='df_LT.license' value='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(TM) 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):

- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)

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. 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.
3. 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.

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.'/> | |
</properties> | |
<provides size='2'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.jdt.project.manipulation.feature.feature.group' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='2'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.jdt.project.manipulation' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.jdt.project.manipulation.feature.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license uri='%25licenseURL' url='%25licenseURL'> | |
%license | |
</license> | |
</licenses> | |
<copyright> | |
%copyright | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.platform.helios.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.6.0.v20100602-9gF78GpqFt6trOGhL60z0oEx3fz-JKNwxPY,3.6.0.v20100602-9gF78GpqFt6trOGhL60z0oEx3fz-JKNwxPY]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='[3.9.100.201103210128,3.9.100.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' range='[3.6.0.v20100602-9gF78GpqFt6trOGhL60z0oEx3fz-JKNwxPY,3.6.0.v20100602-9gF78GpqFt6trOGhL60z0oEx3fz-JKNwxPY]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.platform.helios.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Platform Helios'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for Platform Helios'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.helios.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.helios.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.monitor.ui' version='1.0.0.201103210128'> | |
<update id='edu.illinois.codingspectator.monitor.ui' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='df_LT.Bundle-Vendor' value='University of Illinois'/> | |
<property name='df_LT.Bundle-Name' value='CodingSpectator UI'/> | |
<property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor'/> | |
</properties> | |
<provides size='7'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.monitor.ui' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.monitor.ui' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.monitor.ui' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.monitor.ui.prefs' version='0.0.0'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.monitor.ui.submission' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='9'> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.equinox.p2.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.equinox.security' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.tmatesoft.svn_1.3.4.eclipse' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.data' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.monitor.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='3.5.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.monitor.ui' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: %Bundle-Vendor
Bundle-ManifestVersion: 2
Bundle-Activator: edu.illinois.codingspectator.monitor.ui.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.equinox.p2.core,org.eclipse.equinox.security,org.eclipse.ltk.core.refactoring,org.tmatesoft.svn_1.3.4.eclipse,edu.illinois.codingspectator.data,edu.illinois.codingspectator.monitor.core,org.eclipse.ui.forms;bundle-version="3.5.0"
Bundle-Name: %Bundle-Name
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-SymbolicName: edu.illinois.codingspectator.monitor.ui;singleton:=true
Bundle-Version: 1.0.0.201103210128
Export-Package: edu.illinois.codingspectator.monitor.ui,edu.illinois.codingspectator.monitor.ui.prefs,edu.illinois.codingspectator.monitor.ui.submission | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.jdt.helios.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.6.0.v20100526-0800-7z8XFUJFMTfCWGoVuHImpms9H155,3.6.0.v20100526-0800-7z8XFUJFMTfCWGoVuHImpms9H155]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.6.0.v20100526-0800-7z8XFUJFMTfCWGoVuHImpms9H155,3.6.0.v20100526-0800-7z8XFUJFMTfCWGoVuHImpms9H155]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.jdt.helios.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for JDT Helios'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for JDT Helios'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.helios.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.helios.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<update id='edu.illinois.codingspectator.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='org.eclipse.equinox.p2.name' value='CodingSpectator'/> | |
<property name='org.eclipse.equinox.p2.description' value='This feature installs CodingSpectator on Eclipse.'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='11'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.feature.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.helios.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR1.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR2.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.helios.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR1.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.platform.heliosSR2.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]' optional='true'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
CodingSpectator Release License
===============================
 
University of Illinois/NCSA Open Source License
 
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign. All rights
reserved.
 
Developed by:
 
 CodingSpectator Team
 
 University of Illinois
 
 http://codingspectator.cs.illinois.edu/
 
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
 
 * Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimers.
 
 * Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimers in the documentation
 and/or other materials provided with the distribution.
 
 * Neither the names of the CodingSpectator Team, University of Illinois, nor the
 names of its contributors may be used to endorse or promote products derived
 from this Software without specific prior written permission.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
 
Copyrights and Licenses for Third Party Software Distributed with CodingSpectator
=================================================================================
 
The CodingSpectator software depends on third party software. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply to
that code.
 
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the CodingSpectator Distribution, and nothing in any of
the other licenses gives permission to use the names of the CodingSpectator Team
or the University of Illinois to endorse or promote products derived from this
Software.
 
The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions.
 
* CodingSpectator is implemented as an Eclipse plug-in. Eclipse is available at
http://www.eclipse.org/ and is licensed under the Eclipse Public License -
Version 1.0.
 
* CodingSpectator depends on the following projects that are licensed under the
Eclipse Public License - Version 1.0.
 * edu.illinois.codingspectator.jdt.helios.patch
 * edu.illinois.codingspectator.jdt.heliosSR1.patch
 * edu.illinois.codingspectator.jdt.heliosSR2.patch
 * edu.illinois.codingspectator.platform.helios.patch
 * edu.illinois.codingspectator.platform.heliosSR1.patch
 * edu.illinois.codingspectator.platform.heliosSR2.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch
 * edu.illinois.codingtracker.jdt.project.manipulation.feature
 * edu.illinois.codingtracker.jdt.project.manipulation
 
* CodingSpectator depends on a modified version of the following Eclipse plug-ins
all redistributed under the Eclipse Public License - Version 1.0.
 * org.eclipse.ltk.core.refactoring
 * org.eclipse.ltk.ui.refactoring
 * org.eclipse.jdt.core.manipulation
 * org.eclipse.jdt.ui
 * org.eclipse.ui.editors
 * org.eclipse.compare
 * org.eclipse.epp.usagedata.recording
 * org.eclipse.epp.usagedata.gathering
 * org.eclipse.epp.usagedata.ui
 
* CodingSpectator depends on a plug-in that contains the binary form of the
SVNKit library. SVNKit is available at http://www.svnkit.com, and is licensed
under the TMate Open Source License.

* CodingSpectator depends on the JCommander library. JCommander is licensed
under the Apache License - Version 2.0, and is available at
http://jcommander.org/.

* CodingSpectator depends on the SaxonHE library. SaxonHE is licensed under
the Mozilla Public License and is available at http://saxon.sourceforge.net/. | |
</license> | |
</licenses> | |
<copyright> | |
University of Illinois/NCSA Open Source License
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign.
All rights reserved. | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingtracker.feature.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='CodingTracker Feature'/> | |
<property name='org.eclipse.equinox.p2.description' value='CodingTracker collects data about the evolution of source files.'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.feature.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingtracker.feature' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingtracker.feature' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
CodingSpectator Release License
===============================
 
University of Illinois/NCSA Open Source License
 
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign. All rights
reserved.
 
Developed by:
 
 CodingSpectator Team
 
 University of Illinois
 
 http://codingspectator.cs.illinois.edu/
 
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
 
 * Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimers.
 
 * Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimers in the documentation
 and/or other materials provided with the distribution.
 
 * Neither the names of the CodingSpectator Team, University of Illinois, nor the
 names of its contributors may be used to endorse or promote products derived
 from this Software without specific prior written permission.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
 
Copyrights and Licenses for Third Party Software Distributed with CodingSpectator
=================================================================================
 
The CodingSpectator software depends on third party software. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply to
that code.
 
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the CodingSpectator Distribution, and nothing in any of
the other licenses gives permission to use the names of the CodingSpectator Team
or the University of Illinois to endorse or promote products derived from this
Software.
 
The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions.
 
* CodingSpectator is implemented as an Eclipse plug-in. Eclipse is available at
http://www.eclipse.org/ and is licensed under the Eclipse Public License -
Version 1.0.
 
* CodingSpectator depends on the following projects that are licensed under the
Eclipse Public License - Version 1.0.
 * edu.illinois.codingspectator.jdt.helios.patch
 * edu.illinois.codingspectator.jdt.heliosSR1.patch
 * edu.illinois.codingspectator.jdt.heliosSR2.patch
 * edu.illinois.codingspectator.platform.helios.patch
 * edu.illinois.codingspectator.platform.heliosSR1.patch
 * edu.illinois.codingspectator.platform.heliosSR2.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch
 * edu.illinois.codingtracker.jdt.project.manipulation.feature
 * edu.illinois.codingtracker.jdt.project.manipulation
 
* CodingSpectator depends on a modified version of the following Eclipse plug-ins
all redistributed under the Eclipse Public License - Version 1.0.
 * org.eclipse.ltk.core.refactoring
 * org.eclipse.ltk.ui.refactoring
 * org.eclipse.jdt.core.manipulation
 * org.eclipse.jdt.ui
 * org.eclipse.ui.editors
 * org.eclipse.compare
 * org.eclipse.epp.usagedata.recording
 * org.eclipse.epp.usagedata.gathering
 * org.eclipse.epp.usagedata.ui
 
* CodingSpectator depends on a plug-in that contains the binary form of the
SVNKit library. SVNKit is available at http://www.svnkit.com, and is licensed
under the TMate Open Source License.

* CodingSpectator depends on the JCommander library. JCommander is licensed
under the Apache License - Version 2.0, and is available at
http://jcommander.org/.

* CodingSpectator depends on the SaxonHE library. SaxonHE is licensed under
the Mozilla Public License and is available at http://saxon.sourceforge.net/. | |
</license> | |
</licenses> | |
<copyright> | |
University of Illinois/NCSA Open Source License
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign.
All rights reserved. | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.codingtracker.helpers' version='1.0.0.201103210128' singleton='false'> | |
<update id='edu.illinois.codingspectator.codingtracker.helpers' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='edu.illinois.codingspectator.codingtracker.helpers'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='4'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.codingtracker.helpers' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.codingtracker.helpers' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.codingtracker.helpers' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<requires size='11'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.compare' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.team.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jface.text' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingtracker.jdt.project.manipulation' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.codingtracker.helpers' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-ManifestVersion: 2
Bundle-Name: edu.illinois.codingspectator.codingtracker.helpers
Bundle-Version: 1.0.0.201103210128
Require-Bundle: org.eclipse.core.resources;visibility:=reexport,org.eclipse.ui;visibility:=reexport,org.eclipse.core.runtime;visibility:=reexport,org.eclipse.ltk.core.refactoring;visibility:=reexport,org.eclipse.compare;visibility:=reexport,org.eclipse.team.ui;visibility:=reexport,org.eclipse.ui.editors;visibility:=reexport,org.eclipse.jface.text;visibility:=reexport,org.eclipse.ui.ide;visibility:=reexport,edu.illinois.codingtracker.jdt.project.manipulation,org.eclipse.jdt.core
Export-Package: edu.illinois.codingspectator.codingtracker.helpers
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: edu.illinois.codingspectator.codingtracker.helpers
Manifest-Version: 1.0
Bundle-Vendor: University of Illinois | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.feature.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='CodingSpectator Feature'/> | |
<property name='org.eclipse.equinox.p2.description' value='CodingSpectator collects the user's interactions with Eclipse, and submits the collected data to a server.'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.feature' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.feature' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
CodingSpectator Release License
===============================
 
University of Illinois/NCSA Open Source License
 
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign. All rights
reserved.
 
Developed by:
 
 CodingSpectator Team
 
 University of Illinois
 
 http://codingspectator.cs.illinois.edu/
 
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
 
 * Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimers.
 
 * Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimers in the documentation
 and/or other materials provided with the distribution.
 
 * Neither the names of the CodingSpectator Team, University of Illinois, nor the
 names of its contributors may be used to endorse or promote products derived
 from this Software without specific prior written permission.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
 
Copyrights and Licenses for Third Party Software Distributed with CodingSpectator
=================================================================================
 
The CodingSpectator software depends on third party software. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply to
that code.
 
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the CodingSpectator Distribution, and nothing in any of
the other licenses gives permission to use the names of the CodingSpectator Team
or the University of Illinois to endorse or promote products derived from this
Software.
 
The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions.
 
* CodingSpectator is implemented as an Eclipse plug-in. Eclipse is available at
http://www.eclipse.org/ and is licensed under the Eclipse Public License -
Version 1.0.
 
* CodingSpectator depends on the following projects that are licensed under the
Eclipse Public License - Version 1.0.
 * edu.illinois.codingspectator.jdt.helios.patch
 * edu.illinois.codingspectator.jdt.heliosSR1.patch
 * edu.illinois.codingspectator.jdt.heliosSR2.patch
 * edu.illinois.codingspectator.platform.helios.patch
 * edu.illinois.codingspectator.platform.heliosSR1.patch
 * edu.illinois.codingspectator.platform.heliosSR2.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch
 * edu.illinois.codingtracker.jdt.project.manipulation.feature
 * edu.illinois.codingtracker.jdt.project.manipulation
 
* CodingSpectator depends on a modified version of the following Eclipse plug-ins
all redistributed under the Eclipse Public License - Version 1.0.
 * org.eclipse.ltk.core.refactoring
 * org.eclipse.ltk.ui.refactoring
 * org.eclipse.jdt.core.manipulation
 * org.eclipse.jdt.ui
 * org.eclipse.ui.editors
 * org.eclipse.compare
 * org.eclipse.epp.usagedata.recording
 * org.eclipse.epp.usagedata.gathering
 * org.eclipse.epp.usagedata.ui
 
* CodingSpectator depends on a plug-in that contains the binary form of the
SVNKit library. SVNKit is available at http://www.svnkit.com, and is licensed
under the TMate Open Source License.

* CodingSpectator depends on the JCommander library. JCommander is licensed
under the Apache License - Version 2.0, and is available at
http://jcommander.org/.

* CodingSpectator depends on the SaxonHE library. SaxonHE is licensed under
the Mozilla Public License and is available at http://saxon.sourceforge.net/. | |
</license> | |
</licenses> | |
<copyright> | |
University of Illinois/NCSA Open Source License
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign.
All rights reserved. | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.jdt.heliosSR2.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F,3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' range='[3.9.0.201103210128,3.9.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core.manipulation' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.feature.group' range='[3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F,3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.jdt.heliosSR2.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for JDT Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for JDT Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR2.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR2.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingtracker.feature.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<update id='edu.illinois.codingtracker.feature.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='org.eclipse.equinox.p2.name' value='CodingTracker Feature'/> | |
<property name='org.eclipse.equinox.p2.description' value='CodingTracker collects data about the evolution of source files.'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.feature.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='9'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.jdt.project.manipulation.feature.feature.group' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.codingtracker.helpers' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.codingtracker.operations' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.codingtracker.recording' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.data' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.saferecorder' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.jdt.project.manipulation' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingtracker.feature.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
CodingSpectator Release License
===============================
 
University of Illinois/NCSA Open Source License
 
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign. All rights
reserved.
 
Developed by:
 
 CodingSpectator Team
 
 University of Illinois
 
 http://codingspectator.cs.illinois.edu/
 
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
 
 * Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimers.
 
 * Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimers in the documentation
 and/or other materials provided with the distribution.
 
 * Neither the names of the CodingSpectator Team, University of Illinois, nor the
 names of its contributors may be used to endorse or promote products derived
 from this Software without specific prior written permission.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
 
Copyrights and Licenses for Third Party Software Distributed with CodingSpectator
=================================================================================
 
The CodingSpectator software depends on third party software. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply to
that code.
 
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the CodingSpectator Distribution, and nothing in any of
the other licenses gives permission to use the names of the CodingSpectator Team
or the University of Illinois to endorse or promote products derived from this
Software.
 
The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions.
 
* CodingSpectator is implemented as an Eclipse plug-in. Eclipse is available at
http://www.eclipse.org/ and is licensed under the Eclipse Public License -
Version 1.0.
 
* CodingSpectator depends on the following projects that are licensed under the
Eclipse Public License - Version 1.0.
 * edu.illinois.codingspectator.jdt.helios.patch
 * edu.illinois.codingspectator.jdt.heliosSR1.patch
 * edu.illinois.codingspectator.jdt.heliosSR2.patch
 * edu.illinois.codingspectator.platform.helios.patch
 * edu.illinois.codingspectator.platform.heliosSR1.patch
 * edu.illinois.codingspectator.platform.heliosSR2.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch
 * edu.illinois.codingtracker.jdt.project.manipulation.feature
 * edu.illinois.codingtracker.jdt.project.manipulation
 
* CodingSpectator depends on a modified version of the following Eclipse plug-ins
all redistributed under the Eclipse Public License - Version 1.0.
 * org.eclipse.ltk.core.refactoring
 * org.eclipse.ltk.ui.refactoring
 * org.eclipse.jdt.core.manipulation
 * org.eclipse.jdt.ui
 * org.eclipse.ui.editors
 * org.eclipse.compare
 * org.eclipse.epp.usagedata.recording
 * org.eclipse.epp.usagedata.gathering
 * org.eclipse.epp.usagedata.ui
 
* CodingSpectator depends on a plug-in that contains the binary form of the
SVNKit library. SVNKit is available at http://www.svnkit.com, and is licensed
under the TMate Open Source License.

* CodingSpectator depends on the JCommander library. JCommander is licensed
under the Apache License - Version 2.0, and is available at
http://jcommander.org/.

* CodingSpectator depends on the SaxonHE library. SaxonHE is licensed under
the Mozilla Public License and is available at http://saxon.sourceforge.net/. | |
</license> | |
</licenses> | |
<copyright> | |
University of Illinois/NCSA Open Source License
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign.
All rights reserved. | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.jdt.heliosSR1.patch.feature.jar' version='1.0.0.201103210128'> | |
<properties size='3'> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for JDT Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.description' value='Patch for JDT Helios SR1'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.jdt.heliosSR1.patch.feature.jar' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
<provided namespace='org.eclipse.update.feature' name='edu.illinois.codingspectator.jdt.heliosSR1.patch' version='1.0.0.201103210128'/> | |
</provides> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
<artifacts size='1'> | |
<artifact classifier='org.eclipse.update.feature' id='edu.illinois.codingspectator.jdt.heliosSR1.patch' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='zipped'> | |
true | |
</instruction> | |
</instructions> | |
</touchpointData> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.feature.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<update id='edu.illinois.codingspectator.feature.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='org.eclipse.equinox.p2.name' value='CodingSpectator Feature'/> | |
<property name='org.eclipse.equinox.p2.description' value='CodingSpectator collects the user's interactions with Eclipse, and submits the collected data to a server.'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='8'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.tmatesoft.svn_1.3.4.eclipse' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.saferecorder' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.errorlog' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.monitor.core' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.monitor.ui' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.data' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.eclipserefactorings.capturing' range='[1.0.0.201103210128,1.0.0.201103210128]'/> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.feature.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
CodingSpectator Release License
===============================
 
University of Illinois/NCSA Open Source License
 
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign. All rights
reserved.
 
Developed by:
 
 CodingSpectator Team
 
 University of Illinois
 
 http://codingspectator.cs.illinois.edu/
 
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
 
 * Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimers.
 
 * Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimers in the documentation
 and/or other materials provided with the distribution.
 
 * Neither the names of the CodingSpectator Team, University of Illinois, nor the
 names of its contributors may be used to endorse or promote products derived
 from this Software without specific prior written permission.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
 
Copyrights and Licenses for Third Party Software Distributed with CodingSpectator
=================================================================================
 
The CodingSpectator software depends on third party software. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply to
that code.
 
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the CodingSpectator Distribution, and nothing in any of
the other licenses gives permission to use the names of the CodingSpectator Team
or the University of Illinois to endorse or promote products derived from this
Software.
 
The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions.
 
* CodingSpectator is implemented as an Eclipse plug-in. Eclipse is available at
http://www.eclipse.org/ and is licensed under the Eclipse Public License -
Version 1.0.
 
* CodingSpectator depends on the following projects that are licensed under the
Eclipse Public License - Version 1.0.
 * edu.illinois.codingspectator.jdt.helios.patch
 * edu.illinois.codingspectator.jdt.heliosSR1.patch
 * edu.illinois.codingspectator.jdt.heliosSR2.patch
 * edu.illinois.codingspectator.platform.helios.patch
 * edu.illinois.codingspectator.platform.heliosSR1.patch
 * edu.illinois.codingspectator.platform.heliosSR2.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.patch
 * edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch
 * edu.illinois.codingtracker.jdt.project.manipulation.feature
 * edu.illinois.codingtracker.jdt.project.manipulation
 
* CodingSpectator depends on a modified version of the following Eclipse plug-ins
all redistributed under the Eclipse Public License - Version 1.0.
 * org.eclipse.ltk.core.refactoring
 * org.eclipse.ltk.ui.refactoring
 * org.eclipse.jdt.core.manipulation
 * org.eclipse.jdt.ui
 * org.eclipse.ui.editors
 * org.eclipse.compare
 * org.eclipse.epp.usagedata.recording
 * org.eclipse.epp.usagedata.gathering
 * org.eclipse.epp.usagedata.ui
 
* CodingSpectator depends on a plug-in that contains the binary form of the
SVNKit library. SVNKit is available at http://www.svnkit.com, and is licensed
under the TMate Open Source License.

* CodingSpectator depends on the JCommander library. JCommander is licensed
under the Apache License - Version 2.0, and is available at
http://jcommander.org/.

* CodingSpectator depends on the SaxonHE library. SaxonHE is licensed under
the Mozilla Public License and is available at http://saxon.sourceforge.net/. | |
</license> | |
</licenses> | |
<copyright> | |
University of Illinois/NCSA Open Source License
Copyright (c) 2008-2011 University of Illinois at Urbana-Champaign.
All rights reserved. | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.saferecorder' version='1.0.0.201103210128'> | |
<update id='edu.illinois.codingspectator.saferecorder' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='edu.illinois.codingspectator.saferecorder'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='4'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.saferecorder' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.saferecorder' version='1.0.0.201103210128'/> | |
<provided namespace='java.package' name='edu.illinois.codingspectator.saferecorder' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<requires size='4'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.codingtracker.helpers' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.monitor.core' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.data' range='1.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.saferecorder' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: University of Illinois
Bundle-ManifestVersion: 2
Bundle-Activator: edu.illinois.codingspectator.saferecorder.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,edu.illinois.codingspectator.codingtracker.helpers,edu.illinois.codingspectator.monitor.core,edu.illinois.codingspectator.data;bundle-version="1.0.0"
Bundle-Name: edu.illinois.codingspectator.saferecorder
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-SymbolicName: edu.illinois.codingspectator.saferecorder;singleton:=true
Bundle-Version: 1.0.0.201103210128
Export-Package: edu.illinois.codingspectator.saferecorder | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='org.eclipse.ui.editors' version='3.9.0.201103210128'> | |
<update id='org.eclipse.ui.editors' range='[0.0.0,3.9.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='df_LT.providerName' value='Eclipse.org'/> | |
<property name='df_LT.pluginName' value='Default Text Editor'/> | |
<property name='org.eclipse.equinox.p2.name' value='%pluginName'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/> | |
</properties> | |
<provides size='10'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' version='3.9.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.ui.editors' version='3.9.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.ui.editors.text' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ui.editors.text.templates' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ui.internal.editors.quickdiff' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ui.internal.editors.text' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ui.internal.texteditor' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.ui.texteditor' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='9'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.6.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filebuffers' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/> | |
<required namespace='java.package' name='com.ibm.icu.text' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.ui.editors' version='3.9.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin
Manifest-Version: 1.0
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true
Import-Package: com.ibm.icu.text
Bundle-ManifestVersion: 2
Bundle-Version: 3.9.0.201103210128
Bundle-Localization: plugin
Export-Package: org.eclipse.ui.editors.text,org.eclipse.ui.editors.text.templates,org.eclipse.ui.internal.editors.quickdiff;x-internal:=true,org.eclipse.ui.internal.editors.text;x-internal:=true,org.eclipse.ui.internal.texteditor;x-internal:=true,org.eclipse.ui.texteditor
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.workbench.texteditor;bundle-version="[3.6.0,4.0.0)",org.eclipse.core.filebuffers;visibility:=reexport;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)" | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='org.eclipse.jdt.ui' version='3.9.0.201103210128'> | |
<update id='org.eclipse.jdt.ui' range='[0.0.0,3.9.0.201103210128)' severity='0'/> | |
<properties size='5'> | |
<property name='df_LT.providerName' value='Eclipse.org'/> | |
<property name='df_LT.pluginName' value='Java Development Tools UI'/> | |
<property name='org.eclipse.equinox.p2.name' value='%pluginName'/> | |
<property name='org.eclipse.equinox.p2.provider' value='%providerName'/> | |
<property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/> | |
</properties> | |
<provides size='110'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.ui' version='3.9.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='org.eclipse.jdt.ui' version='3.9.0.201103210128'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.buildpath' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.callhierarchy' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.codemanipulation' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.codemanipulation.tostringgeneration' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.dom' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.dom.fragments' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.fix' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.javadoc' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.base' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.binary' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.changes' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.code' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.code.flow' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.codingspectator' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.delegates' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.generics' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.nls' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.nls.changes' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.participants' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.rename' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.reorg' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.scripting' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.scripting.codingspectator' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.sef' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.structure' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.structure.constraints' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.surround' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.tagging' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints.typesets' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.typeconstraints2' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.refactoring.util' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.template.java' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.corext.util' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.actions' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.browsing' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.callhierarchy' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.commands' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.compare' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.dialogs' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.dnd' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.filters' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.fix' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.infoviews' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.jarimport' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.jarpackager' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.jarpackagerfat' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javadocexport' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor.breadcrumb' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor.saveparticipant' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.javaeditor.selectionactions' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.model' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.navigator' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.packageview' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.preferences' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.preferences.cleanup' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.preferences.formatter' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.propertiesfileeditor' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.actions' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.binary' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.code' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.contentassist' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.nls' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.nls.search' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.reorg' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.refactoring.sef' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.search' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.startup' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.correction' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.correction.proposals' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.folding' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.java' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.java.hover' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.javadoc' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.spelling' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.spelling.engine' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.template.contentassist' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.text.template.preferences' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.typehierarchy' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.util' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.viewsupport' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards.buildpaths' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.wizards.dialogfields' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.internal.ui.workingsets' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.actions' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.actions.codingspectator' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.cleanup' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.dialogs' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.jarpackager' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.refactoring' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.search' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.text' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.text.folding' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.text.java' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.text.java.hover' version='0.0.0'/> | |
<provided namespace='java.package' name='org.eclipse.jdt.ui.wizards' version='0.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/> | |
</provides> | |
<requires size='28'> | |
<required namespace='osgi.bundle' name='org.eclipse.help' range='[3.4.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.expressions' range='[3.4.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='[1.2.0,2.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.resources' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.variables' range='[3.2.200,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='[3.6.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.search' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.debug.core' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.compare' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.team.ui' range='[3.4.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.team.core' range='[3.4.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jface.text' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.console' range='[3.4.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.workbench.texteditor' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.views' range='[3.3.100,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.editors' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.6.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='[3.5.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.forms' range='[3.4.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.navigator' range='[3.3.200,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui.navigator.resources' range='[3.4.0,4.0.0)'/> | |
<required namespace='osgi.bundle' name='org.eclipse.jdt.core.manipulation' range='[1.3.0,2.0.0)'/> | |
<required namespace='osgi.bundle' name='com.ibm.icu' range='3.4.4'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='org.eclipse.jdt.ui' version='3.9.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-ManifestVersion: 2
Export-Package: org.eclipse.jdt.internal.corext;x-friends:="org.eclipse.jdt.junit",org.eclipse.jdt.internal.corext.buildpath;x-internal:=true,org.eclipse.jdt.internal.corext.callhierarchy;x-internal:=true,org.eclipse.jdt.internal.corext.codemanipulation;x-friends:="org.eclipse.jdt.junit",org.eclipse.jdt.internal.corext.codemanipulation.tostringgeneration;x-internal:=true,org.eclipse.jdt.internal.corext.dom;x-internal:=true,org.eclipse.jdt.internal.corext.dom.fragments;x-internal:=true,org.eclipse.jdt.internal.corext.fix;x-internal:=true,org.eclipse.jdt.internal.corext.javadoc;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.base;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.binary;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.changes;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.code;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.code.flow;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.codingspectator;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.delegates;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.generics;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.nls;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.nls.changes;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.participants;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.rename;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.reorg;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.scripting;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.scripting.codingspectator;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.sef;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.structure;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.structure.constraints;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.surround;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.tagging;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints.typesets;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.typeconstraints2;x-internal:=true,org.eclipse.jdt.internal.corext.refactoring.util;x-internal:=true,org.eclipse.jdt.internal.corext.template.java;x-internal:=true,org.eclipse.jdt.internal.corext.util;x-friends:="org.eclipse.jdt.junit",org.eclipse.jdt.internal.ui;x-friends:="org.eclipse.jdt.junit,org.eclipse.jdt.apt.ui",org.eclipse.jdt.internal.ui.actions;x-friends:="org.eclipse.jdt.junit",org.eclipse.jdt.internal.ui.browsing;x-internal:=true,org.eclipse.jdt.internal.ui.callhierarchy;x-internal:=true,org.eclipse.jdt.internal.ui.commands;x-internal:=true,org.eclipse.jdt.internal.ui.compare;x-internal:=true,org.eclipse.jdt.internal.ui.dialogs;x-friends:="org.eclipse.jdt.apt.ui",org.eclipse.jdt.internal.ui.dnd;x-internal:=true,org.eclipse.jdt.internal.ui.filters;x-internal:=true,org.eclipse.jdt.internal.ui.fix;x-internal:=true,org.eclipse.jdt.internal.ui.infoviews;x-internal:=true,org.eclipse.jdt.internal.ui.jarimport;x-internal:=true,org.eclipse.jdt.internal.ui.jarpackager;x-internal:=true,org.eclipse.jdt.internal.ui.jarpackagerfat;x-internal:=true,org.eclipse.jdt.internal.ui.javadocexport;x-internal:=true,org.eclipse.jdt.internal.ui.javaeditor;x-friends:="org.eclipse.jdt.junit",org.eclipse.jdt.internal.ui.javaeditor.breadcrumb;x-internal:=true,org.eclipse.jdt.internal.ui.javaeditor.saveparticipant;x-internal:=true,org.eclipse.jdt.internal.ui.javaeditor.selectionactions;x-internal:=true,org.eclipse.jdt.internal.ui.model;x-internal:=true,org.eclipse.jdt.internal.ui.navigator;x-internal:=true,org.eclipse.jdt.internal.ui.packageview;x-internal:=true,org.eclipse.jdt.internal.ui.preferences;x-friends:="org.eclipse.jdt.apt.ui",org.eclipse.jdt.internal.ui.preferences.cleanup;x-internal:=true,org.eclipse.jdt.internal.ui.preferences.formatter;x-internal:=true,org.eclipse.jdt.internal.ui.propertiesfileeditor;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.actions;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.binary;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.code;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.contentassist;x-friends:="org.eclipse.jdt.junit",org.eclipse.jdt.internal.ui.refactoring.nls;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.nls.search;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.reorg;x-internal:=true,org.eclipse.jdt.internal.ui.refactoring.sef;x-internal:=true,org.eclipse.jdt.internal.ui.search;x-internal:=true,org.eclipse.jdt.internal.ui.startup,org.eclipse.jdt.internal.ui.text;x-internal:=true,org.eclipse.jdt.internal.ui.text.correction;x-internal:=true,org.eclipse.jdt.internal.ui.text.correction.proposals;x-internal:=true,org.eclipse.jdt.internal.ui.text.folding;x-internal:=true,org.eclipse.jdt.internal.ui.text.java;x-internal:=true,org.eclipse.jdt.internal.ui.text.java.hover;x-internal:=true,org.eclipse.jdt.internal.ui.text.javadoc;x-internal:=true,org.eclipse.jdt.internal.ui.text.spelling;x-internal:=true,org.eclipse.jdt.internal.ui.text.spelling.engine;x-internal:=true,org.eclipse.jdt.internal.ui.text.template.contentassist;x-internal:=true,org.eclipse.jdt.internal.ui.text.template.preferences;x-internal:=true,org.eclipse.jdt.internal.ui.typehierarchy;x-internal:=true,org.eclipse.jdt.internal.ui.util;x-friends:="org.eclipse.jdt.junit,org.eclipse.jdt.apt.ui",org.eclipse.jdt.internal.ui.viewsupport;x-friends:="org.eclipse.jdt.junit",org.eclipse.jdt.internal.ui.wizards;x-friends:="org.eclipse.jdt.junit,org.eclipse.jdt.apt.ui",org.eclipse.jdt.internal.ui.wizards.buildpaths;x-internal:=true,org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage;x-internal:=true,org.eclipse.jdt.internal.ui.wizards.dialogfields;x-friends:="org.eclipse.jdt.apt.ui",org.eclipse.jdt.internal.ui.workingsets;x-internal:=true,org.eclipse.jdt.ui,org.eclipse.jdt.ui.actions,org.eclipse.jdt.ui.actions.codingspectator,org.eclipse.jdt.ui.cleanup,org.eclipse.jdt.ui.dialogs,org.eclipse.jdt.ui.jarpackager,org.eclipse.jdt.ui.refactoring,org.eclipse.jdt.ui.search,org.eclipse.jdt.ui.text,org.eclipse.jdt.ui.text.folding,org.eclipse.jdt.ui.text.java,org.eclipse.jdt.ui.text.java.hover,org.eclipse.jdt.ui.wizards
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.4.0,4.0.0)",org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.variables;bundle-version="[3.2.200,4.0.0)",org.eclipse.jdt.core;bundle-version="[3.6.0,4.0.0)",org.eclipse.search;bundle-version="[3.5.0,4.0.0)",org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",org.eclipse.debug.ui;bundle-version="[3.5.0,4.0.0)",org.eclipse.jdt.launching;bundle-version="[3.5.0,4.0.0)",org.eclipse.compare;bundle-version="[3.5.0,4.0.0)",org.eclipse.team.ui;bundle-version="[3.4.100,4.0.0)",org.eclipse.team.core;bundle-version="[3.4.100,4.0.0)",org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.console;bundle-version="[3.4.0,4.0.0)",org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.views;bundle-version="[3.3.100,4.0.0)",org.eclipse.ui.editors;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",org.eclipse.ltk.ui.refactoring;bundle-version="[3.5.0,4.0.0)",org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",org.eclipse.ui.navigator;bundle-version="[3.3.200,4.0.0)",org.eclipse.ui.navigator.resources;bundle-version="[3.4.0,4.0.0)",org.eclipse.jdt.core.manipulation;bundle-version="[1.3.0,2.0.0)",com.ibm.icu;bundle-version="3.4.4"
Bundle-Activator: org.eclipse.jdt.internal.ui.JavaPlugin
Bundle-Name: %pluginName
Bundle-Version: 3.9.0.201103210128
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jdt.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0 | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch.feature.group' version='1.0.0.201103210128' singleton='false'> | |
<patchScope> | |
<scope> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.feature.feature.group' range='[1.3.1.R201102081640,1.3.1.R201102081640]'/> | |
</requires> | |
</scope> | |
</patchScope> | |
<changes> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.gathering' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.gathering' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.recording' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.recording' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
<change> | |
<from> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.ui' range='0.0.0'/> | |
</from> | |
<to> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.ui' range='[1.3.0.201103210128,1.3.0.201103210128]'/> | |
</to> | |
</change> | |
</changes> | |
<lifeCycle> | |
<required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.epp.usagedata.feature.feature.group' range='[1.3.1.R201102081640,1.3.1.R201102081640]' greedy='false'/> | |
</lifeCycle> | |
<update id='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch.feature.group' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='4'> | |
<property name='org.eclipse.equinox.p2.type.patch' value='true'/> | |
<property name='org.eclipse.equinox.p2.name' value='Patch for Usage Data Collector Helios SR2'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
<property name='org.eclipse.equinox.p2.type.group' value='true'/> | |
</properties> | |
<provides size='1'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch.feature.group' version='1.0.0.201103210128'/> | |
</provides> | |
<requires size='1'> | |
<required namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.epp.usagedata.feature.heliosSR2.patch.feature.jar' range='[1.0.0.201103210128,1.0.0.201103210128]'> | |
<filter> | |
(org.eclipse.update.install.features=true) | |
</filter> | |
</required> | |
</requires> | |
<touchpoint id='null' version='0.0.0'/> | |
<licenses size='1'> | |
<license> | |
Eclipse Public License - v 1.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and

b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. | |
</license> | |
</licenses> | |
<copyright> | |
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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html | |
</copyright> | |
</unit> | |
<unit id='edu.illinois.codingspectator.eclipserefactorings.capturing' version='1.0.0.201103210128'> | |
<update id='edu.illinois.codingspectator.eclipserefactorings.capturing' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='edu.illinois.codingspectator.eclipserefactorings.capturing'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.eclipserefactorings.capturing' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.eclipserefactorings.capturing' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<requires size='5'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.core.filesystem' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.core.refactoring' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.data' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.monitor.core' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.eclipserefactorings.capturing' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,org.eclipse.core.filesystem,org.eclipse.ltk.core.refactoring,edu.illinois.codingspectator.data,edu.illinois.codingspectator.monitor.core
Bundle-Activator: edu.illinois.codingspectator.eclipserefactorings.capturing.Activator
Manifest-Version: 1.0
Bundle-Version: 1.0.0.201103210128
Bundle-SymbolicName: edu.illinois.codingspectator.eclipserefactorings.capturing;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Name: edu.illinois.codingspectator.eclipserefactorings.capturing
Bundle-Vendor: University of Illinois | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
<unit id='edu.illinois.codingspectator.errorlog' version='1.0.0.201103210128'> | |
<update id='edu.illinois.codingspectator.errorlog' range='[0.0.0,1.0.0.201103210128)' severity='0'/> | |
<properties size='2'> | |
<property name='org.eclipse.equinox.p2.name' value='edu.illinois.codingspectator.errorlog'/> | |
<property name='org.eclipse.equinox.p2.provider' value='University of Illinois'/> | |
</properties> | |
<provides size='3'> | |
<provided namespace='org.eclipse.equinox.p2.iu' name='edu.illinois.codingspectator.errorlog' version='1.0.0.201103210128'/> | |
<provided namespace='osgi.bundle' name='edu.illinois.codingspectator.errorlog' version='1.0.0.201103210128'/> | |
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/> | |
</provides> | |
<requires size='5'> | |
<required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/> | |
<required namespace='osgi.bundle' name='org.eclipse.ltk.ui.refactoring' range='3.9.0'/> | |
<required namespace='osgi.bundle' name='edu.illinois.codingspectator.saferecorder' range='0.0.0'/> | |
<required namespace='java.package' name='org.eclipse.core.resources' range='0.0.0'/> | |
</requires> | |
<artifacts size='1'> | |
<artifact classifier='osgi.bundle' id='edu.illinois.codingspectator.errorlog' version='1.0.0.201103210128'/> | |
</artifacts> | |
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
<touchpointData size='1'> | |
<instructions size='1'> | |
<instruction key='manifest'> | |
Bundle-Vendor: University of Illinois
Bundle-ManifestVersion: 2
Bundle-Activator: edu.illinois.codingspectator.errorlog.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,org.eclipse.ui,org.eclipse.ltk.ui.refactoring;bundle-version="3.9.0",edu.illinois.codingspectator.saferecorder
Import-Package: org.eclipse.core.resources
Bundle-Name: edu.illinois.codingspectator.errorlog
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-SymbolicName: edu.illinois.codingspectator.errorlog;singleton:=true
Bundle-Version: 1.0.0.201103210128 | |
</instruction> | |
</instructions> | |
</touchpointData> | |
</unit> | |
</units> | |
</repository> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict" version="1.0"> | |
<xsl:output method="xml" indent="yes" encoding="UTF-8"/> | |
<xsl:template match="@range[../@name='org.eclipse.platform.feature.group']"> | |
<xsl:attribute name="range">[3.6.0,4.0.0)</xsl:attribute> | |
</xsl:template> | |
<xsl:template match="@range[../@name='org.eclipse.epp.usagedata.feature.feature.group']"> | |
<xsl:attribute name="range">[1.3.0,2.0.0)</xsl:attribute> | |
</xsl:template> | |
<xsl:template match="@range[../@name='org.eclipse.jdt.feature.group']"> | |
<xsl:attribute name="range">[3.6.0,4.0.0)</xsl:attribute> | |
</xsl:template> | |
<!-- Whenever you match any node or any attribute --> | |
<xsl:template match="node()|@*"> | |
<!-- Copy the current node --> | |
<xsl:copy> | |
<!-- Including any attributes it has and any child nodes --> | |
<xsl:apply-templates select="@*|node()"/> | |
</xsl:copy> | |
</xsl:template> | |
</xsl:stylesheet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment