commit a6d8fdb2e31f386277cfd6154858d5e9015af9d1
Author:     Mauro Talevi <[email protected]>
AuthorDate: Sun, 2 Mar 2014 23:36:57 +0000
Commit:     Mauro Talevi <[email protected]>
CommitDate: Sun, 2 Mar 2014 23:36:57 +0000

    JBEHAVE-999:  Updated .classpath

diff --git a/org.jbehave.eclipse/.classpath b/org.jbehave.eclipse/.classpath
index 762d6b0..dd07aa2 100644
--- a/org.jbehave.eclipse/.classpath
+++ b/org.jbehave.eclipse/.classpath
@@ -1,29 +1,44 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
        <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.7.5.jar"/>
+       <classpathentry kind="src" output="target/classes" path="src">
+               <attributes>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry including="**/*.java" kind="src" 
output="target/test-classes" path="test">
+               <attributes>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry exported="true" kind="lib" 
path="lib/jbehave-core-3.9.1.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"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-lang-2.5.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/freemarker-2.3.16.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/commons-lang-2.6.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/freemarker-2.3.19.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/functionaljava-3.0.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/guava-10.0.1.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/logback-classic-1.0.0.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/logback-core-1.0.0.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/paranamer-2.4.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/plexus-utils-2.0.5.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/plexus-utils-3.0.10.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/slf4j-api-1.6.4.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/xstream-1.3.1.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/xstream-1.4.5.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/xpp3_min-1.1.4c.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/junit-dep-4.8.2.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/hamcrest-core-1.1.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/hamcrest-integration-1.1.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/hamcrest-library-1.1.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/junit-4.11.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/hamcrest-core-1.3.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/hamcrest-integration-1.3.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/hamcrest-library-1.3.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/jsr305-1.3.9.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/mockito-all-1.8.4.jar"/>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+       <classpathentry kind="con" 
path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+               <attributes>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>



Reply via email to