[jboss-cvs] jbosside/netbeans/suite ...

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/suite    build.xml .cvsignore LICENSE
  Log:
  merged changes from v_0_5_alpha1 branch
  
  Revision  Changes    Path
  1.2       +8 -0      jbosside/netbeans/suite/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:40 -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="Hibernate Suite" basedir=".">
  +    <description>Builds the module suite Hibernate Suite.</description>
  +    <import file="nbproject/build-impl.xml"/>
  +</project>
  
  
  
  1.2       +1 -0      jbosside/netbeans/suite/.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:40 -0000	1.2
  @@ -0,0 +1 @@
  +build
  
  
  
  1.2       +19 -0     jbosside/netbeans/suite/LICENSE
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LICENSE
  ===================================================================
  RCS file: LICENSE
  diff -N LICENSE
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ LICENSE	22 Sep 2006 12:36:40 -0000	1.2
  @@ -0,0 +1,19 @@
  +JBoss, Home of Professional Open Source
  +Copyright 2005, JBoss Inc., and individual contributors as indicated
  +by the @authors tag. See the copyright.txt in the distribution for a
  +full listing of individual contributors.
  +
  +This is free software; you can redistribute it and/or modify it
  +under the terms of the GNU Lesser General Public License as
  +published by the Free Software Foundation; either version 2.1 of
  +the License, or (at your option) any later version.
  +
  +This software is distributed in the hope that it will be useful,
  +but WITHOUT ANY WARRANTY; without even the implied warranty of
  +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +Lesser General Public License for more details.
  +
  +You should have received a copy of the GNU Lesser General Public
  +License along with this software; if not, write to the Free
  +Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +02110-1301 USA, or see the FSF site: http://www.fsf.org.
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list