Selaa lähdekoodia

- change update center locations

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8503 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 vuotta sitten
vanhempi
commit
eea04b94d4

+ 4 - 16
jme3-core-updatecenters/src/com/jme3/gde/core/updatecenters/Bundle.properties

@@ -1,25 +1,13 @@
 #jMP update centers
-com_jme3_platform_update_center_nightly=http://jmonkeyengine.com/platform/base/alpha/updates.xml.gz
-com_jme3_platform_update_center_stable=http://jmonkeyengine.com/platform/base/stable/updates.xml.gz
-com_jme3_gde_core_update_center_nightly=http://jmonkeyengine.com/platform/updatecenter/alpha/updates.xml
-com_jme3_gde_core_update_center_stable=http://jmonkeyengine.com/platform/updatecenter/stable/updates.xml
-com_jme3_jmp_contributions_update_center=http://jmonkeyengine.com/platform/updatecenter/jmp-contributions/updates.xml
+com_jme3_gde_core_update_center_nightly=http://jmonkeyengine.com/updates/nightly/3.0beta/plugins/updates.xml
+com_jme3_gde_core_update_center_stable=http://jmonkeyengine.com/updates/stable/3.0beta/plugins/updates.xml
+com_jme3_jmp_contributions_update_center=http://jmonkeyengine.com/updates/contributions/updates.xml
+
 #jMP update centers
-Services/AutoupdateType/com_jme3_platform_update_center_nightly.instance=Base Platform Alpha
-Services/AutoupdateType/com_jme3_platform_update_center_stable.instance=Base Platform Stable
 Services/AutoupdateType/com_jme3_gde_core_update_center_nightly.instance=jMonkeyEngine SDK Nightly
 Services/AutoupdateType/com_jme3_gde_core_update_center_stable.instance=jMonkeyEngine SDK Stable
 Services/AutoupdateType/com_jme3_jmp_contributions_update_center.instance=jMonkeyEngine SDK User Contributions
 
-#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_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
-#NB 6.9 update centers
-Services/AutoupdateType/com_jme3_gde_core_netbeans_update_center.instance=NetBeans Platform
-Services/AutoupdateType/com_jme3_gde_core_thirdparty_update_center.instance=NB 3rd Party Plugins
-Services/AutoupdateType/com_jme3_gde_core_plugin_portal_update_center.instance=NB Plugin Portal
-
 OpenIDE-Module-Display-Category=jMonkeyEngine
 OpenIDE-Module-Long-Description=\
     jMonkeyEngine Core Update Center list

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

@@ -3,14 +3,6 @@
 <filesystem>
     <folder name="Services">
         <folder name="AutoupdateType">
-            <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_nightly.instance"/>
-                <attr name="enabled" boolvalue="true"/>
-                <attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
-                <attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
-                <attr name="url_key" stringvalue="com_jme3_platform_update_center_nightly"/>
-            </file>
             <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_nightly.instance"/>
@@ -35,30 +27,6 @@
                 <attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
                 <attr name="url_key" stringvalue="com_jme3_jmp_contributions_update_center"/>
             </file>
-            <!--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="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_key" stringvalue="com_jme3_gde_core_netbeans_update_center"/>
-            </file>
-            <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="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_key" stringvalue="com_jme3_gde_core_thirdparty_update_center"/>
-            </file>
-            <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="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_key" stringvalue="com_jme3_gde_core_plugin_portal_update_center"/>
-            </file-->
         </folder>
     </folder>
 </filesystem>