소스 검색

- disable NetBeans Base update center by default

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9803 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 13 년 전
부모
커밋
fa41c5337a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core-updatecenters/src/com/jme3/gde/core/updatecenters/layer.xml

+ 1 - 1
jme3-core-updatecenters/src/com/jme3/gde/core/updatecenters/layer.xml

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