---
diff --git a/org.agileware.natural.cucumber/.classpath b/org.agileware.natural.cucumber/.classpath
index 6ee44d1..97f2304 100644
--- a/org.agileware.natural.cucumber/.classpath
+++ b/org.agileware.natural.cucumber/.classpath
@@ -5,6 +5,6 @@
 	<classpathentry kind="src" path="xtend-gen"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="lib" path="C:/Users/logiaccor/.m2/repository/info/cukes/cucumber-core/1.1.1/cucumber-core-1.1.1.jar"/>
+	<classpathentry kind="lib" path="/home/placava/devel/java/lib/cucumber-core-1.1.1.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/org.agileware.natural.update/.gitignore b/org.agileware.natural.update/.gitignore
new file mode 100644
index 0000000..45acd00
--- /dev/null
+++ b/org.agileware.natural.update/.gitignore
@@ -0,0 +1,4 @@
+/artifacts.jar
+/content.jar
+/features
+/plugins
diff --git a/org.agileware.natural.update/.project b/org.agileware.natural.update/.project
index 51f0d1b..ecb050c 100644
--- a/org.agileware.natural.update/.project
+++ b/org.agileware.natural.update/.project
@@ -1,17 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<projectDescription>

-	<name>org.agileware.natural.update</name>

-	<comment></comment>

-	<projects>

-	</projects>

-	<buildSpec>

-		<buildCommand>

-			<name>org.eclipse.pde.UpdateSiteBuilder</name>

-			<arguments>

-			</arguments>

-		</buildCommand>

-	</buildSpec>

-	<natures>

-		<nature>org.eclipse.pde.UpdateSiteNature</nature>

-	</natures>

-</projectDescription>

+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.agileware.natural.update</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+	</natures>
+</projectDescription>
diff --git a/org.agileware.natural.update/site.xml b/org.agileware.natural.update/site.xml
index 5b51f9b..8b8ccde 100644
--- a/org.agileware.natural.update/site.xml
+++ b/org.agileware.natural.update/site.xml
@@ -1,5 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/org.agileware.natural.cucumber.feature_0.6.0.201211270227.jar" id="org.agileware.natural.cucumber.feature" version="0.6.0.201211270227"/>
-   <feature url="features/org.agileware.natural.jbehave.feature_0.3.0.201211270227.jar" id="org.agileware.natural.jbehave.feature" version="0.3.0.201211270227"/>
+   <feature url="features/org.agileware.natural.cucumber.feature_0.6.0.201211271233.jar" id="org.agileware.natural.cucumber.feature" version="0.6.0.201211271233">
+      <category name="Natural"/>
+   </feature>
+   <feature url="features/org.agileware.natural.jbehave.feature_0.3.0.201211271233.jar" id="org.agileware.natural.jbehave.feature" version="0.3.0.201211271233">
+      <category name="Natural"/>
+   </feature>
+   <category-def name="Natural" label="Natural">
+      <description>
+         Natural is a collection of Eclipse plugins to enable rich smart editing of acceptance tests using natural language definition files. It currently supports Cucumber and JBehave syntax.
+      </description>
+   </category-def>
 </site>
diff --git a/org.agileware.natural.update/web/site.xsl b/org.agileware.natural.update/web/site.xsl
index 977bea8..42485ba 100644
--- a/org.agileware.natural.update/web/site.xsl
+++ b/org.agileware.natural.update/web/site.xsl
@@ -5,11 +5,11 @@
 <xsl:for-each select="site">
 	<html>
 	<head>
-	<title>org.rlogiacco.eclipse.update</title>
+	<title>Natural Eclipse Plugin</title>
 	<style>@import url("web/site.css");</style>
 	</head>
 	<body>
-	<h1 class="title">org.rlogiacco.eclipse.update</h1>
+	<h1 class="title">Natural Eclipse Plugin</h1>
 	<p class="bodyText"><xsl:value-of select="description"/></p>
 	<table width="100%" border="0" cellspacing="1" cellpadding="2">
 	<xsl:for-each select="category-def">