Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-11-23 21:30:35 +0000
committerChris Goldthorpe2009-11-23 21:30:35 +0000
commitbe6d2e16bb6364da1bfedec9b4db875860b0b96b (patch)
tree8d3e2f354c1056f866ad22e5715bc362e5f6abb0 /org.eclipse.ui.intro.universal/build.properties
parentdf2b9eeddbf28077fa66d2795c5d514a952bb9fb (diff)
downloadeclipse.platform.ua-be6d2e16bb6364da1bfedec9b4db875860b0b96b.tar.gz
eclipse.platform.ua-be6d2e16bb6364da1bfedec9b4db875860b0b96b.tar.xz
eclipse.platform.ua-be6d2e16bb6364da1bfedec9b4db875860b0b96b.zip
Fix compilation warningsv20091123
Diffstat (limited to 'org.eclipse.ui.intro.universal/build.properties')
-rw-r--r--org.eclipse.ui.intro.universal/build.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.ui.intro.universal/build.properties b/org.eclipse.ui.intro.universal/build.properties
index 328ce4d3b..a45f90336 100644
--- a/org.eclipse.ui.intro.universal/build.properties
+++ b/org.eclipse.ui.intro.universal/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2006 IBM Corporation and others.
+# Copyright (c) 2005, 2009 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
@@ -17,8 +17,7 @@ bin.includes = plugin.xml,\
.options,\
about.html,\
universal.jar
-src.includes = about.html,\
- .options
+src.includes = about.html
jars.compile.order = universal.jar
source.universal.jar = src/
output.universal.jar = bin/

Back to the top