added source feature template
diff --git a/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml b/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml
index 49625b2..91713a6 100644
--- a/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml
+++ b/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml
@@ -31,6 +31,7 @@
       <plugin>
         <groupId>org.eclipse.tycho.extras</groupId>
         <artifactId>tycho-source-feature-plugin</artifactId>
+        <version>${tycho-extras.version}</version>
         <executions>
           <execution>
             <phase>package</phase>
diff --git a/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/build.properties b/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/build.properties
new file mode 100644
index 0000000..7c072cd
--- /dev/null
+++ b/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/build.properties
@@ -0,0 +1,12 @@
+############################################################################
+#  Copyright (c) 2010 IBM Corporation 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:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = feature.xml,\
+               feature.properties
diff --git a/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/eclipse_update_120.jpg b/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/eclipse_update_120.jpg
new file mode 100644
index 0000000..bfdf708
--- /dev/null
+++ b/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/eclipse_update_120.jpg
Binary files differ
diff --git a/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/feature.properties b/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/feature.properties
new file mode 100644
index 0000000..3c2cbe0
--- /dev/null
+++ b/examples/tycho/license-feature-example/org.eclipse.hello.feature/sourceTemplateFeature/feature.properties
@@ -0,0 +1,39 @@
+###############################################################################
+# Copyright (c) 2012 IBM Corporation 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:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=Hellow feature source
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org
+
+# "description" property - description of the feature
+description=source for the hello feature
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2012 IBM Corporation and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors:\n\
+    IBM Corporation - initial API and implementation\n
+################ end of copyright property ####################################
+
+
+########### end of license property ##########################################
diff --git a/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml b/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml
index 5b64c39..c9ae400 100644
--- a/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml
+++ b/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml
@@ -14,6 +14,25 @@
   <packaging>eclipse-repository</packaging>
 
   <name>org.eclipse.hello update site</name>
+  <!--build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>target-platform-configuration</artifactId>
+        <configuration>
+          <dependency-resolution>
+            <extraRequirements>
+              <requirement>
+                <type>eclipse-feature</type>
+                <id>org.eclipse.hello.feature.source</id>
+                <versionRange>0.0.0</versionRange>
+              </requirement>
+            </extraRequirements>
+          </dependency-resolution>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build-->
 
 </project>
 
diff --git a/examples/tycho/license-feature-example/pom.xml b/examples/tycho/license-feature-example/pom.xml
index 7a451e0..8f0c212 100644
--- a/examples/tycho/license-feature-example/pom.xml
+++ b/examples/tycho/license-feature-example/pom.xml
@@ -154,10 +154,10 @@
           </execution>
         </executions>
       </plugin>
-    </plugins>
+</plugins>
+<pluginManagement>
+ <plugins>
 
-    <pluginManagement>
-      <plugins>
         <plugin>
           <groupId>org.eclipse.tycho</groupId>
           <artifactId>target-platform-configuration</artifactId>