You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/11 20:56:36 UTC

svn commit: r1773612 - /poi/trunk/_Currently selected junit test (POI).launch

Author: centic
Date: Sun Dec 11 20:56:36 2016
New Revision: 1773612

URL: http://svn.apache.org/viewvc?rev=1773612&view=rev
Log:
Disable dynaTrace agent in coverage-launchconfig

Modified:
    poi/trunk/_Currently selected junit test (POI).launch

Modified: poi/trunk/_Currently selected junit test (POI).launch
URL: http://svn.apache.org/viewvc/poi/trunk/_Currently%20selected%20junit%20test%20%28POI%29.launch?rev=1773612&r1=1773611&r2=1773612&view=diff
==============================================================================
--- poi/trunk/_Currently selected junit test (POI).launch (original)
+++ poi/trunk/_Currently selected junit test (POI).launch Sun Dec 11 20:56:36 2016
@@ -27,5 +27,5 @@
 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="${java_type_name}"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ApachePOI"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea&#10;-agentpath:/opt/dynaTrace/dynatrace-5.6.0/agent/lib64/libdtagent.so=name=ApachePOI,server=localhost:9998,transformationmaxavgwait=400,wait=5"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea&#10;-Dnotused=agentpath:/opt/dynaTrace/dynatrace-5.6.0/agent/lib64/libdtagent.so=name=ApachePOI,server=localhost:9998,transformationmaxavgwait=400,wait=5"/>
 </launchConfiguration>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org