|
@@ -3,6 +3,7 @@ cluster.path=\
|
|
|
${nbplatform.active.dir}/harness:\
|
|
|
${nbplatform.active.dir}/ide:\
|
|
|
${nbplatform.active.dir}/java:\
|
|
|
+ ${nbplatform.active.dir}/nb:\
|
|
|
${nbplatform.active.dir}/platform
|
|
|
disabled.modules=\
|
|
|
org.apache.commons.codec,\
|
|
@@ -25,6 +26,7 @@ disabled.modules=\
|
|
|
org.eclipse.mylyn.commons.net,\
|
|
|
org.eclipse.mylyn.commons.xmlrpc,\
|
|
|
org.eclipse.mylyn.tasks.core,\
|
|
|
+ org.netbeans.lib.uihandler,\
|
|
|
org.netbeans.libs.commons_net,\
|
|
|
org.netbeans.libs.jsr223,\
|
|
|
org.netbeans.libs.nbi.ant,\
|
|
@@ -32,9 +34,11 @@ disabled.modules=\
|
|
|
org.netbeans.libs.smack,\
|
|
|
org.netbeans.libs.springframework,\
|
|
|
org.netbeans.libs.swingx,\
|
|
|
+ org.netbeans.modules.autoupdate.pluginimporter,\
|
|
|
org.netbeans.modules.bugtracking,\
|
|
|
org.netbeans.modules.bugtracking.bridge,\
|
|
|
org.netbeans.modules.bugzilla,\
|
|
|
+ org.netbeans.modules.bugzilla.exceptionreporter,\
|
|
|
org.netbeans.modules.db,\
|
|
|
org.netbeans.modules.db.core,\
|
|
|
org.netbeans.modules.db.dataview,\
|
|
@@ -61,6 +65,8 @@ disabled.modules=\
|
|
|
org.netbeans.modules.hudson.subversion,\
|
|
|
org.netbeans.modules.hudson.tasklist,\
|
|
|
org.netbeans.modules.i18n.form,\
|
|
|
+ org.netbeans.modules.ide.branding,\
|
|
|
+ org.netbeans.modules.ide.branding.kit,\
|
|
|
org.netbeans.modules.j2ee.core.utilities,\
|
|
|
org.netbeans.modules.j2ee.eclipselink,\
|
|
|
org.netbeans.modules.j2ee.eclipselinkmodelgen,\
|
|
@@ -99,8 +105,12 @@ disabled.modules=\
|
|
|
org.netbeans.modules.spring.beans,\
|
|
|
org.netbeans.modules.swing.validation,\
|
|
|
org.netbeans.modules.testng.maven,\
|
|
|
+ org.netbeans.modules.uihandler,\
|
|
|
+ org.netbeans.modules.uihandler.exceptionreporter,\
|
|
|
org.netbeans.modules.websvc.saas.codegen.java,\
|
|
|
+ org.netbeans.modules.welcome,\
|
|
|
org.netbeans.modules.xml.wsdl.model,\
|
|
|
+ org.netbeans.upgrader,\
|
|
|
org.openide.compat,\
|
|
|
org.openide.options,\
|
|
|
org.openide.util.enumerations
|