Skip to content

Commit de9724f

Browse files
authored
Merge pull request #83 from ModelDriven/Issue-#81
Issue #81 - Harcoded paths in JavaCC plug-in prefs (redo)
2 parents 1fe83f9 + 5e2a3bf commit de9724f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.modeldriven.alf/.settings/sf.eclipse.javacc.prefs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ JTB_OPTIONS=-ia -jd -tk
88
KEEP_DEL_FILES_IN_HISTORY=false
99
MARK_GEN_FILES_AS_DERIVED=false
1010
OUTLINE_SYNC_FROM_EDITOR=true
11-
RUNTIME_JJJAR=/Applications/Eclipse 4.5.app/Contents/Eclipse/plugins/sf.eclipse.javacc_1.5.33/jars/javacc-6.0.jar
12-
RUNTIME_JTBJAR=/Applications/eclipse/plugins/sf.eclipse.javacc_1.5.24/jtb-1.4.4.jar
11+
RUNTIME_JJJAR=${javacc.plugin_loc}/jars/javacc-6.0.jar
12+
RUNTIME_JTBJAR=${javacc.plugin_loc}/jars/jtb-1.4.11.jar
1313
RUNTIME_JVMOPTIONS=
1414
SUPPRESS_WARNINGS=true
1515
eclipse.preferences.version=1

0 commit comments

Comments
 (0)