From 259f50e0123ac865cfe8c47d3f00669672b50727 Mon Sep 17 00:00:00 2001 From: Jens Bendisposto <jens@bendisposto.de> Date: Thu, 13 Aug 2015 04:37:26 +0200 Subject: [PATCH] Update .classpath --- org.eventb.texteditor.parsers/.classpath | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.eventb.texteditor.parsers/.classpath b/org.eventb.texteditor.parsers/.classpath index 3e6188a..9518463 100644 --- a/org.eventb.texteditor.parsers/.classpath +++ b/org.eventb.texteditor.parsers/.classpath @@ -5,9 +5,9 @@ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry exported="true" kind="lib" path="lib/bparser-2.4.36-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/eventbstruct-2.4.36-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/parserbase-2.4.36-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/prologlib-2.4.36-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/bparser-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/eventbstruct-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/parserbase-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/prologlib-2.4.40.jar"/> <classpathentry kind="output" path="bin"/> </classpath> -- GitLab