- change update center locations

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8503 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent 5f582977cb
commit 7329bed1f5
  1. 6
      build.xml
  2. 20
      sdk/jme3-core-updatecenters/src/com/jme3/gde/core/updatecenters/Bundle.properties
  3. 32
      sdk/jme3-core-updatecenters/src/com/jme3/gde/core/updatecenters/layer.xml

@ -42,7 +42,7 @@
<target name="-check-platform" depends="-check-platform-present" unless="platform.present">
<property file="sdk/nbproject/project.properties"/>
<echo message="Downloading base platform, this only has to be done once."/>
<get src="http://jmonkeyengine.com/updates/${app.version}/platform-base.zip" dest="./" skipexisting="false"/>
<get src="http://jmonkeyengine.com/updates/nightly/${app.version}/platform-base.zip" dest="./" skipexisting="false"/>
<unzip src="platform-base.zip" dest="./"/>
<antcall target="-update-sdk-platform-config"/>
<delete file="platform-base.zip"/>
@ -72,7 +72,7 @@
****************************************************************
-->
<target name="hudson-nightly" depends="update-platform">
<target name="hudson-nightly" depends="-check-platform, -update-sdk-platform-config">
<exec executable="svn" dir="engine">
<arg value="cleanup" />
</exec>
@ -91,7 +91,7 @@
<ant dir="sdk" target="hudson-nightly"/>
</target>
<target name="hudson-stable" depends="update-platform">
<target name="hudson-stable" depends="-check-platform, -update-sdk-platform-config">
<exec executable="svn" dir="engine">
<arg value="cleanup" />
</exec>

@ -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

@ -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>
Loading…
Cancel
Save