Fixes for source sdk build
diff --git a/releng/features/org.eclipse.ecf.sdk-feature/build.properties b/releng/features/org.eclipse.ecf.sdk-feature/build.properties
index 3384b5c..6415408 100644
--- a/releng/features/org.eclipse.ecf.sdk-feature/build.properties
+++ b/releng/features/org.eclipse.ecf.sdk-feature/build.properties
@@ -5,6 +5,7 @@
                asl-v20.txt,\
                feature.xml
 generatedVersionLength=20
-generate.feature@org.eclipse.ecf.core.source=org.eclipse.ecf.core, plugin@org.eclipse.ecf.doc;unpack=false
+generate.feature@org.eclipse.ecf.core.source=org.eclipse.ecf.core
+
 
                
\ No newline at end of file
diff --git a/releng/features/org.eclipse.ecf.sdk-feature/feature.xml b/releng/features/org.eclipse.ecf.sdk-feature/feature.xml
index df81f0f..61b4ff4 100644
--- a/releng/features/org.eclipse.ecf.sdk-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.sdk-feature/feature.xml
@@ -10,7 +10,7 @@
    </description>
 
    <copyright>
-/*******************************************************************************
+      /*******************************************************************************
 * Copyright (c) 2004 Composent, Inc. 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
@@ -309,7 +309,8 @@
 
    <includes
          id="org.eclipse.ecf.core.source"
-         version="0.0.0"/>
+         version="0.0.0"
+         name="ECF Core Source"/>
 
    <includes
          id="org.eclipse.ecf.core"
diff --git a/releng/features/org.eclipse.ecf.sdk-feature/sourceTemplatePlugin/build.properties b/releng/features/org.eclipse.ecf.sdk-feature/sourceTemplatePlugin/build.properties
index 7072706..857088c 100644
--- a/releng/features/org.eclipse.ecf.sdk-feature/sourceTemplatePlugin/build.properties
+++ b/releng/features/org.eclipse.ecf.sdk-feature/sourceTemplatePlugin/build.properties
@@ -1,2 +1,3 @@
 bin.includes = about.html, plugin.properties, plugin.xml, src/**, META-INF/
+src.includes = about.html, plugin.properties, plugin.xml, src/**, META-INF/
 sourcePlugin = true
\ No newline at end of file