-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #687 from eclipse-passage/572353
572353
- Loading branch information
Showing
18 changed files
with
148 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
bundles/org.eclipse.passage.lbc.seal/OSGI-INF/org.eclipse.passage.lbc.fls.product_1.2.1.pub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
-----BEGIN PGP PUBLIC KEY BLOCK----- | ||
Version: BCPG v1.65 | ||
|
||
mI0EYF79IAEEAJMe6WuKwLbjzTpFaHNuMQy+J0RPjh/2c7HJ0r01SDlmj9jhuiW0 | ||
lXZHyzLQrAMOnX6g7ygPq9gksKpXwmwyNFttX2b25+Tn1XjeO0tP4VItP7kyAOLC | ||
hVeemcL3ZRMxqpn50tAwNX82Xz8db31JN3kvm3OrLA7G4yN+jb4aB2NpABEBAAG0 | ||
I29yZy5lY2xpcHNlLnBhc3NhZ2UubGJjLmZscy5wcm9kdWN0iKIEEwECAAwFAmBe | ||
/SAFCQAAA+gACgkQYYOi/upUrjP8uwP/UdSbdTGoOX/1tpnqFr4I061T5bfCK0Zo | ||
1hb6OejFmUzvstGftqL4cAPoYs8In4/Exts5Afjd18/Fd20hdQLJeocbU1l6/rw7 | ||
RIxkrBIE+rI7tGogbTmbzIU9ZNdPUBV+pNoLjOgKOhyTUVNUXU/8ZYC9HkKHTTIL | ||
hn2oMrhSOTq4jQRgXv0gAQQAkx7pa4rAtuPNOkVoc24xDL4nRE+OH/ZzscnSvTVI | ||
OWaP2OG6JbSVdkfLMtCsAw6dfqDvKA+r2CSwqlfCbDI0W21fZvbn5OfVeN47S0/h | ||
Ui0/uTIA4sKFV56ZwvdlEzGqmfnS0DA1fzZfPx1vfUk3eS+bc6ssDsbjI36NvhoH | ||
Y2kAEQEAAYiiBBgBAgAMBQJgXv0gBQkAAAPoAAoJEGGDov7qVK4zMwID/jeApDO6 | ||
lYVnQxQCWFsukHw6G+koq8xDkMgos9Uyv93km7h0zdIvW6XB7Q852iiIIpaDwXp1 | ||
AdtgNNYLv3SZQ9WWRONfHj+s61VX3TZjRzfGPWCB+cWQnaZcYlsnUKUl98DmyCUh | ||
oWwJ7N39l69F2YztzgoR5Z5kmNF/TMb7TE6x | ||
=AGPH | ||
-----END PGP PUBLIC KEY BLOCK----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...assage.lic.base/src/org/eclipse/passage/lic/internal/base/diagnostic/code/NoLicenses.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2020 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 | ||
*******************************************************************************/ | ||
package org.eclipse.passage.lic.internal.base.diagnostic.code; | ||
|
||
import org.eclipse.passage.lic.internal.api.diagnostic.TroubleCode; | ||
import org.eclipse.passage.lic.internal.base.i18n.DiagnosticCodeMessages; | ||
|
||
public final class NoLicenses extends TroubleCode { | ||
|
||
public NoLicenses() { | ||
super(410, DiagnosticCodeMessages.getString("NoLicenses.explanation")); //$NON-NLS-1$ | ||
} | ||
|
||
} |
24 changes: 24 additions & 0 deletions
24
....base/src/org/eclipse/passage/lic/internal/base/diagnostic/code/NoRelevantConditions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2020 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 | ||
*******************************************************************************/ | ||
package org.eclipse.passage.lic.internal.base.diagnostic.code; | ||
|
||
import org.eclipse.passage.lic.internal.api.diagnostic.TroubleCode; | ||
import org.eclipse.passage.lic.internal.base.i18n.DiagnosticCodeMessages; | ||
|
||
public final class NoRelevantConditions extends TroubleCode { | ||
|
||
public NoRelevantConditions() { | ||
super(409, DiagnosticCodeMessages.getString("NoRelevantConditions.explanation")); //$NON-NLS-1$ | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lipse.passage.lbc.server.product/.project → ....eclipse.passage.lbc.fls.product/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
20 changes: 20 additions & 0 deletions
20
products/org.eclipse.passage.lbc.fls.product/common-license.licen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
-----BEGIN PGP MESSAGE----- | ||
Version: BCPG v1.65 | ||
|
||
owJ4nJWTS2gTURSGU20tBmO7KIjQxTB2ZZnJvNImQ2K1pq0RLdoXoli9mXsnuTqP | ||
dO5M0q4UdFFqFRd2JxZcKCi6saiLujBdtS5FcSeCCNWFoQgK4uNOmtZULLYws5n7 | ||
/f/555x7roe2BoI14NLtnx8HHso1L4rFdD3OWLaD4NnhH33xjlHTYPLIIdi2EqzI | ||
CyyDLM2G2Mok2AP9B1MptmNfKBi3nQyPNAPnCOJzgBCQQbyBNfUI1pBF0DGgnWdG | ||
TayuWkm+FTW3iEq/J9is6+bUcLhQKPC2meGpX/jE0dQKso79GtnKuS+tMGHK+K8f | ||
gYRper8ohshysY6Rk2DbFEVUojrk5Jgic4qgaFw6DSGXliMxTZQiYlSMUgUhHkoC | ||
F9HYgiRygsxJ7QOipMoxVRb4iCK3CrJArT2CnFSV/Tk7a/HQRvuBZiJes81lpNsz | ||
jF5gUrvDFGCSNmIZB414iLjVaknXYxEZtnExpEBOEUGEA1BLc2JUklBER0CKtrNM | ||
zgBWtepfrdIN4lc3beuMyEu8SFWODT3N/Z/QSGtlcQVf1Q39uRG+Hb0BDBOvNLrH | ||
AZZLNt3mPbR/9J9cz0GbTmUCV8v+lYnJAwPDbsc210xNENTywwuCUJlaGRykFY0y | ||
Ka1ParYFsUuLDIzl6PSywIEF4KCqg67RnIPIcg6b8DowsTGW2MuG/SUJb2BLKDf+ | ||
vDZQEwy01m3xV7CleQMtCAS3N64s8fC12sD4SMPrl53c2w/zcvzZ/F3S1HWojsl+ | ||
vjr4im1JPPpWzPc0Tj4J7eqLBecm428WJvItizcuXmhwi7+efhos9V+ZGZ57sBSa | ||
wdxppbcTX/6+8GVx+j5z6/iOppvvty0tlh5PzfYFJnYW5959nS/t7r5jnEqW7iVn | ||
p5vN+ikPnoz+BucxgsI= | ||
=0fSN | ||
-----END PGP MESSAGE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters