Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TDL Open Source
TOP IDE
Commits
4140762f
Commit
4140762f
authored
Jun 15, 2020
by
Philip Makedonski
Browse files
+ project related updates
parent
02a3d818
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
plugins/org.etsi.mts.tdl.model/.project
plugins/org.etsi.mts.tdl.model/.project
+22
-0
plugins/org.etsi.mts.tdl.model/plugin.xml
plugins/org.etsi.mts.tdl.model/plugin.xml
+7
-0
No files found.
plugins/org.etsi.mts.tdl.model/.project
View file @
4140762f
...
...
@@ -5,6 +5,27 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.ocl.pivot.ui.oclbuilder
</name>
<arguments>
<dictionary>
<key>
disabledExtensions
</key>
<value>
*,essentialocl
</value>
</dictionary>
<dictionary>
<key>
disabledPaths
</key>
<value>
bin/**,target/**
</value>
</dictionary>
<dictionary>
<key>
enabledExtensions
</key>
<value>
ecore,ocl,oclinecore,oclstdlib,uml
</value>
</dictionary>
<dictionary>
<key>
enabledPaths
</key>
<value>
**
</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
...
...
@@ -24,5 +45,6 @@
<natures>
<nature>
org.eclipse.pde.PluginNature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.ocl.pivot.ui.oclnature
</nature>
</natures>
</projectDescription>
plugins/org.etsi.mts.tdl.model/plugin.xml
View file @
4140762f
...
...
@@ -20,6 +20,13 @@
genModel=
"model/tdl.genmodel"
/>
</extension>
<extension
point=
"org.eclipse.emf.ecore.extension_parser"
>
<!-- @generated tdl -->
<parser
type=
"tdl"
class=
"org.etsi.mts.tdl.util.tdlResourceFactoryImpl"
/>
</extension>
<extension
point=
"org.eclipse.emf.ecore.generated_package"
>
<!-- @generated tdl -->
<package
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment