You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/12/05 10:10:40 UTC

svn commit: r1718065 - in /jmeter/trunk: eclipse.classpath xdocs/changes.xml

Author: pmouawad
Date: Sat Dec  5 09:10:40 2015
New Revision: 1718065

URL: http://svn.apache.org/viewvc?rev=1718065&view=rev
Log:
Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse
Bugzilla Id: 58693

Modified:
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1718065&r1=1718064&r2=1718065&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Sat Dec  5 09:10:40 2015
@@ -102,5 +102,4 @@
 	<classpathentry kind="lib" path="lib/api/bcmail-jdk15on-1.49.jar"/>
 	<classpathentry kind="lib" path="lib/api/bcprov-jdk15on-1.49.jar"/>
 	<classpathentry kind="lib" path="lib/api/bcpkix-jdk15on-1.49.jar"/>
-	<classpathentry kind="output" path="build"/>
 </classpath>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1718065&r1=1718064&r2=1718065&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Dec  5 09:10:40 2015
@@ -216,6 +216,7 @@ Summary
     <li><bug>58016</bug> Error type casting using external SSL Provider. Contributed by Kirill Yankov (myworkpostbox at gmail.com)</li>
     <li><bug>58293</bug>SOAP/XML-RPC Sampler file browser generates NullPointerException</li>
     <li><bug>58685</bug>JDatefield : Make the modification of the date with up/down arrow work.Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
+    <li><bug>58693</bug>Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse</li>
 </ul>
 
  <!--  =================== Thanks =================== -->