Skip to content

Commit

Permalink
tests now have OCL nature
Browse files Browse the repository at this point in the history
not sure how that happened, but OK
  • Loading branch information
steve-hickman-epistimis committed Feb 15, 2024
1 parent 0f65af7 commit 57f04ba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions com.epistimis.uddl.tests/.project
Original file line number Diff line number Diff line change
Expand Up @@ -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.xtext.ui.shared.xtextBuilder</name>
<arguments>
Expand Down Expand Up @@ -36,5 +57,6 @@
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.ocl.pivot.ui.oclnature</nature>
</natures>
</projectDescription>

0 comments on commit 57f04ba

Please sign in to comment.