Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2010-02-03 19:24:05 +0000
committerGrant Gayed2010-02-03 19:24:05 +0000
commit2e1674e52f63ec3278ded235e29285ae20c28d8f (patch)
treeff91aa2f9f797eeaa25f4d9815d8f99351462cf1 /bundles/org.eclipse.swt/buildFragment.xml
parent9588981ef77636e6a41efe455a5f8069de0ef111 (diff)
downloadeclipse.platform.swt-2e1674e52f63ec3278ded235e29285ae20c28d8f.tar.gz
eclipse.platform.swt-2e1674e52f63ec3278ded235e29285ae20c28d8f.tar.xz
eclipse.platform.swt-2e1674e52f63ec3278ded235e29285ae20c28d8f.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/buildFragment.xml')
-rw-r--r--bundles/org.eclipse.swt/buildFragment.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildFragment.xml b/bundles/org.eclipse.swt/buildFragment.xml
index ac4ac15ae1..e815f9f171 100644
--- a/bundles/org.eclipse.swt/buildFragment.xml
+++ b/bundles/org.eclipse.swt/buildFragment.xml
@@ -477,8 +477,6 @@
<copy file="${build.result.folder}/swt.jar" todir="${temp.folder}/swtdownload" />
<antcall target="build.sources" />
<copy file="${build.result.folder}/src.zip" todir="${temp.folder}/swtdownload" />
- <copy file="${plugindir}/build/.project" todir="${temp.folder}/swtdownload" />
- <copy file="${plugindir}/build/.classpath" todir="${temp.folder}/swtdownload" />
<copy todir="${temp.folder}/swtdownload">
<fileset dir="${basedir}" includes="about.html,about_files/" />
</copy>

Back to the top