|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<feature |
3 | | - id="de.cognicrypt.codegenerator.feature" |
4 | | - label="CogniCrypt Crypto-API Example Generator" |
5 | | - version="1.0.0" |
6 | | - provider-name="Technical University Darmstadt; Paderborn University"> |
7 | | - |
8 | | - <description url="https://cognicrypt.de"> |
9 | | - CogniCrypt is an Eclipse plugin that supports Java developers in using cryptographic APIs. It supports developers in two ways. First, it may generate code snippets for a number of programming tasks that involve cryptography, e.g., communication over a secure channel, data encryption, and long-term archiving. Second, it continuously runs a suite of static analyses in the background that check the developer's code for misuses of cryptographic APIs. |
10 | | - </description> |
11 | | - |
12 | | - <copyright> |
13 | | - Copyrights reserved. |
14 | | - </copyright> |
15 | | - |
16 | | - <license url="https://www.eclipse.org/legal/epl-2.0/"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<feature |
| 3 | + id="de.cognicrypt.codegenerator.feature" |
| 4 | + label="CogniCrypt Crypto-API Example Generator" |
| 5 | + version="1.0.1" |
| 6 | + provider-name="Technical University Darmstadt; Paderborn University"> |
| 7 | + |
| 8 | + <description url="https://cognicrypt.de"> |
| 9 | + CogniCrypt is an Eclipse plugin that supports Java developers in using cryptographic APIs. It supports developers in two ways. First, it may generate code snippets for a number of programming tasks that involve cryptography, e.g., communication over a secure channel, data encryption, and long-term archiving. Second, it continuously runs a suite of static analyses in the background that check the developer's code for misuses of cryptographic APIs. |
| 10 | + </description> |
| 11 | + |
| 12 | + <copyright> |
| 13 | + Copyrights reserved. |
| 14 | + </copyright> |
| 15 | + |
| 16 | + <license url="https://www.eclipse.org/legal/epl-2.0/"> |
17 | 17 | Eclipse Public License - v 2.0 |
18 | 18 | THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. |
19 | 19 | 1. DEFINITIONS |
@@ -89,35 +89,35 @@ All Recipient's rights under this Agreement shall terminate if it fails to |
89 | 89 |
|
90 | 90 | Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be Distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to Distribute the Program (including its Contributions) under the new version. |
91 | 91 |
|
92 | | -Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement. |
93 | | - </license> |
94 | | - |
95 | | - <url> |
96 | | - <update url="http://download.eclipse.org/cognicrypt"/> |
97 | | - </url> |
98 | | - |
99 | | - <requires> |
100 | | - <import plugin="org.eclipse.ui"/> |
101 | | - <import plugin="org.eclipse.core.runtime"/> |
102 | | - <import plugin="org.eclipse.core.resources"/> |
103 | | - <import plugin="org.junit"/> |
104 | | - <import plugin="org.eclipse.jdt.ui" version="3.12.0" match="greaterOrEqual"/> |
105 | | - <import plugin="org.eclipse.jface.text" version="3.11.0" match="greaterOrEqual"/> |
106 | | - <import plugin="org.eclipse.jdt.core" version="3.12.0" match="greaterOrEqual"/> |
107 | | - <import plugin="org.eclipse.ui.workbench"/> |
108 | | - <import plugin="org.eclipse.ui.ide"/> |
109 | | - <import plugin="org.eclipse.ui.editors"/> |
110 | | - <import plugin="org.eclipse.compare"/> |
111 | | - <import plugin="org.apache.commons.io" version="2.2.0" match="greaterOrEqual"/> |
112 | | - <import plugin="de.cognicrypt.core" version="1.0.0" match="perfect"/> |
113 | | - <import plugin="org.eclipse.jdt.launching"/> |
114 | | - </requires> |
115 | | - |
116 | | - <plugin |
117 | | - id="de.cognicrypt.codegenerator" |
118 | | - download-size="0" |
119 | | - install-size="0" |
120 | | - version="1.0.0" |
121 | | - unpack="false"/> |
122 | | - |
123 | | -</feature> |
| 92 | +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement. |
| 93 | + </license> |
| 94 | + |
| 95 | + <url> |
| 96 | + <update url="http://download.eclipse.org/cognicrypt"/> |
| 97 | + </url> |
| 98 | + |
| 99 | + <requires> |
| 100 | + <import plugin="org.eclipse.ui"/> |
| 101 | + <import plugin="org.eclipse.core.runtime"/> |
| 102 | + <import plugin="org.eclipse.core.resources"/> |
| 103 | + <import plugin="org.junit"/> |
| 104 | + <import plugin="org.eclipse.jdt.ui" version="3.12.0" match="greaterOrEqual"/> |
| 105 | + <import plugin="org.eclipse.jface.text" version="3.11.0" match="greaterOrEqual"/> |
| 106 | + <import plugin="org.eclipse.jdt.core" version="3.12.0" match="greaterOrEqual"/> |
| 107 | + <import plugin="org.eclipse.ui.workbench"/> |
| 108 | + <import plugin="org.eclipse.ui.ide"/> |
| 109 | + <import plugin="org.eclipse.ui.editors"/> |
| 110 | + <import plugin="org.eclipse.compare"/> |
| 111 | + <import plugin="org.apache.commons.io" version="2.2.0" match="greaterOrEqual"/> |
| 112 | + <import plugin="de.cognicrypt.core" version="1.0.1" match="perfect"/> |
| 113 | + <import plugin="org.eclipse.jdt.launching"/> |
| 114 | + </requires> |
| 115 | + |
| 116 | + <plugin |
| 117 | + id="de.cognicrypt.codegenerator" |
| 118 | + download-size="0" |
| 119 | + install-size="0" |
| 120 | + version="1.0.1" |
| 121 | + unpack="false"/> |
| 122 | + |
| 123 | +</feature> |
0 commit comments