Update the site.xml file
diff --git a/site/site.xml b/site/site.xml
index 0ada355..edabeb8 100644
--- a/site/site.xml
+++ b/site/site.xml
@@ -12,6 +12,9 @@
    <feature url="features/org.eclipse.bpel.jboss.riftsaw.runtime.feature_0.0.0.jar" id="org.eclipse.bpel.jboss.riftsaw.runtime.feature" version="0.0.0">

       <category name="Eclipse BPEL Designer"/>

    </feature>

+   <feature url="features/org.eclipse.bpel.common.feature_0.0.0.jar" id="org.eclipse.bpel.common.feature" version="0.0.0">

+      <category name="Eclipse BPEL Designer"/>

+   </feature>

    <category-def name="Eclipse BPEL Designer" label="Eclipse BPEL Designer">

       <description>

          Eclipse BPEL Designer Nightly Build Update Site: contains all features in this build.

diff --git a/tests/org.eclipse.bpel.ui.tests/src/org/eclipse/bpel/ui/wizards/NewBpelFileWizardTest.java b/tests/org.eclipse.bpel.ui.tests/src/org/eclipse/bpel/ui/wizards/NewBpelFileWizardTest.java
index b330fd8..fdbb447 100644
--- a/tests/org.eclipse.bpel.ui.tests/src/org/eclipse/bpel/ui/wizards/NewBpelFileWizardTest.java
+++ b/tests/org.eclipse.bpel.ui.tests/src/org/eclipse/bpel/ui/wizards/NewBpelFileWizardTest.java
@@ -554,7 +554,7 @@
 	 */

 	private void createBpelProject() {

 

-		bot.menu("File").menu("New").menu( "Other..." ).click();

+		bot.menu( "File" ).menu( "New" ).menu( "Other..." ).click();

 		SWTBotShell shell = bot.shell( "New" );

 		shell.activate();

 

@@ -582,7 +582,7 @@
 	 */

 	private void createSimpleProject() {

 

-		bot.menu("File").menu("New").menu( "Other..." ).click();

+		bot.menu( "File" ).menu( "New" ).menu( "Other..." ).click();

 		SWTBotShell shell = bot.shell( "New" );

 		shell.activate();