*** empty log message ***
diff --git a/build/.cvsignore b/build/.cvsignore
new file mode 100644
index 0000000..79eb93b
--- /dev/null
+++ b/build/.cvsignore
@@ -0,0 +1 @@
+.htaccess
\ No newline at end of file
diff --git a/build/_common.php b/build/_common.php
new file mode 100644
index 0000000..f87bb7b
--- /dev/null
+++ b/build/_common.php
@@ -0,0 +1,22 @@
+<?php

+require_once ("../../../includes/buildServer-common.php");

+

+$options = array (

+	"BaseBuilderBranch" => "M4_34",

+	

+	"BranchAndJDK" => array (

+		"emf.torolab.ibm.com=------------,------------",

+		"0.0.7=HEAD,/opt/sun-java2-5.0",

+		

+		"build.eclipse.org=------------,------------",

+		"0.0.7=HEAD,/opt/public/common/ibm-java2-ppc-50"

+	),

+	

+	"Mapfile_Rule_Default" => 0, // 0: "Use Map, No Tagging=use-false" or 1:"Generate Map, No Tagging=gen-false"

+

+	"EmailDefault" => "Kenn.Hussey@embarcadero.com", // prefil email contact box with comma-sep'd list

+	

+	"Users" => array ("khussey", "khussey", "khussey") /* build user, eclipse cvs user, IES cvs user */

+);

+

+?>

diff --git a/build/index.php b/build/index.php
new file mode 100644
index 0000000..5367a81
--- /dev/null
+++ b/build/index.php
@@ -0,0 +1 @@
+<?php require_once ("_common.php"); require_once ($_SERVER['DOCUMENT_ROOT'] . "/modeling/build/build-common.php"); ?>

diff --git a/build/promo.php b/build/promo.php
new file mode 100644
index 0000000..d95f4ee
--- /dev/null
+++ b/build/promo.php
@@ -0,0 +1 @@
+<?php require_once ("_common.php"); require_once ($_SERVER['DOCUMENT_ROOT'] . "/modeling/build/promo-common.php"); ?>

diff --git a/eclipse-project-ip-log.csv b/eclipse-project-ip-log.csv
new file mode 100644
index 0000000..0700b28
--- /dev/null
+++ b/eclipse-project-ip-log.csv
@@ -0,0 +1,13 @@
+Section 1 (Committers),,,,

+

+dev.eclise.org Login,,,,

+khussey,,,,

+yyang,,,,

+

+Section 2 (Developers),,,,

+

+Component,Bug #,Contributor,Size,Committer

+

+Section 3 (Third Party Software),,,,

+

+Name,Location,License,Usage,

diff --git a/project-info/contributors.html b/project-info/contributors.html
new file mode 100644
index 0000000..c58367a
--- /dev/null
+++ b/project-info/contributors.html
@@ -0,0 +1,4 @@
+<p>
+  <li>Kenn Hussey</li>
+  <li>Yves Yang</li>
+</p>
\ No newline at end of file
diff --git a/project-info/overview.html b/project-info/overview.html
new file mode 100644
index 0000000..05ee91c
--- /dev/null
+++ b/project-info/overview.html
@@ -0,0 +1,8 @@
+<p>The objectives of the proposed BPMN2 component are to provide
+<ul>
+  <li>an open source "reference" implementation of the BPMN 2.0 specification</li>
+  <li>an EMF-based foundation on which business process modeling tools can be built</li>
+  <li>a basis for integrating and interchanging artifacts between business process modeling tools</li>
+  <li>a forum for engaging the community in validation of the BPMN 2.0 specification</li>
+  <li>an opportunity for increased collaboration between Eclipse and the OMG</li>
+</ul></p>
\ No newline at end of file
diff --git a/project-info/project-page-paragraph.html b/project-info/project-page-paragraph.html
new file mode 100644
index 0000000..87041de
--- /dev/null
+++ b/project-info/project-page-paragraph.html
@@ -0,0 +1 @@
+<p>BPMN2 is an open source component of the Model Development Tools (MDT) subproject to provide a metamodel implementation based on the forthcoming Business Process Model and Notation (BPMN) 2.0 OMG specification.</p>
\ No newline at end of file