Skip to content

Commit 5c2b5ff

Browse files
committed
update from 1.0.0 ---> 1.0.1
1 parent 3ed50bc commit 5c2b5ff

File tree

25 files changed

+172
-172
lines changed

25 files changed

+172
-172
lines changed

features/de.cognicrypt.codegenerator.feature/feature.xml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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&apos;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&apos;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/">
1717
Eclipse Public License - v 2.0
1818
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
1919
1. DEFINITIONS
@@ -89,35 +89,35 @@ All Recipient&apos;s rights under this Agreement shall terminate if it fails to
8989

9090
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.
9191

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>

features/de.cognicrypt.codegenerator.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.cognicrypt</groupId>
88
<artifactId>de.cognicrypt.parent</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
</project>

features/de.cognicrypt.core.feature/feature.xml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature
3-
id="de.cognicrypt.core.feature"
4-
label="CogniCrypt Core"
5-
version="1.0.0"
6-
provider-name="Technical University Darmstadt; Paderborn University">
7-
8-
<description url="https://cognicrypt.de">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="de.cognicrypt.core.feature"
4+
label="CogniCrypt Core"
5+
version="1.0.1"
6+
provider-name="Technical University Darmstadt; Paderborn University">
7+
8+
<description url="https://cognicrypt.de">
99
CogniCrypt is an Eclipse plugin that supports Java developers
1010
in using cryptographic APIs. It supports developers in two ways.
1111
First, it may generate code snippets for a number of programming
1212
tasks that involve cryptography, e.g., communication over a secure
1313
channel, data encryption, and long-term archiving. Second, it
1414
continuously runs a suite of static analyses in the background
1515
that check the developer&apos;s code for misuses of cryptographic
16-
APIs.
17-
</description>
18-
19-
<copyright>
20-
Copyrights reserved.
21-
</copyright>
22-
23-
<license url="https://www.eclipse.org/legal/epl-2.0/">
16+
APIs.
17+
</description>
18+
19+
<copyright>
20+
Copyrights reserved.
21+
</copyright>
22+
23+
<license url="https://www.eclipse.org/legal/epl-2.0/">
2424
Eclipse Public License - v 2.0
2525
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
2626
1. DEFINITIONS
@@ -96,29 +96,29 @@ All Recipient&apos;s rights under this Agreement shall terminate if it fails to
9696

9797
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.
9898

99-
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.
100-
</license>
101-
102-
<url>
103-
<update url="http://download.eclipse.org/cognicrypt"/>
104-
</url>
105-
106-
<requires>
107-
<import plugin="org.eclipse.core.runtime"/>
108-
<import plugin="org.eclipse.ui.workbench"/>
109-
<import plugin="org.eclipse.core.resources"/>
110-
<import plugin="org.eclipse.ui.ide"/>
111-
<import plugin="org.eclipse.ui"/>
112-
<import plugin="org.eclipse.jdt.core"/>
113-
<import plugin="com.google.guava"/>
114-
<import plugin="org.eclipse.ui.forms"/>
115-
</requires>
116-
117-
<plugin
118-
id="de.cognicrypt.core"
119-
download-size="0"
120-
install-size="0"
121-
version="1.0.0"
122-
unpack="false"/>
123-
124-
</feature>
99+
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.
100+
</license>
101+
102+
<url>
103+
<update url="http://download.eclipse.org/cognicrypt"/>
104+
</url>
105+
106+
<requires>
107+
<import plugin="org.eclipse.core.runtime"/>
108+
<import plugin="org.eclipse.ui.workbench"/>
109+
<import plugin="org.eclipse.core.resources"/>
110+
<import plugin="org.eclipse.ui.ide"/>
111+
<import plugin="org.eclipse.ui"/>
112+
<import plugin="org.eclipse.jdt.core"/>
113+
<import plugin="com.google.guava"/>
114+
<import plugin="org.eclipse.ui.forms"/>
115+
</requires>
116+
117+
<plugin
118+
id="de.cognicrypt.core"
119+
download-size="0"
120+
install-size="0"
121+
version="1.0.1"
122+
unpack="false"/>
123+
124+
</feature>

features/de.cognicrypt.core.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.cognicrypt</groupId>
88
<artifactId>de.cognicrypt.parent</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<groupId>de.cognicrypt</groupId>

features/de.cognicrypt.cryslhandler.feature/feature.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.cognicrypt.cryslhandler.feature"
44
label="CogniCrypt CrySL Handler"
5-
version="1.0.0"
5+
version="1.0.1"
66
provider-name="Technical University Darmstadt, Paderborn University">
77

88
<description url="https://cognicrypt.de">
@@ -115,15 +115,15 @@ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives n
115115
<import plugin="de.darmstadt.tu.crossing.CrySL.ui" version="2.0.1" match="perfect"/>
116116
<import plugin="de.darmstadt.tu.crossing.CrySL" version="2.0.1" match="perfect"/>
117117
<import plugin="de.darmstadt.tu.crossing.CrySL.ide" version="2.0.1" match="perfect"/>
118-
<import plugin="de.cognicrypt.core" version="1.0.0" match="perfect"/>
118+
<import plugin="de.cognicrypt.core" version="1.0.1" match="perfect"/>
119119
<import plugin="org.junit"/>
120120
</requires>
121121

122122
<plugin
123123
id="de.cognicrypt.crysl.handler"
124124
download-size="0"
125125
install-size="0"
126-
version="1.0.0"
126+
version="1.0.1"
127127
unpack="false"/>
128128

129129
</feature>

features/de.cognicrypt.cryslhandler.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.cognicrypt</groupId>
88
<artifactId>de.cognicrypt.parent</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
</project>

features/de.cognicrypt.staticanalyzer.feature/feature.xml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature
3-
id="de.cognicrypt.staticanalyzer.feature"
4-
label="CogniCrypt Crypto-API Misuse Detector"
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&apos;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.staticanalyzer.feature"
4+
label="CogniCrypt Crypto-API Misuse Detector"
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&apos;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/">
1717
Eclipse Public License - v 2.0
1818
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
1919
1. DEFINITIONS
@@ -89,33 +89,33 @@ All Recipient&apos;s rights under this Agreement shall terminate if it fails to
8989

9090
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.
9191

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.ui.workbench"/>
103-
<import plugin="org.eclipse.core.resources"/>
104-
<import plugin="org.eclipse.ui.ide"/>
105-
<import plugin="org.eclipse.jdt.core"/>
106-
<import plugin="org.eclipse.jdt.ui" version="3.12.0" match="greaterOrEqual"/>
107-
<import plugin="org.eclipse.jface.text" version="3.11.0" match="greaterOrEqual"/>
108-
<import plugin="org.eclipse.emf.common"/>
109-
<import plugin="org.eclipse.m2e.maven.runtime"/>
110-
<import plugin="de.cognicrypt.core" version="1.0.0" match="perfect"/>
111-
<import plugin="com.google.guava"/>
112-
</requires>
113-
114-
<plugin
115-
id="de.cognicrypt.staticanalyzer"
116-
download-size="0"
117-
install-size="0"
118-
version="1.0.0"
119-
unpack="false"/>
120-
121-
</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.ui.workbench"/>
103+
<import plugin="org.eclipse.core.resources"/>
104+
<import plugin="org.eclipse.ui.ide"/>
105+
<import plugin="org.eclipse.jdt.core"/>
106+
<import plugin="org.eclipse.jdt.ui" version="3.12.0" match="greaterOrEqual"/>
107+
<import plugin="org.eclipse.jface.text" version="3.11.0" match="greaterOrEqual"/>
108+
<import plugin="org.eclipse.emf.common"/>
109+
<import plugin="org.eclipse.m2e.maven.runtime"/>
110+
<import plugin="de.cognicrypt.core" version="1.0.1" match="perfect"/>
111+
<import plugin="com.google.guava"/>
112+
</requires>
113+
114+
<plugin
115+
id="de.cognicrypt.staticanalyzer"
116+
download-size="0"
117+
install-size="0"
118+
version="1.0.1"
119+
unpack="false"/>
120+
121+
</feature>

features/de.cognicrypt.staticanalyzer.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.cognicrypt</groupId>
88
<artifactId>de.cognicrypt.parent</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<groupId>de.cognicrypt</groupId>

plugins/de.cognicrypt.codegenerator.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: CogniCrypt-CodeGenerator_Plug-inTests
44
Bundle-SymbolicName: de.cognicrypt.codegenerator.tests;singleton:=true
5-
Bundle-Version: 1.0.0
6-
Fragment-Host: de.cognicrypt.codegenerator;bundle-version="1.0.0"
5+
Bundle-Version: 1.0.1
6+
Fragment-Host: de.cognicrypt.codegenerator;bundle-version="1.0.1"
77
Require-Bundle: org.eclipse.jdt.launching,
88
de.cognicrypt.core
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

0 commit comments

Comments
 (0)