Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-05-08 04:42:07 +0000
committerslewis2007-05-08 04:42:07 +0000
commit1829bf1144c1c7be5435e3ec103dc59bc41cd210 (patch)
tree3435849a579db27cc1637775a4f58b3a737daeab
parent7a956d19d17d0628f5fa507cec9e3475c9c9c860 (diff)
downloadorg.eclipse.ecf-20070507-2142.tar.gz
org.eclipse.ecf-20070507-2142.tar.xz
org.eclipse.ecf-20070507-2142.zip
Fixes for source sdk buildv20070507-2142
-rw-r--r--releng/features/org.eclipse.ecf.sdk-feature/build.properties3
-rw-r--r--releng/features/org.eclipse.ecf.sdk-feature/feature.xml5
-rw-r--r--releng/features/org.eclipse.ecf.sdk-feature/sourceTemplatePlugin/build.properties1
3 files changed, 6 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.sdk-feature/build.properties b/releng/features/org.eclipse.ecf.sdk-feature/build.properties
index 3384b5c4a..6415408b7 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 @@ src.includes = about.html,\
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 df81f0f37..61b4ff486 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 @@ limitations under the License.
<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 7072706f9..857088c3b 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

Back to the top