diff options
author | Mauricio Alferez | 2015-11-05 17:11:27 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2015-11-10 09:52:02 +0000 |
commit | 723215e77aaeda9e8acf6b6ca588db7dbd235a4c (patch) | |
tree | 3b7d01e2240f002f0ce5cc03a9325ddaf39de883 /releng | |
parent | 84360d0f239ccb65f943204b85a29a444f2d122e (diff) | |
download | org.eclipse.papyrus-723215e77aaeda9e8acf6b6ca588db7dbd235a4c.tar.gz org.eclipse.papyrus-723215e77aaeda9e8acf6b6ca588db7dbd235a4c.tar.xz org.eclipse.papyrus-723215e77aaeda9e8acf6b6ca588db7dbd235a4c.zip |
Bug 481377 - [Extra plugins][Req] The assistant shall support the
creation of initial profiles based on class diagram
- New plugin req.domainModel2profile
- New submenu in PapyrusReq called "Tools to define requirements
profile" with two entries: "Define or Update Stereotype and Profile on
Demand", and "Generate Profile from Domain Model".
---
- I updated the org.eclipse.papyrus.req.feature to include the new
req.domainModel2profile plugin and the pom.xml files.
- I also took the time to correct comments and typos.
Change-Id: Id829cd3dad789e691f1164af89463f8afbeb72e9
Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
Diffstat (limited to 'releng')
-rw-r--r-- | releng/extra/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml index 18e5aa1276d..c3a99d36e1a 100644 --- a/releng/extra/pom.xml +++ b/releng/extra/pom.xml @@ -223,8 +223,9 @@ <!-- Papyrus Req -->
<module>../../extraplugins/req/org.eclipse.papyrus.req.reqif</module>
- <module>../../extraplugins/req/org.eclipse.papyrus.req.sysml.assistant</module>
+ <module>../../extraplugins/req/org.eclipse.papyrus.req.domainModel2Profile</module>
<module>../../extraplugins/req/org.eclipse.papyrus.req.sysml.preferences</module>
+ <module>../../extraplugins/req/org.eclipse.papyrus.req.sysml.assistant</module>
<module>../../extraplugins/req/org.eclipse.papyrus.req.sysml.traceabilityassistant</module>
<module>../../features/papyrus-extra-features/org.eclipse.papyrus.req.feature</module>
|