Skip to content

Commit

Permalink
Merge pull request #83 from ModelDriven/Issue-#81
Browse files Browse the repository at this point in the history
Issue #81 - Harcoded paths in JavaCC plug-in prefs (redo)
  • Loading branch information
seidewitz authored Jul 30, 2019
2 parents 1fe83f9 + 5e2a3bf commit de9724f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.modeldriven.alf/.settings/sf.eclipse.javacc.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ JTB_OPTIONS=-ia -jd -tk
KEEP_DEL_FILES_IN_HISTORY=false
MARK_GEN_FILES_AS_DERIVED=false
OUTLINE_SYNC_FROM_EDITOR=true
RUNTIME_JJJAR=/Applications/Eclipse 4.5.app/Contents/Eclipse/plugins/sf.eclipse.javacc_1.5.33/jars/javacc-6.0.jar
RUNTIME_JTBJAR=/Applications/eclipse/plugins/sf.eclipse.javacc_1.5.24/jtb-1.4.4.jar
RUNTIME_JJJAR=${javacc.plugin_loc}/jars/javacc-6.0.jar
RUNTIME_JTBJAR=${javacc.plugin_loc}/jars/jtb-1.4.11.jar
RUNTIME_JVMOPTIONS=
SUPPRESS_WARNINGS=true
eclipse.preferences.version=1

0 comments on commit de9724f

Please sign in to comment.