From 79f86dd101f8114ab72319add47cf7ef899a9f80 Mon Sep 17 00:00:00 2001 From: Nikifor Fedorov Date: Thu, 13 Feb 2020 16:56:52 +0300 Subject: [PATCH 1/2] Bug 560090 - [Passage] create billing feature created feature, added copyrights and properties Signed-off-by: Nikifor Fedorov --- .../.project | 17 ++++++++ .../build.properties | 15 +++++++ .../feature.properties | 25 +++++++++++ .../feature.xml | 41 +++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 features/org.eclipse.passage.loc.billing.feature/.project create mode 100644 features/org.eclipse.passage.loc.billing.feature/build.properties create mode 100644 features/org.eclipse.passage.loc.billing.feature/feature.properties create mode 100644 features/org.eclipse.passage.loc.billing.feature/feature.xml diff --git a/features/org.eclipse.passage.loc.billing.feature/.project b/features/org.eclipse.passage.loc.billing.feature/.project new file mode 100644 index 000000000..a922bafbb --- /dev/null +++ b/features/org.eclipse.passage.loc.billing.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.passage.loc.billing.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/features/org.eclipse.passage.loc.billing.feature/build.properties b/features/org.eclipse.passage.loc.billing.feature/build.properties new file mode 100644 index 000000000..48a1fca79 --- /dev/null +++ b/features/org.eclipse.passage.loc.billing.feature/build.properties @@ -0,0 +1,15 @@ +############################################################################### +# Copyright (c) 2020 ArSysOp and others +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License 2.0 which is available at +# https://www.eclipse.org/legal/epl-2.0/. +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# ArSysOp - initial API and implementation +############################################################################### + +bin.includes = feature.xml,\ + feature.properties diff --git a/features/org.eclipse.passage.loc.billing.feature/feature.properties b/features/org.eclipse.passage.loc.billing.feature/feature.properties new file mode 100644 index 000000000..3a18b4971 --- /dev/null +++ b/features/org.eclipse.passage.loc.billing.feature/feature.properties @@ -0,0 +1,25 @@ +#Properties file for org.eclipse.passage.loc.edit.ui.feature +############################################################################### +# Copyright (c) 2020 ArSysOp and others +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License 2.0 which is available at +# https://www.eclipse.org/legal/epl-2.0/. +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# ArSysOp - initial API and implementation +############################################################################### + +featureName=Passage LOC Billing Feature +providerName=Eclipse Passage +description=Passage Licensing Operator Components: Billing +copyright=Copyright (c) 2020 ArSysOp and others.\n\ +\n\ +This program and the accompanying materials are made\n\ +available under the terms of the Eclipse Public License 2.0\n\ +which is available at https://www.eclipse.org/legal/epl-2.0/\n\ +\n\ +SPDX-License-Identifier: EPL-2.0\n\ + diff --git a/features/org.eclipse.passage.loc.billing.feature/feature.xml b/features/org.eclipse.passage.loc.billing.feature/feature.xml new file mode 100644 index 000000000..2e6f5f4ce --- /dev/null +++ b/features/org.eclipse.passage.loc.billing.feature/feature.xml @@ -0,0 +1,41 @@ + + + + + + %description + + + + %copyright + + + + %license + + + + + From b56e1602df1ecee2a74387dd88a0ea23c35e10b6 Mon Sep 17 00:00:00 2001 From: Nikifor Fedorov Date: Thu, 13 Feb 2020 17:23:30 +0300 Subject: [PATCH 2/2] Bug 560090 - [Passage] create billing feature feature added to aggregator and operator is now including it Signed-off-by: Nikifor Fedorov --- features/org.eclipse.passage.loc.operator.feature/feature.xml | 4 ++++ releng/org.eclipse.passage.loc.aggregator/pom.xml | 1 + releng/org.eclipse.passage.loc.repository/category.xml | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/features/org.eclipse.passage.loc.operator.feature/feature.xml b/features/org.eclipse.passage.loc.operator.feature/feature.xml index f652ae601..02d6a2d9d 100644 --- a/features/org.eclipse.passage.loc.operator.feature/feature.xml +++ b/features/org.eclipse.passage.loc.operator.feature/feature.xml @@ -34,6 +34,10 @@ + + diff --git a/releng/org.eclipse.passage.loc.aggregator/pom.xml b/releng/org.eclipse.passage.loc.aggregator/pom.xml index bb16c5bc9..862456233 100644 --- a/releng/org.eclipse.passage.loc.aggregator/pom.xml +++ b/releng/org.eclipse.passage.loc.aggregator/pom.xml @@ -53,6 +53,7 @@ ../../features/org.eclipse.passage.loc.licenses.feature ../../bundles/org.eclipse.passage.loc.billing.core + ../../features/org.eclipse.passage.loc.billing.feature ../../bundles/org.eclipse.passage.loc.users.core ../../bundles/org.eclipse.passage.loc.users.ui diff --git a/releng/org.eclipse.passage.loc.repository/category.xml b/releng/org.eclipse.passage.loc.repository/category.xml index a7563920c..30e2bad2a 100644 --- a/releng/org.eclipse.passage.loc.repository/category.xml +++ b/releng/org.eclipse.passage.loc.repository/category.xml @@ -27,6 +27,10 @@ id="org.eclipse.passage.loc.operator.feature"> + + +