Rebuilt Emfatic and added categorisation
diff --git a/updatesites/org.eclipse.emf.emfatic.updatesite/build.xml b/updatesites/org.eclipse.emf.emfatic.updatesite/build.xml
index c194887..f17a27d 100644
--- a/updatesites/org.eclipse.emf.emfatic.updatesite/build.xml
+++ b/updatesites/org.eclipse.emf.emfatic.updatesite/build.xml
@@ -1,37 +1,10 @@
-<project default="main">

-	

-	<target name="main" depends="categorise,compress,refresh"/>

-	

-	<target name="categorise">

-		<echo>Adding category information to repository</echo>

-		<eclipse.publish.featuresAndBundles

-			compress="true"

-			site="file:${basedir}/site.xml"

-			repository="file:${basedir}"/>

-	</target>

-

-	<target name="compress">

-		<echo>Packing JARS</echo>

-		<p2.process.artifacts

-			pack="true"

-			normalize="true"

-			repositorypath="file:${basedir}"/>

-	</target>

-	

-	<target name="clean" depends="delete,refresh" />

-	

-	<target name="delete">

-		<delete file="content.jar"/>

-		<delete file="content.jar.pack.gz"/>

-		

-		<delete file="artifacts.jar"/>

-		<delete file="artifacts.jar.pack.gz"/>

-		

-		<delete dir="plugins"/>

-		<delete dir="features"/>

-	</target>

-	

-	<target name="refresh">

-		<eclipse.refreshLocal resource="org.eclipse.epsilon.updatesite" depth="infinite" />

-	</target>

+<project default="main">
+	<!-- We need to run this every time we build a new version of Emfatic to add categories to its update site -->
+	<target name="main">
+		<echo>Adding category information to repository</echo>
+		<eclipse.publish.featuresAndBundles
+			compress="true"
+			site="file:${basedir}/site.xml"
+			repository="file:${basedir}"/>
+	</target>
 </project>
\ No newline at end of file
diff --git a/updatesites/org.eclipse.emf.emfatic.updatesite/site.xml b/updatesites/org.eclipse.emf.emfatic.updatesite/site.xml
index b1a75d2..0badd1f 100644
--- a/updatesites/org.eclipse.emf.emfatic.updatesite/site.xml
+++ b/updatesites/org.eclipse.emf.emfatic.updatesite/site.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <site

       digestURL="http://download.eclipse.org/emfatic/update/">

-   <feature url="features/org.eclipse.emf.emfatic_0.8.0.201302031045.jar" id="org.eclipse.emf.emfatic" version="0.8.0.201302031045">

+   <feature url="features/org.eclipse.emf.emfatic_0.8.0.202003200747.jar" id="org.eclipse.emf.emfatic" version="0.8.0.202003200747">

       <category name="Emfatic (Incubation)"/>

    </feature>

    <category-def name="Emfatic (Incubation)" label="Emfatic (Incubation)"/>