- disable NetBeans Base update center by default

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9803 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 20d960df9f
commit bbc0e74330
  1. 2
      sdk/jme3-core-updatecenters/src/com/jme3/gde/core/updatecenters/layer.xml

@ -5,7 +5,7 @@
<folder name="AutoupdateType"> <folder name="AutoupdateType">
<file name="org_netbeans_update_center.instance"> <file name="org_netbeans_update_center.instance">
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/org_netbeans_update_center.instance"/> <attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/org_netbeans_update_center.instance"/>
<attr name="enabled" boolvalue="true"/> <attr name="enabled" boolvalue="false"/>
<attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/> <attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
<attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/> <attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
<attr name="url" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#org_netbeans_update_center"/> <attr name="url" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#org_netbeans_update_center"/>

Loading…
Cancel
Save