-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeature.xml
More file actions
53 lines (43 loc) · 1.45 KB
/
feature.xml
File metadata and controls
53 lines (43 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jmlspecs.openjml.OpenJMLFeature"
label="OpenJML"
version="0.6.3"
provider-name="David R. Cok">
<description url="http://jmlspecs.sourceforge.net">
This plug-in encapsulates the OpenJML tool, which provides type-checking,
static verification, and runtime-assertion checking of Java and
Java Modeling Language (JML) annotations.
</description>
<copyright>
The software is Copyright (c) 2007-2013 by David R. Cok
</copyright>
<license url="http://openjdk.java.net/legal/">
The OpenJML software is licensed under the same license as OpenJDK,
namely the GPL v.2.
The Eclipse plug-in interface is licensed under the EPL (Eclipse Public License)
The source code is available under sourceforge:
https://sourceforge.net/projects/jmlspecs/
</license>
<url>
<update label="OpenJML" url="http://jmlspecs.sourceforge.net/openjml-updatesite"/>
</url>
<plugin
id="org.jmlspecs.annotation"
download-size="0"
install-size="0"
version="0.6.3"
unpack="false"/>
<plugin
id="org.jmlspecs.OpenJMLUI"
download-size="0"
install-size="0"
version="0.6.3"
unpack="false"/>
<plugin
id="org.jmlspecs.Specs"
download-size="0"
install-size="0"
version="0.6.3"
unpack="false"/>
</feature>