[jboss-cvs] jbosside/netbeans/update-center/src/org/hibernate/netbeans/updatecenter ...

Leon Chiver leonceeo at gmail.com
Fri Sep 22 08:36:42 EDT 2006


  User: leonceeo
  Date: 06/09/22 08:36:42

  Added:       netbeans/update-center/src/org/hibernate/netbeans/updatecenter   
                        layer.xml
                        org_hibernate_netbeans_update_centerSettings.xml
                        Bundle.properties
  Log:
  merged changes from v_0_5_alpha1 branch
  
  Revision  Changes    Path
  1.2       +13 -0     jbosside/netbeans/update-center/src/org/hibernate/netbeans/updatecenter/layer.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: layer.xml
  ===================================================================
  RCS file: layer.xml
  diff -N layer.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ layer.xml	22 Sep 2006 12:36:42 -0000	1.2
  @@ -0,0 +1,13 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  +<filesystem>
  +    <folder name="Services">
  +        <folder name="AutoupdateType">
  +            <file name="org_hibernate_netbeans_update_center.settings" url="org_hibernate_netbeans_update_centerSettings.xml">
  +                <attr name="SystemFileSystem.localizingBundle" stringvalue="org.hibernate.netbeans.updatecenter.Bundle"/>
  +                <attr name="enabled" boolvalue="true"/>
  +                <attr name="url_key" stringvalue="org_hibernate_netbeans_update_center"/>
  +            </file>
  +        </folder>
  +    </folder>
  +</filesystem>
  
  
  
  1.2       +9 -0      jbosside/netbeans/update-center/src/org/hibernate/netbeans/updatecenter/org_hibernate_netbeans_update_centerSettings.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: org_hibernate_netbeans_update_centerSettings.xml
  ===================================================================
  RCS file: org_hibernate_netbeans_update_centerSettings.xml
  diff -N org_hibernate_netbeans_update_centerSettings.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ org_hibernate_netbeans_update_centerSettings.xml	22 Sep 2006 12:36:42 -0000	1.2
  @@ -0,0 +1,9 @@
  +<?xml version="1.0"?>
  +<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
  +<settings version="1.0">
  +    <module name="org.netbeans.modules.autoupdate/1"/>
  +    <instanceof class="org.openide.ServiceType"/>
  +    <instanceof class="org.netbeans.modules.autoupdate.AutoupdateType"/>
  +    <instanceof class="org.netbeans.modules.autoupdate.XMLAutoupdateType"/>
  +    <instance class="org.netbeans.modules.autoupdate.XMLAutoupdateType" method="createXMLAutoupdateType"/>
  +</settings>
  
  
  
  1.2       +7 -0      jbosside/netbeans/update-center/src/org/hibernate/netbeans/updatecenter/Bundle.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Bundle.properties
  ===================================================================
  RCS file: Bundle.properties
  diff -N Bundle.properties
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ Bundle.properties	22 Sep 2006 12:36:42 -0000	1.2
  @@ -0,0 +1,7 @@
  +OpenIDE-Module-Display-Category=Hibernate
  +OpenIDE-Module-Long-Description=\
  +    This update center provides updates for the NetBeans flavour of the hibernate tools.
  +OpenIDE-Module-Name=Hibernate Tools Update Center
  +OpenIDE-Module-Short-Description=Hibernate Tools for NetBeans Update Center
  +org_hibernate_netbeans_update_center=file:///home/leon/updates.xml
  +Services/AutoupdateType/org_hibernate_netbeans_update_center.settings=NetBeans Update Center
  
  
  



More information about the jboss-cvs-commits mailing list