diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-08-24 14:46:16 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-08-24 14:46:16 -0400 |
| commit | 90f343c701585066bf30f226811d65f3bce58c95 (patch) | |
| tree | 8b8d1f07bd2c486c9b2106f87b6c3c61f7300af2 /BJC-Utils2/.classpath | |
| parent | 6d454caf2bfa5207957b5da775ece2a249857ddd (diff) | |
Added tentative support for subrules
Added a new sort of config reader that tentatively
supports subrules through indentation. I need to
actually write a parser that uses it though.
I think something to do with trees would work well
for testing it.
Diffstat (limited to 'BJC-Utils2/.classpath')
| -rw-r--r-- | BJC-Utils2/.classpath | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BJC-Utils2/.classpath b/BJC-Utils2/.classpath index 16e7185..17c9f20 100644 --- a/BJC-Utils2/.classpath +++ b/BJC-Utils2/.classpath @@ -18,6 +18,10 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> |
