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

Leon Chiver leonceeo at gmail.com
Thu Sep 21 03:03:26 EDT 2006


  User: leonceeo
  Date: 06/09/21 03:03:26

  Added:       netbeans/update-center/src/org/hibernate/netbeans/updatecenter   
                        Tag: v_0_5_alpha1 layer.xml
                        org_hibernate_netbeans_update_centerSettings.xml
                        Bundle.properties
  Log:
  Created suite to include the hibernate-console module and the update center module
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +13 -0     jbosside/netbeans/update-center/src/org/hibernate/netbeans/updatecenter/Attic/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	21 Sep 2006 07:03:26 -0000	1.1.2.1
  @@ -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.1.2.1   +9 -0      jbosside/netbeans/update-center/src/org/hibernate/netbeans/updatecenter/Attic/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	21 Sep 2006 07:03:26 -0000	1.1.2.1
  @@ -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.1.2.1   +7 -0      jbosside/netbeans/update-center/src/org/hibernate/netbeans/updatecenter/Attic/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	21 Sep 2006 07:03:26 -0000	1.1.2.1
  @@ -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