[jboss-cvs] jbosside/netbeans/suite/nbproject ...
Leon Chiver
leonceeo at gmail.com
Fri Sep 22 08:36:40 EDT 2006
User: leonceeo
Date: 06/09/22 08:36:40
Added: netbeans/suite/nbproject genfiles.properties
.cvsignore project.xml project.properties
build-impl.xml platform.properties
Log:
merged changes from v_0_5_alpha1 branch
Revision Changes Path
1.2 +8 -0 jbosside/netbeans/suite/nbproject/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 22 Sep 2006 12:36:40 -0000 1.2
@@ -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.2 +1 -0 jbosside/netbeans/suite/nbproject/.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 @@
+private
1.2 +9 -0 jbosside/netbeans/suite/nbproject/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 22 Sep 2006 12:36:40 -0000 1.2
@@ -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.2 +5 -0 jbosside/netbeans/suite/nbproject/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 22 Sep 2006 12:36:40 -0000 1.2
@@ -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.2 +27 -0 jbosside/netbeans/suite/nbproject/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 22 Sep 2006 12:36:40 -0000 1.2
@@ -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.2 +1 -0 jbosside/netbeans/suite/nbproject/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 22 Sep 2006 12:36:40 -0000 1.2
@@ -0,0 +1 @@
+nbplatform.active=default
More information about the jboss-cvs-commits
mailing list