diff options
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core/build.properties')
-rw-r--r-- | bundles/org.eclipse.team.cvs.core/build.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/build.properties b/bundles/org.eclipse.team.cvs.core/build.properties index 159ea5d0d..ea020071b 100644 --- a/bundles/org.eclipse.team.cvs.core/build.properties +++ b/bundles/org.eclipse.team.cvs.core/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2011 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,4 +17,5 @@ bin.includes = about.html,\ .options,\ META-INF/ source..=src/ -src.includes=about.html +src.includes = about.html,\ + schema/ |