Skip to content

Commit 0d07ce6

Browse files
authored
Add metadata files (#1176)
1 parent 089747c commit 0d07ce6

3 files changed

Lines changed: 50 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"license": "EPL-2.0",
1111
"upload_type": "software",
1212
"access_right": "open",
13+
"version": "1.3.2-SNAPSHOT",
1314
"keywords": [
1415
"Eclipse",
1516
"Eclipse JDT",

CITATION.cff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors:
1010
repository-code: "https://github.com/carstenartur/sandbox"
1111
url: "https://carstenartur.github.io/sandbox/"
1212
license: "EPL-2.0"
13+
version: "1.3.2-SNAPSHOT"
1314
keywords:
1415
- eclipse
1516
- eclipse-jdt

codemeta.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"name": "Sandbox",
5+
"description": "Experimental Eclipse JDT cleanup plugins, quick fixes and related tooling for Eclipse-based Java development.",
6+
"codeRepository": "https://github.com/carstenartur/sandbox",
7+
"issueTracker": "https://github.com/carstenartur/sandbox/issues",
8+
"license": "https://spdx.org/licenses/EPL-2.0",
9+
"version": "1.3.2-SNAPSHOT",
10+
"programmingLanguage": [
11+
"Java"
12+
],
13+
"runtimePlatform": "Eclipse, Java 21, Maven, Tycho",
14+
"applicationCategory": "Developer Tools, Static Analysis, Eclipse Plugin",
15+
"keywords": [
16+
"Eclipse",
17+
"Eclipse JDT",
18+
"Java",
19+
"Refactoring",
20+
"Cleanup",
21+
"Quick Fix",
22+
"Static Analysis",
23+
"JUnit",
24+
"Encoding",
25+
"Streams",
26+
"AST"
27+
],
28+
"author": {
29+
"@type": "Person",
30+
"@id": "https://orcid.org/0009-0005-1047-6381",
31+
"givenName": "Carsten",
32+
"familyName": "Hammer",
33+
"url": "https://github.com/carstenartur"
34+
},
35+
"maintainer": {
36+
"@type": "Person",
37+
"@id": "https://orcid.org/0009-0005-1047-6381",
38+
"givenName": "Carsten",
39+
"familyName": "Hammer",
40+
"url": "https://github.com/carstenartur"
41+
},
42+
"developmentStatus": "active",
43+
"softwareRequirements": [
44+
"Java 21+",
45+
"Maven",
46+
"Eclipse target platform"
47+
]
48+
}

0 commit comments

Comments
 (0)