From 6d3f0ed96dbc91268fcf90cb27466d2e99301746 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 3 Sep 2020 11:53:59 +0800 Subject: [PATCH] pacakge init --- eclipse-m2e-workspace.spec | 54 ++++ eclipse-m2e-workspace.yaml | 4 + epl-v10.html | 261 ++++++++++++++++++ ...e.m2e.workspace-m2e-workspace-0.4.0.tar.gz | Bin 0 -> 11326 bytes takari.patch | 18 ++ 5 files changed, 337 insertions(+) create mode 100644 eclipse-m2e-workspace.spec create mode 100644 eclipse-m2e-workspace.yaml create mode 100644 epl-v10.html create mode 100644 org.eclipse.m2e.workspace-m2e-workspace-0.4.0.tar.gz create mode 100644 takari.patch diff --git a/eclipse-m2e-workspace.spec b/eclipse-m2e-workspace.spec new file mode 100644 index 0000000..45e54fd --- /dev/null +++ b/eclipse-m2e-workspace.spec @@ -0,0 +1,54 @@ +%global short_name m2e-workspace +Name: eclipse-m2e-workspace +Version: 0.4.0 +Release: 1 +Summary: M2E CLI workspace resolver +License: EPL-1.0 +URL: https://www.eclipse.org/m2e/ +BuildArch: noarch +Source0: http://git.eclipse.org/c/m2e/org.eclipse.m2e.workspace.git/snapshot/org.eclipse.m2e.workspace-%{short_name}-%{version}.tar.gz +Source1: http://www.eclipse.org/legal/epl-v10.html +Patch0: takari.patch +BuildRequires: maven-local mvn(io.takari.maven.plugins:takari-lifecycle-plugin) +BuildRequires: mvn(javax.inject:javax.inject) mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.maven:maven-core) +BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations) +BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) +BuildRequires: mvn(org.eclipse.aether:aether-api) +%description +Workspace dependency resolver implementation for Maven command line +build. + +%package javadoc +Summary: API documentation for %{name} +%description javadoc +This package provides %{summary}. + +%prep +%setup -q -n org.eclipse.m2e.workspace-%{short_name}-%{version} +%patch0 -p1 +cp -a %{SOURCE1} . +pushd org.eclipse.m2e.workspace.cli +%pom_remove_dep org.sonatype.aether +rm src/main/java/org/eclipse/m2e/workspace/internal/Maven30WorkspaceReader.java +popd + +%build +pushd org.eclipse.m2e.workspace.cli +%mvn_build +popd + +%install +pushd org.eclipse.m2e.workspace.cli +%mvn_install +popd + +%files -f org.eclipse.m2e.workspace.cli/.mfiles +%license epl-v10.html + +%files javadoc -f org.eclipse.m2e.workspace.cli/.mfiles-javadoc +%license epl-v10.html + +%changelog +* Thu Aug 13 2020 yanan li - 0.4.0-1 +- Package init diff --git a/eclipse-m2e-workspace.yaml b/eclipse-m2e-workspace.yaml new file mode 100644 index 0000000..bef909a --- /dev/null +++ b/eclipse-m2e-workspace.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: http://git.eclipse.org/r/m2e/org.eclipse.m2e.workspace.git +tag_prefix: "m2e-workspace-" +seperator: "." diff --git a/epl-v10.html b/epl-v10.html new file mode 100644 index 0000000..3998fce --- /dev/null +++ b/epl-v10.html @@ -0,0 +1,261 @@ + + + + + + +Eclipse Public License - Version 1.0 + + + + + + +

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.

+ + + + \ No newline at end of file diff --git a/org.eclipse.m2e.workspace-m2e-workspace-0.4.0.tar.gz b/org.eclipse.m2e.workspace-m2e-workspace-0.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7a302144c4078065ce5ab0b8868fd059409a4700 GIT binary patch literal 11326 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 +Date: Wed Oct 14 13:37:12 2015 +0200 + + proc tweak for takari + +diff --git a/org.eclipse.m2e.workspace.cli/pom.xml b/org.eclipse.m2e.workspace.cli/pom.xml +index 94d9593..e013ae3 100644 +--- a/org.eclipse.m2e.workspace.cli/pom.xml ++++ b/org.eclipse.m2e.workspace.cli/pom.xml +@@ -119,6 +119,7 @@ + true + 1.11.4 + ++ none + jdt + 1.7 + -- Gitee