CQ-4081: Initial import
diff --git a/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/.project b/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/.project
new file mode 100644
index 0000000..6aa0c59
--- /dev/null
+++ b/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.e4.ui.deeplink.typehandler.perspective.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
diff --git a/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/build.properties b/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/build.properties
new file mode 100644
index 0000000..82ab19c
--- /dev/null
+++ b/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
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
new file mode 100644
index 0000000..0218e76
--- /dev/null
+++ b/features/org.eclipse.e4.ui.deeplink.typehandler.perspective.feature/feature.xml
@@ -0,0 +1,23 @@
+<?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>