Mercurial > hg > semantic-sia
changeset 58:26fccd9db2e9
background changes to .classpath, .hgignore and .project
author | stevenh |
---|---|
date | Tue, 02 Apr 2013 23:20:17 +0100 |
parents | 10889083d482 |
children | 5d5bf6159c67 |
files | .classpath .hgignore .project |
diffstat | 3 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.classpath Tue Apr 02 23:14:03 2013 +0100 +++ b/.classpath Tue Apr 02 23:20:17 2013 +0100 @@ -2,6 +2,6 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/PelletLibs"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JenaLibs"/> <classpathentry kind="output" path="bin"/> </classpath>
--- a/.hgignore Tue Apr 02 23:14:03 2013 +0100 +++ b/.hgignore Tue Apr 02 23:20:17 2013 +0100 @@ -35,4 +35,8 @@ syntax: regexp ^src/rdf/finalSiaTecModel\.n3$ syntax: regexp -^src/rdf/finalSiaTecModel\.rdf$ \ No newline at end of file +^src/rdf/finalSiaTecModel\.rdf$ +syntax: regexp +^src/rdf/midiModel\.n3$ +syntax: regexp +^src/rdf/midiModel\.rdf$ \ No newline at end of file
--- a/.project Tue Apr 02 23:14:03 2013 +0100 +++ b/.project Tue Apr 02 23:20:17 2013 +0100 @@ -10,8 +10,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.xtext.ui.shared.xtextBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.xtext.ui.shared.xtextNature</nature> </natures> </projectDescription>