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
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')
-rw-r--r--org.eclipse.ui.intro/build.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.ui.intro/build.properties b/org.eclipse.ui.intro/build.properties
index 5063bd49b..e5b7d888f 100644
--- a/org.eclipse.ui.intro/build.properties
+++ b/org.eclipse.ui.intro/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2008 IBM Corporation and others.
+# Copyright (c) 2003, 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
@@ -21,5 +21,4 @@ bin.includes = plugin.xml,\
javascript/
src.includes = schema/,\
- about.html,\
- .options
+ about.html

Back to the top