Skip to content

Commit 630eea4

Browse files
committed
Merge remote-tracking branch 'origin/master' into testgen
2 parents 6c01d28 + 45b2fa6 commit 630eea4

26 files changed

Lines changed: 40 additions & 47 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CogniCrypt is an Eclipse plugin that supports Java developers in using cryptogra
44

55
## Installation
66

7-
To set up CogniCrypt in your own Eclipse, please install it from the [**Update Site**](http://download.eclipse.org/cognicrypt/stable). If it is your first time using CogniCrypt, we recommend you to browse [Eclipse website](https://www.eclipse.org/cognicrypt/) and check out the [**tutorial**](https://github.com/CROSSINGTUD/CogniCrypt/wiki/Tutorial) in this project's wiki. Nightly builds of CogniCrypt are also [available](http://download.eclipse.org/cognicrypt/snapshot).
7+
To set up CogniCrypt in your own Eclipse, please install it from the [**Update Site**](https://download.eclipse.org/cognicrypt/stable). If it is your first time using CogniCrypt, we recommend you to browse [Eclipse website](https://www.eclipse.org/cognicrypt/) and check out the [**tutorial**](https://github.com/CROSSINGTUD/CogniCrypt/wiki/Tutorial) in this project's wiki. Nightly builds of CogniCrypt are also [available](https://download.eclipse.org/cognicrypt/snapshot).
88

99

1010
## Contribution

features/de.cognicrypt.codegenerator.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.codegenerator.feature"
44
label="CogniCrypt Crypto-API Example Generator"
5-
version="1.0.0.qualifier"
5+
version="1.0.0"
66
provider-name="Technical University Darmstadt; Paderborn University">
77

88
<description url="https://cognicrypt.de">
@@ -109,15 +109,15 @@ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives n
109109
<import plugin="org.eclipse.ui.editors"/>
110110
<import plugin="org.eclipse.compare"/>
111111
<import plugin="org.apache.commons.io" version="2.2.0" match="greaterOrEqual"/>
112-
<import plugin="de.cognicrypt.core" version="1.0.0" match="greaterOrEqual"/>
112+
<import plugin="de.cognicrypt.core" version="1.0.0" match="perfect"/>
113113
<import plugin="org.eclipse.jdt.launching"/>
114114
</requires>
115115

116116
<plugin
117117
id="de.cognicrypt.codegenerator"
118118
download-size="0"
119119
install-size="0"
120-
version="0.0.0"
120+
version="1.0.0"
121121
unpack="false"/>
122122

123123
</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-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
</project>

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

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

88
<description url="https://cognicrypt.de">
@@ -118,7 +118,7 @@ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives n
118118
id="de.cognicrypt.core"
119119
download-size="0"
120120
install-size="0"
121-
version="0.0.0"
121+
version="1.0.0"
122122
unpack="false"/>
123123

124124
</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-SNAPSHOT</version>
9+
<version>1.0.0</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.qualifier"
5+
version="1.0.0"
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.0" match="perfect"/>
116116
<import plugin="de.darmstadt.tu.crossing.CrySL" version="2.0.0" match="perfect"/>
117117
<import plugin="de.darmstadt.tu.crossing.CrySL.ide" version="2.0.0" match="perfect"/>
118-
<import plugin="de.cognicrypt.core" version="1.0.0" match="greaterOrEqual"/>
118+
<import plugin="de.cognicrypt.core" version="1.0.0" 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="0.0.0"
126+
version="1.0.0"
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-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
</project>

features/de.cognicrypt.staticanalyzer.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.staticanalyzer.feature"
44
label="CogniCrypt Crypto-API Misuse Detector"
5-
version="1.0.0.qualifier"
5+
version="1.0.0"
66
provider-name="Technical University Darmstadt; Paderborn University">
77

88
<description url="https://cognicrypt.de">
@@ -107,15 +107,15 @@ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives n
107107
<import plugin="org.eclipse.jface.text" version="3.11.0" match="greaterOrEqual"/>
108108
<import plugin="org.eclipse.emf.common"/>
109109
<import plugin="org.eclipse.m2e.maven.runtime"/>
110-
<import plugin="de.cognicrypt.core" version="1.0.0" match="greaterOrEqual"/>
110+
<import plugin="de.cognicrypt.core" version="1.0.0" match="perfect"/>
111111
<import plugin="com.google.guava"/>
112112
</requires>
113113

114114
<plugin
115115
id="de.cognicrypt.staticanalyzer"
116116
download-size="0"
117117
install-size="0"
118-
version="0.0.0"
118+
version="1.0.0"
119119
unpack="false"/>
120120

121121
</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-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<groupId>de.cognicrypt</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.qualifier
5+
Bundle-Version: 1.0.0
66
Fragment-Host: de.cognicrypt.codegenerator;bundle-version="1.0.0"
77
Require-Bundle: org.eclipse.jdt.launching,
88
de.cognicrypt.core

0 commit comments

Comments
 (0)