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

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


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

  Added:       netbeans/suite/nbproject       Tag: v_0_5_alpha1
                        genfiles.properties .cvsignore project.xml
                        project.properties build-impl.xml
                        platform.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   +8 -0      jbosside/netbeans/suite/nbproject/Attic/genfiles.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: genfiles.properties
  ===================================================================
  RCS file: genfiles.properties
  diff -N genfiles.properties
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ genfiles.properties	21 Sep 2006 07:03:25 -0000	1.1.2.1
  @@ -0,0 +1,8 @@
  +build.xml.data.CRC32=be9a5194
  +build.xml.script.CRC32=5659ff90
  +build.xml.stylesheet.CRC32=722e7a4f
  +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  +nbproject/build-impl.xml.data.CRC32=be9a5194
  +nbproject/build-impl.xml.script.CRC32=d9622e6d
  +nbproject/build-impl.xml.stylesheet.CRC32=121e7282
  
  
  
  1.1.2.1   +1 -0      jbosside/netbeans/suite/nbproject/Attic/.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	21 Sep 2006 07:03:25 -0000	1.1.2.1
  @@ -0,0 +1 @@
  +private
  
  
  
  1.1.2.1   +9 -0      jbosside/netbeans/suite/nbproject/Attic/project.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: project.xml
  ===================================================================
  RCS file: project.xml
  diff -N project.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ project.xml	21 Sep 2006 07:03:25 -0000	1.1.2.1
  @@ -0,0 +1,9 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<project xmlns="http://www.netbeans.org/ns/project/1">
  +    <type>org.netbeans.modules.apisupport.project.suite</type>
  +    <configuration>
  +        <data xmlns="http://www.netbeans.org/ns/nb-module-suite-project/1">
  +            <name>Hibernate Suite</name>
  +        </data>
  +    </configuration>
  +</project>
  
  
  
  1.1.2.1   +5 -0      jbosside/netbeans/suite/nbproject/Attic/project.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: project.properties
  ===================================================================
  RCS file: project.properties
  diff -N project.properties
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ project.properties	21 Sep 2006 07:03:25 -0000	1.1.2.1
  @@ -0,0 +1,5 @@
  +modules=\
  +    ${project.org.hibernate.netbeans.console}:\
  +    ${project.org.hibernate.netbeans}
  +project.org.hibernate.netbeans=../update-center
  +project.org.hibernate.netbeans.console=../hibernate-console
  
  
  
  1.1.2.1   +27 -0     jbosside/netbeans/suite/nbproject/Attic/build-impl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-impl.xml
  ===================================================================
  RCS file: build-impl.xml
  diff -N build-impl.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ build-impl.xml	21 Sep 2006 07:03:25 -0000	1.1.2.1
  @@ -0,0 +1,27 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +*** GENERATED FROM project.xml - DO NOT EDIT  ***
  +***         EDIT ../build.xml INSTEAD         ***
  +-->
  +<project name="Hibernate Suite-impl" basedir=".." xmlns:sproject="http://www.netbeans.org/ns/nb-module-suite-project/1">
  +    <property file="nbproject/private/platform-private.properties"/>
  +    <property file="nbproject/platform.properties"/>
  +    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-suite-project/1">
  +        <attribute name="name"/>
  +        <attribute name="value"/>
  +        <sequential>
  +            <property name="@{name}" value="${@{value}}"/>
  +        </sequential>
  +    </macrodef>
  +    <property file="${user.properties.file}"/>
  +    <sproject:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir"/>
  +    <sproject:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir"/>
  +    <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
  +        <condition>
  +            <not>
  +                <available file="${harness.dir}" type="dir"/>
  +            </not>
  +        </condition>
  +    </fail>
  +    <import file="${harness.dir}/suite.xml"/>
  +</project>
  
  
  
  1.1.2.1   +1 -0      jbosside/netbeans/suite/nbproject/Attic/platform.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: platform.properties
  ===================================================================
  RCS file: platform.properties
  diff -N platform.properties
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ platform.properties	21 Sep 2006 07:03:25 -0000	1.1.2.1
  @@ -0,0 +1 @@
  +nbplatform.active=default
  
  
  



More information about the jboss-cvs-commits mailing list