Skip to content

Commit

Permalink
Merge pull request #748 from eclipse-passage/572962
Browse files Browse the repository at this point in the history
572962 invite 'keys' domain
  • Loading branch information
eparovyshnaya authored Apr 20, 2021
2 parents 6b593e5 + 103b559 commit 810dc2e
Show file tree
Hide file tree
Showing 8 changed files with 133 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.features
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.features
Bundle-Version: 1.0.2000.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand Down
4 changes: 4 additions & 0 deletions features/org.eclipse.passage.lic.define.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
id="org.eclipse.passage.lic.users.feature"
version="0.0.0"/>

<includes
id="org.eclipse.passage.lic.keys.feature"
version="0.0.0"/>

<plugin
id="org.eclipse.passage.lic.define.branding"
download-size="0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.lic.features.feature"
label="%featureName"
version="1.0.100.qualifier"
version="2.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.passage.lic.features"
license-feature="org.eclipse.license"
Expand Down
17 changes: 17 additions & 0 deletions features/org.eclipse.passage.lic.keys.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.lic.keys.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.lic.keys.feature/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# Copyright (c) 2021 ArSysOp
#
# 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
25 changes: 25 additions & 0 deletions features/org.eclipse.passage.lic.keys.feature/feature.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#Properties file for org.eclipse.passage.lic.keys.feature
###############################################################################
# Copyright (c) 2021 ArSysOp
#
# 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 LIC Keys
providerName=Eclipse Passage
description=Passage Licensing Integration Components EMF Model API for Keys data
copyright=Copyright (c) 2021 ArSysOp.\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\
69 changes: 69 additions & 0 deletions features/org.eclipse.passage.lic.keys.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 ArSysOp
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.lic.keys.feature"
label="%featureName"
version="2.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.passage.lic.keys"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">

<description>
%description
</description>

<copyright>
%copyright
</copyright>

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

<requires>
<import feature="org.eclipse.passage.lic.equinox.feature" version="0.0.0" match="equivalent"/>
<import feature="org.eclipse.passage.lic.emf.feature" version="0.0.0" match="equivalent"/>
<import feature="org.eclipse.passage.lic.e4.ui.feature" version="0.0.0" match="equivalent"/>
</requires>

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

<plugin
id="org.eclipse.passage.lic.keys.ecore"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.passage.lic.keys.model"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.passage.lic.keys.edit"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
1 change: 1 addition & 0 deletions releng/org.eclipse.passage.lic.aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<module>../../bundles/org.eclipse.passage.lic.keys.ecore</module>
<module>../../bundles/org.eclipse.passage.lic.keys.model</module>
<module>../../bundles/org.eclipse.passage.lic.keys.edit</module>
<module>../../features/org.eclipse.passage.lic.keys.feature</module>

<module>../../bundles/org.eclipse.passage.lic.compile.branding</module>
<module>../../features/org.eclipse.passage.lic.compile.feature</module>
Expand Down

0 comments on commit 810dc2e

Please sign in to comment.