Skip to content

Commit

Permalink
Merge pull request #1440 from lf-lang/eclipse-exclude-cli
Browse files Browse the repository at this point in the history
Package `org.lflang.cli` excluded from Eclipse build configuration
  • Loading branch information
lhstrh authored Nov 1, 2022
2 parents 38572d1 + 9d6b091 commit c58094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.lflang/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry excluding="org/lflang/cli/" kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit c58094e

Please sign in to comment.