* [gentoo-commits] gentoo-x86 commit in dev-util/visualvm/files: org-netbeans-modules-profiler-nbimpl.xml org-netbeans-modules-profiler-kit.xml org-netbeans-modules-profiler-options.xml visualvm.sh org-netbeans-modules-profiler-oql-language.xml visualvm.conf
@ 2015-02-05 18:05 Miroslav Sulc (fordfrog)
0 siblings, 0 replies; only message in thread
From: Miroslav Sulc (fordfrog) @ 2015-02-05 18:05 UTC (permalink / raw
To: gentoo-commits
fordfrog 15/02/05 18:05:25
Added: org-netbeans-modules-profiler-nbimpl.xml
org-netbeans-modules-profiler-kit.xml
org-netbeans-modules-profiler-options.xml
visualvm.sh
org-netbeans-modules-profiler-oql-language.xml
visualvm.conf
Log:
version bump, removed obsolete broken ebuilds
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)
Revision Changes Path
1.1 dev-util/visualvm/files/org-netbeans-modules-profiler-nbimpl.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-nbimpl.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-nbimpl.xml?rev=1.1&content-type=text/plain
Index: org-netbeans-modules-profiler-nbimpl.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//NetBeans//DTD Module Status 1.0//EN"
"http://www.netbeans.org/dtds/module-status-1_0.dtd">
<module name="org.netbeans.modules.profiler.nbimpl">
<param name="autoload">false</param>
<param name="eager">false</param>
<param name="enabled">false</param>
<param name="jar">modules/org-netbeans-modules-profiler-nbimpl.jar</param>
<param name="reloadable">false</param>
</module>
1.1 dev-util/visualvm/files/org-netbeans-modules-profiler-kit.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-kit.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-kit.xml?rev=1.1&content-type=text/plain
Index: org-netbeans-modules-profiler-kit.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//NetBeans//DTD Module Status 1.0//EN"
"http://www.netbeans.org/dtds/module-status-1_0.dtd">
<module name="org.netbeans.modules.profiler.kit">
<param name="autoload">false</param>
<param name="eager">false</param>
<param name="enabled">false</param>
<param name="jar">modules/org-netbeans-modules-profiler-kit.jar</param>
<param name="reloadable">false</param>
</module>
1.1 dev-util/visualvm/files/org-netbeans-modules-profiler-options.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-options.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-options.xml?rev=1.1&content-type=text/plain
Index: org-netbeans-modules-profiler-options.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//NetBeans//DTD Module Status 1.0//EN"
"http://www.netbeans.org/dtds/module-status-1_0.dtd">
<module name="org.netbeans.modules.profiler.options">
<param name="autoload">false</param>
<param name="eager">false</param>
<param name="enabled">false</param>
<param name="jar">modules/org-netbeans-modules-profiler-options.jar</param>
<param name="reloadable">false</param>
</module>
1.1 dev-util/visualvm/files/visualvm.sh
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/visualvm.sh?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/visualvm.sh?rev=1.1&content-type=text/plain
Index: visualvm.sh
===================================================================
#!/bin/bash
# source the configuration file
source /etc/visualvm/visualvm.conf
# if visualvm userdir does not exist, create it and put in the default module configuration
# so that user does not face warning that some (unneeded) modules were not found
if [ ! -e "${visualvm_default_userdir}" ] ; then
mkdir -p "${visualvm_default_userdir}/config/Modules"
cp /usr/share/visualvm/config/* "${visualvm_default_userdir}/config/Modules/"
fi
# launch visualvm
/usr/share/netbeans-platform-8.0/lib/nbexec --jdkhome ${visualvm_jdkhome} --userdir ${visualvm_default_userdir} \
--branding visualvm --clusters /usr/share/visualvm/cluster:/usr/share/netbeans-platform-8.0:/usr/share/netbeans-profiler-8.0 \
${visualvm_default_options}
1.1 dev-util/visualvm/files/org-netbeans-modules-profiler-oql-language.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-oql-language.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/org-netbeans-modules-profiler-oql-language.xml?rev=1.1&content-type=text/plain
Index: org-netbeans-modules-profiler-oql-language.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//NetBeans//DTD Module Status 1.0//EN"
"http://www.netbeans.org/dtds/module-status-1_0.dtd">
<module name="org.netbeans.modules.profiler.oql.language">
<param name="autoload">false</param>
<param name="eager">false</param>
<param name="enabled">false</param>
<param name="jar">modules/org-netbeans-modules-profiler-oql-language.jar</param>
<param name="reloadable">false</param>
</module>
1.1 dev-util/visualvm/files/visualvm.conf
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/visualvm.conf?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/visualvm.conf?rev=1.1&content-type=text/plain
Index: visualvm.conf
===================================================================
# Default user directory
visualvm_default_userdir="${HOME}/.visualvm"
# Default runtime options
visualvm_default_options="-J-Dnetbeans.logger.console=true -J-ea -J-client -J-Xms24m -J-Xmx256m -J-Dnetbeans.accept_license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.d3d=false"
# JDK home
visualvm_jdkhome="$(java-config -O)"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-05 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 18:05 [gentoo-commits] gentoo-x86 commit in dev-util/visualvm/files: org-netbeans-modules-profiler-nbimpl.xml org-netbeans-modules-profiler-kit.xml org-netbeans-modules-profiler-options.xml visualvm.sh org-netbeans-modules-profiler-oql-language.xml visualvm.conf Miroslav Sulc (fordfrog)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox