[jboss-cvs] JBoss Profiler SVN: r514 - in branches/JBossProfiler2: src/main/org/jboss/profiler/agent and 14 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 30 13:58:28 EST 2008


Author: jesper.pedersen
Date: 2008-11-30 13:58:26 -0500 (Sun, 30 Nov 2008)
New Revision: 514

Modified:
   branches/JBossProfiler2/build.xml
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/AbstractTransformer.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassRepository.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassUtil.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ExceptionInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/JavassistTransformer.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/NopProfilerThreadImpl.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Profiler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ProfilerThread.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ProfilerThreadImpl.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/SizeComparator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Transformer.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/Job.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/JobHelper.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StartProfiling.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StopProfiling.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/AbstractTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/AddClassesTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/ClearSnapshotsTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/DisableProfilerTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/EnableProfilerTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/GCTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/RegressionTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/RemoveClassesTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/SaveTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/StartProfilerTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/ant/StopProfilerTask.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/as/Communicator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/as/CommunicatorMBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/as/Profiler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/as/ProfilerMBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameComparator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/DifferenceUtil.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/SnapshotUtil.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/ThreadHolder.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassComparator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/Util.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/cmd/Client.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/BasicOptBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/ClassBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/CompareSnapshotBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/LoadSnapshotBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/MethodBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/OverviewBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/ThreadHotspotBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/TreeFrameBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/TreeThreadBean.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/util/PostbackPhaseListener.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/util/TreeDemoStateAdvisor.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/AbstractHandler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/HttpHandler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/LocalHandler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RemoteHandler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RmiHandler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/SocketHandler.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Hibernate.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Seam.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationComparator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassComparator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassType.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Command.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/CommandType.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameComparator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameHelper.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Math.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodRepository.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Plugin.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/PluginHelper.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Snapshot.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/SnapshotHelper.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadComparator.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadHelper.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfo.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfoProxy.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Visibility.java
   branches/JBossProfiler2/src/main/resources/messages.properties
   branches/JBossProfiler2/src/main/www/addclasspanel.xhtml
   branches/JBossProfiler2/src/main/www/comparemethods.xhtml
   branches/JBossProfiler2/src/main/www/comparesnapshots.xhtml
   branches/JBossProfiler2/src/main/www/css/style.css
   branches/JBossProfiler2/src/main/www/index.html
   branches/JBossProfiler2/src/main/www/index.xhtml
   branches/JBossProfiler2/src/main/www/listsnapshot.xhtml
   branches/JBossProfiler2/src/main/www/loadhotspots.xhtml
   branches/JBossProfiler2/src/main/www/loadoverview.xhtml
   branches/JBossProfiler2/src/main/www/loadsnapshot.xhtml
   branches/JBossProfiler2/src/main/www/loadthreadhotspots.xhtml
   branches/JBossProfiler2/src/main/www/loadthreadtree.xhtml
   branches/JBossProfiler2/src/main/www/removeclasspanel.xhtml
   branches/JBossProfiler2/src/main/www/template/comparetemplate.xhtml
   branches/JBossProfiler2/src/main/www/template/head.xhtml
   branches/JBossProfiler2/src/main/www/template/loadtemplate.xhtml
   branches/JBossProfiler2/src/main/www/template/template.xhtml
Log:
svn eol-style native


Property changes on: branches/JBossProfiler2/build.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/AbstractTransformer.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassRepository.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassUtil.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ExceptionInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/JavassistTransformer.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/NopProfilerThreadImpl.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Profiler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ProfilerThread.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ProfilerThreadImpl.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/SizeComparator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Transformer.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/Job.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/JobHelper.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StartProfiling.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StopProfiling.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/AbstractTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/AddClassesTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/ClearSnapshotsTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/DisableProfilerTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/EnableProfilerTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/GCTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/RegressionTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/RemoveClassesTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/SaveTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/StartProfilerTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/ant/StopProfilerTask.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/as/Communicator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/as/CommunicatorMBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/as/Profiler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/as/ProfilerMBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameComparator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/DifferenceUtil.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/SnapshotUtil.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/ThreadHolder.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassComparator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/Util.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/cmd/Client.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/BasicOptBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/ClassBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/CompareSnapshotBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/LoadSnapshotBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/MethodBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/OverviewBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/ThreadHotspotBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/TreeFrameBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/TreeThreadBean.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/util/PostbackPhaseListener.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/client/web/util/TreeDemoStateAdvisor.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/AbstractHandler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/HttpHandler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/LocalHandler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RemoteHandler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RmiHandler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/SocketHandler.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Hibernate.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Seam.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationComparator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassComparator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassType.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Command.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/CommandType.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameComparator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameHelper.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Math.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodRepository.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Plugin.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/PluginHelper.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Snapshot.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/SnapshotHelper.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadComparator.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadHelper.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfo.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfoProxy.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Visibility.java
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/resources/messages.properties
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/addclasspanel.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/comparemethods.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/comparesnapshots.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/css/style.css
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/index.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/index.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/listsnapshot.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/loadhotspots.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/loadoverview.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/loadsnapshot.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/loadthreadhotspots.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/loadthreadtree.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/removeclasspanel.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/template/comparetemplate.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/template/head.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/template/loadtemplate.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/JBossProfiler2/src/main/www/template/template.xhtml
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list