diff options
author | Benoit Pradelle <pradelle@java.net> | 2008-10-11 04:25:28 +0000 |
---|---|---|
committer | Benoit Pradelle <pradelle@java.net> | 2008-10-11 04:25:28 +0000 |
commit | 5002cccc1dfa05f09f90e83caf81f298ba21df1e (patch) | |
tree | 4efabb29c313eab9073980fcc2092fea05f731fc /lib | |
parent | 5aa4692abf37393211a50f1df9950255ca31df82 (diff) | |
download | jitsi-5002cccc1dfa05f09f90e83caf81f298ba21df1e.zip jitsi-5002cccc1dfa05f09f90e83caf81f298ba21df1e.tar.gz jitsi-5002cccc1dfa05f09f90e83caf81f298ba21df1e.tar.bz2 |
- attempt to fix the bug reported by Damian about profiler4j crash on Mac
Diffstat (limited to 'lib')
-rw-r--r-- | lib/installer-exclude/p4j-exclusions.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/installer-exclude/p4j-exclusions.txt b/lib/installer-exclude/p4j-exclusions.txt index a81183f..7b76523 100644 --- a/lib/installer-exclude/p4j-exclusions.txt +++ b/lib/installer-exclude/p4j-exclusions.txt @@ -22,4 +22,5 @@ org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.ast.Expression
org.eclipse.jdt.internal.compiler.problem.ProblemReporter
org.eclipse.jdt.internal.compiler.impl.Constant
-com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore
\ No newline at end of file +com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore
+sun.reflect.
\ No newline at end of file |