Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-12-02 16:16:23 +0000
committerTomasz Zarna2011-12-02 16:16:23 +0000
commitf182345276219ff7d9bb48444d33d8c4ad250afa (patch)
tree2da2f959c3bb615b4501af4db99d5c1af3f05f50
parent1bbe39d33b1ed5e57003e7e16b483d62633463f2 (diff)
downloadeclipse.platform.team-f182345276219ff7d9bb48444d33d8c4ad250afa.tar.gz
eclipse.platform.team-f182345276219ff7d9bb48444d33d8c4ad250afa.tar.xz
eclipse.platform.team-f182345276219ff7d9bb48444d33d8c4ad250afa.zip
bug 365348: Team.cvs not shipping extension point schemas in pluginsv20111202-1616
-rw-r--r--bundles/org.eclipse.core.net/build.properties5
-rw-r--r--bundles/org.eclipse.jsch.core/build.properties5
-rw-r--r--bundles/org.eclipse.team.cvs.core/build.properties5
3 files changed, 9 insertions, 6 deletions
diff --git a/bundles/org.eclipse.core.net/build.properties b/bundles/org.eclipse.core.net/build.properties
index 892cffaa8..4017143ea 100644
--- a/bundles/org.eclipse.core.net/build.properties
+++ b/bundles/org.eclipse.core.net/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2007 IBM Corporation and others.
+# Copyright (c) 2005, 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
@@ -15,4 +15,5 @@ bin.includes = META-INF/,\
plugin.properties,\
about.html,\
plugin.xml
-src.includes = about.html
+src.includes = about.html,\
+ schema/
diff --git a/bundles/org.eclipse.jsch.core/build.properties b/bundles/org.eclipse.jsch.core/build.properties
index 7f7c9daf1..2098c8189 100644
--- a/bundles/org.eclipse.jsch.core/build.properties
+++ b/bundles/org.eclipse.jsch.core/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2007 IBM Corporation and others.
+# Copyright (c) 2005, 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
@@ -15,4 +15,5 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
about.html
-src.includes = about.html
+src.includes = about.html,\
+ schema/
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/

Back to the top