Skip to content

Commit

Permalink
Merge pull request #132 from zelenyhleb/master
Browse files Browse the repository at this point in the history
Bug 560090 - [Passage] create billing feature
  • Loading branch information
eparovyshnaya authored Feb 13, 2020
2 parents 5a30498 + b56e160 commit c31c07a
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/org.eclipse.passage.loc.billing.feature/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.passage.loc.billing.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
15 changes: 15 additions & 0 deletions features/org.eclipse.passage.loc.billing.feature/build.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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\
41 changes: 41 additions & 0 deletions features/org.eclipse.passage.loc.billing.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<feature
id="org.eclipse.passage.loc.billing.feature"
label="%featureName"
version="0.1.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">

<description>
%description
</description>

<copyright>
%copyright
</copyright>

<license url="%licenseURL">
%license
</license>

<plugin
id="org.eclipse.passage.loc.billing.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
4 changes: 4 additions & 0 deletions features/org.eclipse.passage.loc.operator.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<includes
id="org.eclipse.passage.loc.dashboard.feature"
version="0.0.0"/>

<includes
id="org.eclipse.passage.loc.billing.feature"
version="0.0.0"/>

<requires>
<import feature="org.eclipse.passage.lic.define.feature" version="0.0.0" match="equivalent"/>
Expand Down
1 change: 1 addition & 0 deletions releng/org.eclipse.passage.loc.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<module>../../features/org.eclipse.passage.loc.licenses.feature</module>

<module>../../bundles/org.eclipse.passage.loc.billing.core</module>
<module>../../features/org.eclipse.passage.loc.billing.feature</module>

<module>../../bundles/org.eclipse.passage.loc.users.core</module>
<module>../../bundles/org.eclipse.passage.loc.users.ui</module>
Expand Down
4 changes: 4 additions & 0 deletions releng/org.eclipse.passage.loc.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
id="org.eclipse.passage.loc.operator.feature">
<category name="org.eclipse.passage.loc.category" />
</feature>
<feature
id="org.eclipse.passage.loc.billing.feature">
<category name="org.eclipse.passage.loc.category" />
</feature>
<category-def
name="org.eclipse.passage.loc.category.source"
label="Passage LOC Developer Resources">
Expand Down

0 comments on commit c31c07a

Please sign in to comment.