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 + + + + + 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"> + + +