Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7bdf5ff7ba203d4314f6baea4762ac0dcaf67a22 (plain) (blame)
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
54
55
56
57
58
59
60
61
62
63
64
65
# Contributing to QVT-Relations

Thanks for your interest in this project.

## Project description

The Eclipse QVT Declarative (QVTd) component is a partial implementation of the
Core (QVTc) and Relations (QVTr) Languages defined by the OMG standard
specification (MOF) 2.0 Query/View/Transformation. To date the QVT Declarative
component provides editing capabilities to support the QVT Declarative
Languages: QVTd 2010, Helios, 0.7.0 provides QVT models and LPG based parsers
QVTd 2011, Indigo, 0.8.0 adds IMP-based editors. QVTd 2012, Juno, 0.9.0
re-engineers the models and editors to exploit Xtext and the OCL Pivot model.
QVTd 2013, Kepler, 0.10.0 introduces editing and execution of the QVTi
simplification of QVTc. QVTd 2014, Luna, 0.11.0 introduces a source debugger for
QVTi execution. QVTd 2015, Mars, 0.12.0 provides a very preliminary Epsilon
prototype of the QVTr to QVTc to QVTu to QVTm to QVTi chain. QVTd 2016, Neon,
0.13.0 provides a preliminary QVTr to QVTc to QVTu to QVTm to QVTi chain. QVTd
2017, Oxygen, 0.14.0 provides a more useable UMLX to QVTr to QVTc to QVTu to
QVTm to QVTs to QVTi chain and so full editing, compliation, execution,
debugging. QVTd 2018, Photon, 0.15.0 goes direct from QVTr to QVTs to start
supporting QVTr overrides.

* https://projects.eclipse.org/projects/modeling.mmt.qvtd

## Developer resources

Information regarding source code management, builds, coding standards, and
more.

* https://projects.eclipse.org/projects/modeling.mmt.qvtd/developer

The project maintains the following source code repositories

* http://git.eclipse.org/c/mmt/org.eclipse.qvtd.git

This project uses Bugzilla to track ongoing development and issues.

* Search for issues: https://eclipse.org/bugs/buglist.cgi?product=QVTd&
* Create a new report: https://eclipse.org/bugs/enter_bug.cgi?product=QVTd&

Be sure to search for existing bugs before you create another one. Remember that
contributions are always welcome!

## Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

* http://www.eclipse.org/legal/ECA.php

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
contribution has been provided to the project. The non-committer must
additionally have an Eclipse Foundation account and must have a signed Eclipse
Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit

## Contact

Contact the project developers via the project's "dev" list.

* https://dev.eclipse.org/mailman/listinfo/qvtd-dev

Back to the top