Add SDK Feature to LDT Repository.
diff --git a/features/org.eclipse.ldt-feature/feature.properties b/features/org.eclipse.ldt-feature/feature.properties
index dd5842c..89bb8f3 100644
--- a/features/org.eclipse.ldt-feature/feature.properties
+++ b/features/org.eclipse.ldt-feature/feature.properties
@@ -9,7 +9,7 @@
 #      Sierra Wireless - initial API and implementation
 ###############################################################################
 featureName=Lua Development Tools
-description=Lua Development Tools. (Binary runtime and user documentation).
+description=Eclipse Lua development tools. Binary runtime and user documentation.
 providerName=Eclipse LDT
 copyright=Copyright (c) 2009, 2012 Sierra Wireless and others. All rights reserved.
 
diff --git a/features/org.eclipse.ldt-feature/sourceTemplateFeature/.gitkeep b/features/org.eclipse.ldt-feature/sourceTemplateFeature/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/features/org.eclipse.ldt-feature/sourceTemplateFeature/.gitkeep
+++ /dev/null
diff --git a/features/org.eclipse.ldt-feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.ldt-feature/sourceTemplateFeature/feature.properties
new file mode 100644
index 0000000..9316dae
--- /dev/null
+++ b/features/org.eclipse.ldt-feature/sourceTemplateFeature/feature.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2009, 2014 Sierra Wireless and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#      Sierra Wireless - initial API and implementation
+###############################################################################
+featureName=Lua Development Tools SDK
+description=Eclipse Lua development tools. Software development kit including source code.
\ No newline at end of file
diff --git a/features/org.eclipse.ldt.remote-feature/feature.properties b/features/org.eclipse.ldt.remote-feature/feature.properties
index d469563..b5f312b 100644
--- a/features/org.eclipse.ldt.remote-feature/feature.properties
+++ b/features/org.eclipse.ldt.remote-feature/feature.properties
@@ -9,7 +9,7 @@
 #      Sierra Wireless - initial API and implementation
 ###############################################################################
 featureName=Lua Development Tools - Remote Development Support
-description=Lua Development Tools - Remote Development Support. (Binary runtime).
+description=Remote development support for eclipse Lua development tools. Binary runtime.
 providerName=Eclipse LDT
 copyright=Copyright (c) 2009, 2012 Sierra Wireless and others. All rights reserved.
 
diff --git a/features/org.eclipse.ldt.remote-feature/pom.xml b/features/org.eclipse.ldt.remote-feature/pom.xml
index 655c383..72fa501 100644
--- a/features/org.eclipse.ldt.remote-feature/pom.xml
+++ b/features/org.eclipse.ldt.remote-feature/pom.xml
@@ -1,14 +1,48 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>features</artifactId>
-    <groupId>org.eclipse.ldt-features</groupId>
-    <version>0.0.1-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.ldt-features</groupId>
-  <artifactId>org.eclipse.ldt.remote</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
-  <packaging>eclipse-feature</packaging>
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>features</artifactId>
+		<groupId>org.eclipse.ldt-features</groupId>
+		<version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.eclipse.ldt-features</groupId>
+	<artifactId>org.eclipse.ldt.remote</artifactId>
+	<version>1.3.0-SNAPSHOT</version>
+	<packaging>eclipse-feature</packaging>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho.extras</groupId>
+				<artifactId>tycho-source-feature-plugin</artifactId>
+				<version>${tycho-extras-version}</version>
+				<executions>
+					<execution>
+						<id>source-feature</id>
+						<phase>package</phase>
+						<goals>
+							<goal>source-feature</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<executions>
+					<execution>
+						<id>attached-p2-metadata</id>
+						<phase>package</phase>
+						<goals>
+							<goal>p2-metadata</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
 </project>
diff --git a/features/org.eclipse.ldt.remote-feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.ldt.remote-feature/sourceTemplateFeature/feature.properties
new file mode 100644
index 0000000..aa2ead4
--- /dev/null
+++ b/features/org.eclipse.ldt.remote-feature/sourceTemplateFeature/feature.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2009, 2014 Sierra Wireless and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#      Sierra Wireless - initial API and implementation
+###############################################################################
+featureName=Lua Development Tools - Remote Development Support SDK
+description=Remote development support for eclipse Lua development tools. Software development kit including source code.
\ No newline at end of file
diff --git a/product/category.xml b/product/category.xml
index edc5156..7f96634 100644
--- a/product/category.xml
+++ b/product/category.xml
@@ -3,8 +3,14 @@
    <feature url="features/org.eclipse.ldt_1.3.0.qualifier.jar" id="org.eclipse.ldt" version="1.3.0.qualifier">

       <category name="ldt"/>

    </feature>

+   <feature url="features/org.eclipse.ldt.source_1.3.0.qualifier.jar" id="org.eclipse.ldt.source" version="1.3.0.qualifier">

+      <category name="ldt"/>

+   </feature>

    <feature url="features/org.eclipse.ldt.remote_1.3.0.qualifier.jar" id="org.eclipse.ldt.remote" version="1.3.0.qualifier">

       <category name="ldt"/>

    </feature>

+   <feature url="features/org.eclipse.ldt.remote.source_1.3.0.qualifier.jar" id="org.eclipse.ldt.remote.source" version="1.3.0.qualifier">

+      <category name="ldt"/>

+   </feature>

    <category-def name="ldt" label="Lua Development Tools"/>

 </site>