Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2021-09-20 11:18:55 +0000
committerVincent Lorenzo2021-10-08 08:17:57 +0000
commit0982fcadb1714dbbd3849f5f1474fc81ab569868 (patch)
tree8d27e0b22d03a2f05e8d0c60022f750dc8e3d552 /examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/build.properties
parentf459c7898d10153d13c8eeafe081ce5ed8268a48 (diff)
downloadorg.eclipse.papyrus-0982fcadb1714dbbd3849f5f1474fc81ab569868.tar.gz
org.eclipse.papyrus-0982fcadb1714dbbd3849f5f1474fc81ab569868.tar.xz
org.eclipse.papyrus-0982fcadb1714dbbd3849f5f1474fc81ab569868.zip
Bug 576472: [Editor][XText] Papyrus must provide a way to open the XTextEditor as a nested editor
- contribute the metamodel TextDocument plugins - contribute the metamodel TextDocumentRepresentation plugins for the connection to the architecture framework - contribute the UI plugin (rename handler, ModelResource, label provider, creation menu, adapter factory, ...) - contribute the element type plugin - contribute the view properties plugin - contribute the xtext connection plugin - contribute the example plugin (XText UML Properties editor can now be open in the SashEditor) - provide a new additionnal feature Change-Id: I43dae8f6292a94d64ff34c809ef08972997f9701 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/build.properties')
-rwxr-xr-xexamples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/build.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/build.properties b/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/build.properties
new file mode 100755
index 00000000000..e944e261c1f
--- /dev/null
+++ b/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/build.properties
@@ -0,0 +1,10 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/,\
+ about.html,\
+ plugin.xml,\
+ icons/,\
+ model/
+src.includes = about.html

Back to the top