[jboss-cvs] jbosside/netbeans/update-center ...

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


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

  Added:       netbeans/update-center    manifest.mf .cvsignore build.xml
  Log:
  merged changes from v_0_5_alpha1 branch
  
  Revision  Changes    Path
  1.2       +6 -0      jbosside/netbeans/update-center/manifest.mf
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: manifest.mf
  ===================================================================
  RCS file: manifest.mf
  diff -N manifest.mf
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ manifest.mf	22 Sep 2006 12:36:41 -0000	1.2
  @@ -0,0 +1,6 @@
  +Manifest-Version: 1.0
  +OpenIDE-Module: org.hibernate.netbeans.updatecenter
  +OpenIDE-Module-Layer: org/hibernate/netbeans/updatecenter/layer.xml
  +OpenIDE-Module-Localizing-Bundle: org/hibernate/netbeans/updatecenter/Bundle.properties
  +OpenIDE-Module-Specification-Version: 1.0
  +
  
  
  
  1.2       +1 -0      jbosside/netbeans/update-center/.cvsignore
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .cvsignore
  ===================================================================
  RCS file: .cvsignore
  diff -N .cvsignore
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ .cvsignore	22 Sep 2006 12:36:41 -0000	1.2
  @@ -0,0 +1 @@
  +build
  
  
  
  1.2       +8 -0      jbosside/netbeans/update-center/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: build.xml
  diff -N build.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ build.xml	22 Sep 2006 12:36:41 -0000	1.2
  @@ -0,0 +1,8 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
  +<!-- for some information on what you could do (e.g. targets to override). -->
  +<!-- If you delete this file and reopen the project it will be recreated. -->
  +<project name="org.hibernate.netbeans.updatecenter" default="netbeans" basedir=".">
  +    <description>Builds, tests, and runs the project org.hibernate.netbeans.updatecenter.</description>
  +    <import file="nbproject/build-impl.xml"/>
  +</project>
  
  
  



More information about the jboss-cvs-commits mailing list