commit e77f8c125527b72945e60a076269fb7f81f254cd Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Mon, 14 Oct 2013 16:02:03 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Mon, 14 Oct 2013 16:02:03 +0200
Updated plugin build to use the same version of core as the Maven build. diff --git a/download-lib.sh b/download-lib.sh index eec34a6..dc41858 100755 --- a/download-lib.sh +++ b/download-lib.sh @@ -1,4 +1,6 @@ #!/bin/bash +rm org.jbehave.eclipse/lib/*.jar + mvn org.apache.maven.plugins:maven-dependency-plugin:2.4:copy-dependencies -forg.jbehave.eclipse/pom.xml -Ddest=org.jbehave.eclipse/lib diff --git a/org.jbehave.eclipse/.classpath b/org.jbehave.eclipse/.classpath index 7b63e15..762d6b0 100644 --- a/org.jbehave.eclipse/.classpath +++ b/org.jbehave.eclipse/.classpath @@ -4,7 +4,7 @@ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="test"/> - <classpathentry exported="true" kind="lib" path="lib/jbehave-core-3.6.7.jar"/> + <classpathentry exported="true" kind="lib" path="lib/jbehave-core-3.7.5.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.6.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-io-2.1.jar"/> diff --git a/org.jbehave.eclipse/build.properties b/org.jbehave.eclipse/build.properties index 5137cbf..b03fc93 100644 --- a/org.jbehave.eclipse/build.properties +++ b/org.jbehave.eclipse/build.properties @@ -8,4 +8,4 @@ bin.includes = plugin.xml,\ lib/*.jar,\ resources/ bin.excludes = lib/mockito-all-1.8.4.jar -jars.extra.classpath = lib/jbehave-core-3.6.7.jar +jars.extra.classpath = lib/jbehave-core-3.7.5.jar