You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/04/06 03:23:39 UTC

svn commit: r1585221 - /logging/log4j/log4j2/trunk/pom.xml

Author: mattsicker
Date: Sun Apr  6 01:23:39 2014
New Revision: 1585221

URL: http://svn.apache.org/r1585221
Log:
Update yourkit profile.

  - Added activation on Mac and if it exists.
  - TODO: anyone using Windows or Linux along with YJP should create 
  separate profiles for that. The old one only worked on Mac anyway.

Modified:
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1585221&r1=1585220&r2=1585221&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Sun Apr  6 01:23:39 2014
@@ -1069,8 +1069,15 @@
     </profile>
     <profile>
       <!-- http://www.yourkit.com/docs/80/help/agent.jsp -->
-      <id>yourkit</id>
-
+      <id>yourkit-mac</id>
+      <activation>
+        <os>
+          <family>Mac</family>
+        </os>
+        <file>
+          <exists>${yourkit.home}/bin/mac/libyjpagent.jnilib</exists>
+        </file>
+      </activation>
       <properties>
         <yourkit.home>/Applications/YJP.app</yourkit.home>
       </properties>