Skip to content

Commit

Permalink
Avoiding compiling xtext
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLethbridge committed Nov 12, 2019
1 parent 41e83ad commit e313e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.umple.xml
Expand Up @@ -221,8 +221,8 @@
<deps-load-path conf="test" pathid="test.ivy.classpath" />

<javac debug="true" includeantruntime="false" debuglevel="source,lines,vars" destdir="${bin.path}" source="1.8" target="1.8">
<src path="${xtext.project.path}/src"/>
<src path="${xtext.project.path}/src-gen"/>
<!--src path="${xtext.project.path}/src"/ -->
<!-- src path="${xtext.project.path}/src-gen"/ -->
<src path="${project.path}/src"/>
<src path="${project.path}/src-gen-umpletl"/>
<src path="${project.path}/src-gen-umple"/>
Expand Down

0 comments on commit e313e5c

Please sign in to comment.