Skip to content

Commit c7cac91

Browse files
committed
update changelog, add readme
1 parent 089dbf5 commit c7cac91

File tree

5 files changed

+68
-2
lines changed

5 files changed

+68
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
bin/
2-
**/xtend-gen/
2+
**/xtend-gen/
3+
**/target/

.grenrc.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
dataSource: "prs"
3+
prefix: "v"
4+
ignoreLabels:
5+
- "duplicate"
6+
- "invalid"
7+
- "question"
8+
- "to do"
9+
- "wontfix"
10+
ignoreIssuesWith:
11+
- "duplicate"
12+
- "invalid"
13+
- "question"
14+
- "wontfix"
15+
"groupBy": {
16+
"Enhancements:": ["enhancement"],
17+
"Bug Fixes:": ["bug"],
18+
"Refactorings": ["refactoring"],
19+
"Version upgrades": ["bump"],
20+
"Release Engineering": ["releng"]
21+
}
22+
onlyMilestones: false
23+
changelogFilename: "CHANGELOG.md"

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.eclipse.gemoc.execution.sequential.java.root</name>
3+
<name>gemoc-studio-execution-java</name>
44
<comment></comment>
55
<projects>
66
</projects>

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## v3.2.0 (16/06/2020)
4+
5+
#### Enhancements:
6+
7+
- [**enhancement**] ValidationRule added to languageComponent in plugin [#10](https://github.com/eclipse/gemoc-studio-execution-java/pull/10)
8+
- [**enhancement**] Metaprogramming approach name changed to FullyQualifiedName [#8](https://github.com/eclipse/gemoc-studio-execution-java/pull/8)
9+
- [**enhancement**] Metaprog plugin modified to fit new extension point description + added LanguageComponent [#9](https://github.com/eclipse/gemoc-studio-execution-java/pull/9)
10+
- [**enhancement**] Validator removed from plugin.xml [#12](https://github.com/eclipse/gemoc-studio-execution-java/pull/12)
11+
- [**enhancement**] Validation plug-in for the Kermeta3 meta-programming approach in GEMOC Studio [#5](https://github.com/eclipse/gemoc-studio-execution-java/pull/5)
12+
13+
#### Bug Fixes:
14+
15+
- [**bug**] Fix windows specific issue on the K3 project creation wizard [#3](https://github.com/eclipse/gemoc-studio-execution-java/pull/3)
16+
17+
#### Refactorings
18+
19+
- [**refactoring**] Kermeta3Rule moved to the gemoc-modeldebugging [#6](https://github.com/eclipse/gemoc-studio-execution-java/pull/6)
20+
21+
#### Release Engineering
22+
23+
- [**releng**] Deploy GEMOC artefacts to maven repository (repo.eclipse.org) [#4](https://github.com/eclipse/gemoc-studio-execution-java/pull/4)

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
-------------
2+
This repository is part of a serie of repositories related to [GEMOC Studio](http://eclipse.org/gemoc) :
3+
- https://github.com/eclipse/gemoc-studio
4+
- https://github.com/eclipse/gemoc-studio-modeldebugging
5+
- https://github.com/eclipse/gemoc-studio-execution-ale
6+
- https://github.com/eclipse/gemoc-studio-execution-java
7+
- https://github.com/eclipse/gemoc-studio-execution-moccml
8+
- https://github.com/eclipse/gemoc-studio-moccml
9+
-------------
10+
11+
12+
13+
JAVA engine for GEMOC
14+
====================
15+
16+
17+
# Development
18+
- Continuous integration on [Eclipse CI](https://ci.eclipse.org/gemoc/job/gemoc-studio/)
19+
- [Instructions for building](https://github.com/eclipse/gemoc-studio/tree/master/dev_support/full_compilation)

0 commit comments

Comments
 (0)