Author: jvanzyl
Date: Sun Jul  6 16:21:29 2008
New Revision: 674360

URL: http://svn.apache.org/viewvc?rev=674360&view=rev
Log:
o only allow local connections for now

Modified:
    maven/components/trunk/maven-distribution/src/bin/mvnyjp

Modified: maven/components/trunk/maven-distribution/src/bin/mvnyjp
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/src/bin/mvnyjp?rev=674360&r1=674359&r2=674360&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/src/bin/mvnyjp (original)
+++ maven/components/trunk/maven-distribution/src/bin/mvnyjp Sun Jul  6 
16:21:29 2008
@@ -35,7 +35,7 @@
 
 YJPLIB=/applications/YourKit.app/bin/mac/libyjpagent.jnilib
 
-MAVEN_OPTS=-agentpath:$YJPLIB=onexit=snapshot,onexit=memory,tracing
+MAVEN_OPTS=-agentpath:$YJPLIB=onexit=snapshot,onexit=memory,tracing,onlylocal
 
 QUOTED_ARGS=""
 while [ "$1" != "" ] ; do


Reply via email to