- fix netbeans update centers
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7283 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
eb636e9755
commit
89330d23b4
@ -13,7 +13,7 @@ Services/AutoupdateType/com_jme3_jmp_contributions_update_center.instance=jMonke
|
|||||||
|
|
||||||
#NB 6.9 update centers
|
#NB 6.9 update centers
|
||||||
com_jme3_gde_core_netbeans_update_center=http://updates.netbeans.org/netbeans/updates/7.0/uc/final/distribution/catalog.xml.gz
|
com_jme3_gde_core_netbeans_update_center=http://updates.netbeans.org/netbeans/updates/7.0/uc/final/distribution/catalog.xml.gz
|
||||||
com_jme3_gde_core_thirdparty_update_center=http://updates.netbeans.org/netbeans/updates/6.9/uc/final/certified/catalog.xml.gz
|
com_jme3_gde_core_thirdparty_update_center=http://updates.netbeans.org/netbeans/updates/7.0/uc/final/certified/catalog.xml.gz
|
||||||
com_jme3_gde_core_plugin_portal_update_center=http://plugins.netbeans.org/nbpluginportal/updates/7.0/catalog.xml.gz
|
com_jme3_gde_core_plugin_portal_update_center=http://plugins.netbeans.org/nbpluginportal/updates/7.0/catalog.xml.gz
|
||||||
#NB 6.9 update centers
|
#NB 6.9 update centers
|
||||||
Services/AutoupdateType/com_jme3_gde_core_netbeans_update_center.instance=NetBeans Platform
|
Services/AutoupdateType/com_jme3_gde_core_netbeans_update_center.instance=NetBeans Platform
|
||||||
|
@ -4,23 +4,20 @@
|
|||||||
<folder name="Services">
|
<folder name="Services">
|
||||||
<folder name="AutoupdateType">
|
<folder name="AutoupdateType">
|
||||||
<file name="com_jme3_platform_update_center.instance">
|
<file name="com_jme3_platform_update_center.instance">
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.jme3.gde.core.updatecenters.Bundle"/>
|
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_platform_update_center.instance"/>
|
||||||
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_platform_update_center_nightly.instance"/>
|
|
||||||
<attr name="enabled" boolvalue="true"/>
|
<attr name="enabled" boolvalue="true"/>
|
||||||
<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_key" stringvalue="com_jme3_platform_update_center_nightly"/>
|
<attr name="url_key" stringvalue="com_jme3_platform_update_center_nightly"/>
|
||||||
</file>
|
</file>
|
||||||
<file name="com_jme3_gde_core_update_center.instance">
|
<file name="com_jme3_gde_core_update_center.instance">
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.jme3.gde.core.updatecenters.Bundle"/>
|
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_update_center.instance"/>
|
||||||
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_update_center_nightly.instance"/>
|
|
||||||
<attr name="enabled" boolvalue="false"/>
|
<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_key" stringvalue="com_jme3_gde_core_update_center_nightly"/>
|
<attr name="url_key" stringvalue="com_jme3_gde_core_update_center_nightly"/>
|
||||||
</file>
|
</file>
|
||||||
<file name="com_jme3_gde_core_update_center_stable.instance">
|
<file name="com_jme3_gde_core_update_center_stable.instance">
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.jme3.gde.core.updatecenters.Bundle"/>
|
|
||||||
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_update_center_stable.instance"/>
|
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_update_center_stable.instance"/>
|
||||||
<attr name="enabled" boolvalue="true"/>
|
<attr name="enabled" boolvalue="true"/>
|
||||||
<attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
|
<attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
|
||||||
@ -28,7 +25,6 @@
|
|||||||
<attr name="url_key" stringvalue="com_jme3_gde_core_update_center_stable"/>
|
<attr name="url_key" stringvalue="com_jme3_gde_core_update_center_stable"/>
|
||||||
</file>
|
</file>
|
||||||
<file name="com_jme3_jmp_contributions_update_center.instance">
|
<file name="com_jme3_jmp_contributions_update_center.instance">
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.jme3.gde.core.updatecenters.Bundle"/>
|
|
||||||
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_jmp_contributions_update_center.instance"/>
|
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_jmp_contributions_update_center.instance"/>
|
||||||
<attr name="enabled" boolvalue="true"/>
|
<attr name="enabled" boolvalue="true"/>
|
||||||
<attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
|
<attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
|
||||||
@ -36,7 +32,6 @@
|
|||||||
<attr name="url_key" stringvalue="com_jme3_jmp_contributions_update_center"/>
|
<attr name="url_key" stringvalue="com_jme3_jmp_contributions_update_center"/>
|
||||||
</file>
|
</file>
|
||||||
<file name="com_jme3_gde_core_netbeans_update_center.instance">
|
<file name="com_jme3_gde_core_netbeans_update_center.instance">
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.jme3.gde.core.updatecenters.Bundle"/>
|
|
||||||
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_netbeans_update_center.instance"/>
|
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_netbeans_update_center.instance"/>
|
||||||
<attr name="enabled" boolvalue="false"/>
|
<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"/>
|
||||||
@ -44,7 +39,6 @@
|
|||||||
<attr name="url_key" stringvalue="com_jme3_gde_core_netbeans_update_center"/>
|
<attr name="url_key" stringvalue="com_jme3_gde_core_netbeans_update_center"/>
|
||||||
</file>
|
</file>
|
||||||
<file name="com_jme3_gde_core_thirdparty_update_center.instance">
|
<file name="com_jme3_gde_core_thirdparty_update_center.instance">
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.jme3.gde.core.updatecenters.Bundle"/>
|
|
||||||
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_thirdparty_update_center.instance"/>
|
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_thirdparty_update_center.instance"/>
|
||||||
<attr name="enabled" boolvalue="false"/>
|
<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"/>
|
||||||
@ -52,7 +46,6 @@
|
|||||||
<attr name="url_key" stringvalue="com_jme3_gde_core_thirdparty_update_center"/>
|
<attr name="url_key" stringvalue="com_jme3_gde_core_thirdparty_update_center"/>
|
||||||
</file>
|
</file>
|
||||||
<file name="com_jme3_gde_core_plugin_portal_update_center.instance">
|
<file name="com_jme3_gde_core_plugin_portal_update_center.instance">
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="com.jme3.gde.core.updatecenters.Bundle"/>
|
|
||||||
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_plugin_portal_update_center.instance"/>
|
<attr name="displayName" bundlevalue="com.jme3.gde.core.updatecenters.Bundle#Services/AutoupdateType/com_jme3_gde_core_plugin_portal_update_center.instance"/>
|
||||||
<attr name="enabled" boolvalue="false"/>
|
<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"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user