forked from eclipse-capella/capella-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eclipse-capella#135 OpenSource CDO and XML Metadata TA plugins
- Add the CDO and XML Metadata plugins - Add the feature - Add it in the product and update site - Add documentation - Include new TA in CapellaStudio product - Fix some branding and copyright issues on existing plugins/features - Fix typos in documentation Change-Id: I3f560b4a75e92b64caa87d0c5343cf446ddb20d0
- Loading branch information
1 parent
5766209
commit c9eb1af
Showing
118 changed files
with
4,411 additions
and
11 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
doc/plugins/org.polarsys.capella.studio.doc/html/extension/cdoxml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>cdoxml</title><link type="text/css" rel="stylesheet" href="PLUGINS_ROOT/org.polarsys.capella.studio.doc/html/style/style.css"/></head><body><h1 id="Generate_viewpoints_for_CDO_platforms_including_metadata_descriptions_as_XML_content">Generate viewpoints for CDO platforms including metadata descriptions as XML content</h1><p>The support for CDO platform is the same as the one provided by the CDO generation.<br/> | ||
It adds the generation of a [viewpoint_name].connector plugin containing XXX.data.vptext data content description using XML format. </p><ul><li><a href="#Prerequisite">Prerequisite</a></li><li><a href="#Setup_new_viewpoint">Setup new viewpoint</a></li><li><a href="#Setup_existing_viewpoint">Setup existing viewpoint</a></li></ul><h2 id="Prerequisite">Prerequisite</h2><p><hr/> | ||
One of the generated bundles is specific to the CDO platforms. Thus, it requires the bundle org.eclipse.emf.cdo which is not available into Capella Studio. | ||
A new target platform is needed. To configure it:</p><ol><li>Open the preference page <code>Menu Window > Plug-in development > Target platform</code>.</li><li>Click on the <i>Add...</i> button. Then on the wizard press the <i>Next</i> button.</li><li>Click on the <i>Add</i> button and select the <i>installation</i> item and press the <i>Next</i> button.</li><li>Provide the path of your CDO platform and click on <i>Finish</i> button.</li></ol><h2 id="Setup_new_viewpoint">Setup new viewpoint</h2><p><hr/> | ||
To enable it into a new project, select the <b>target application</b> labeled <i>CDO and XML Metadata for Capella</i>.<br/><br/> | ||
<img border="0" src="img/newVPDSLprojectCDOXML.png"/><br/><br/></p><h2 id="Setup_existing_viewpoint">Setup existing viewpoint</h2><p><hr/> | ||
To enable it into an existing project, open the XXX.conf.vptext file and use the content assistant to select the <b>target application</b> labeled <i>CDO and XML Metadata for Capella</i>.<br/><br/> | ||
<img border="0" src="img/existingVPDSLprojectCDOXML.png"/><br/><br/></p></body></html> |
29 changes: 29 additions & 0 deletions
29
doc/plugins/org.polarsys.capella.studio.doc/html/extension/cdoxml.mediawiki
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
= Generate viewpoints for CDO platforms including metadata descriptions as XML content = | ||
|
||
The support for CDO platform is the same as the one provided by the CDO generation.</br> | ||
It adds the generation of a [viewpoint_name].connector plugin containing XXX.data.vptext data content description using XML format. | ||
|
||
* [[#Prerequisite|Prerequisite]] | ||
* [[#Setup_new_viewpoint|Setup new viewpoint]] | ||
* [[#Setup_existing_viewpoint|Setup existing viewpoint]] | ||
==Prerequisite== | ||
---- | ||
One of the generated bundles is specific to the CDO platforms. Thus, it requires the bundle org.eclipse.emf.cdo which is not available into Capella Studio. | ||
A new target platform is needed. To configure it: | ||
#Open the preference page <code>Menu Window > Preferences > Plug-in development > Target platform</code>. | ||
#Click on the ''Add...'' button. Then on the wizard press the ''Next'' button. | ||
#Click on the ''Add'' button and select the ''installation'' item and press the ''Next'' button. | ||
#Provide the path of your CDO platform and click on ''Finish'' button. | ||
#Select the newly created target platform and click on ''Apply and Close'' button. | ||
==Setup new viewpoint== | ||
---- | ||
To enable it into a new project, select the '''target application''' labeled ''CDO and XML Metadata for Capella''.<br/><br/> | ||
[[File:img/newVPDSLprojectCDOXML.png]]<br/><br/> | ||
|
||
==Setup existing viewpoint== | ||
---- | ||
To enable it into an existing project, open the XXX.conf.vptext file and use the content assistant to select the '''target application''' labeled ''CDO and XML Metadata for Capella''.<br/><br/> | ||
[[File:img/existingVPDSLprojectCDOXML.png]]<br/><br/> |
Binary file added
BIN
+25.7 KB
...g.polarsys.capella.studio.doc/html/extension/img/existingVPDSLprojectCDOXML.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.3 KB
...ns/org.polarsys.capella.studio.doc/html/extension/img/newVPDSLprojectCDOXML.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.polarsys.capella.cdoxml.ta.definition.feature</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.FeatureBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.FeatureNature</nature> | ||
</natures> | ||
</projectDescription> |
15 changes: 15 additions & 0 deletions
15
vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ============================================================================= | ||
# Copyright (c) 2021 THALES GLOBAL SERVICES. | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Eclipse Public License 2.0 which is available at | ||
# http://www.eclipse.org/legal/epl-2.0 | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
# | ||
# Contributors: | ||
# Thales Global Services S.A.S - initial API and implementation | ||
# ============================================================================= | ||
bin.includes = feature.xml,\ | ||
epl-2.0.html,\ | ||
license.html,\ | ||
feature.properties |
Oops, something went wrong.