More renames to make deep linking work correctly
diff --git a/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/feature.xml b/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/feature.xml
index 0218e76..7ade69d 100644
--- a/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/feature.xml
+++ b/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/feature.xml
@@ -1,23 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<feature

-      id="org.eclipse.e4.ui.deeplink.typehandler.perspective.feature"

-      label="Feature Feature"

-      version="1.0.0">

-

-   <description url="http://www.example.com/description">

-      [Enter Feature Description here.]

-   </description>

-

-   <copyright url="http://www.example.com/copyright">

-      [Enter Copyright Description here.]

-   </copyright>

-

-   <license url="http://www.example.com/license">

-      [Enter License Description here.]

-   </license>

-

-   <requires>

-      <import plugin="org.eclipse.e4.ui.deeplink.typehandler.perspective"/>

-   </requires>

-

-</feature>

+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.e4.ui.deeplink.typehandler.perspective.feature"
+      label="Feature Feature"
+      version="1.0.0">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.e4.ui.deeplink.typehandler.perspective"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.e4.ui.deeplink.typehandler.perspective"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>