diff options
author | slewis | 2007-05-08 05:28:09 +0000 |
---|---|---|
committer | slewis | 2007-05-08 05:28:09 +0000 |
commit | e24ce279b680faea6f441dc3efda6743b9e4d842 (patch) | |
tree | baa5d134e0fccf657f2f2bca65f5b0365af840e1 /releng | |
parent | c5f1846bd8ef34aee0341f336715cc440c9dc568 (diff) | |
download | org.eclipse.ecf-e24ce279b680faea6f441dc3efda6743b9e4d842.tar.gz org.eclipse.ecf-e24ce279b680faea6f441dc3efda6743b9e4d842.tar.xz org.eclipse.ecf-e24ce279b680faea6f441dc3efda6743b9e4d842.zip |
Fixes for source sdk buildv20070507-2228
Diffstat (limited to 'releng')
-rw-r--r-- | releng/features/org.eclipse.ecf.sdk-feature/sourceTemplateFeature/feature.properties | 4 | ||||
-rw-r--r-- | releng/features/org.eclipse.ecf.sdk-feature/sourceTemplatePlugin/build.properties | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/releng/features/org.eclipse.ecf.sdk-feature/sourceTemplateFeature/feature.properties b/releng/features/org.eclipse.ecf.sdk-feature/sourceTemplateFeature/feature.properties deleted file mode 100644 index 16db72589..000000000 --- a/releng/features/org.eclipse.ecf.sdk-feature/sourceTemplateFeature/feature.properties +++ /dev/null @@ -1,4 +0,0 @@ -featureName=ECF Core Source Feature - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse.org 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..d93a25598 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,6 @@ -bin.includes = about.html, plugin.properties, plugin.xml, src/**, META-INF/ +bin.includes = plugin.xml,\ + plugin.properties,\ + about.html,\ + src/,\ + META-INF/ sourcePlugin = true
\ No newline at end of file |