Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-12-18 18:08:15 +0000
committerSteffen Pingel2013-12-18 18:08:15 +0000
commita1d4132660b53b59fdf074cc7f8b04acaf705080 (patch)
tree65730834934e822a2830872a7c355b9ca7642f59 /org.eclipse.mylyn.oslc.core/build.properties
parentb7eef8e0c8da174009283d5a2c7e2c518c21e9fd (diff)
downloadorg.eclipse.mylyn.tasks-a1d4132660b53b59fdf074cc7f8b04acaf705080.tar.gz
org.eclipse.mylyn.tasks-a1d4132660b53b59fdf074cc7f8b04acaf705080.tar.xz
org.eclipse.mylyn.tasks-a1d4132660b53b59fdf074cc7f8b04acaf705080.zip
421071: remove OSLC connector from Mylyn
Change-Id: I4ef36e5f4b7ee7fb1b5e6cdccce4d1fe9969f0b2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421071
Diffstat (limited to 'org.eclipse.mylyn.oslc.core/build.properties')
-rw-r--r--org.eclipse.mylyn.oslc.core/build.properties18
1 files changed, 0 insertions, 18 deletions
diff --git a/org.eclipse.mylyn.oslc.core/build.properties b/org.eclipse.mylyn.oslc.core/build.properties
deleted file mode 100644
index bdb461af2..000000000
--- a/org.eclipse.mylyn.oslc.core/build.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# Copyright (c) 2009 Tasktop Technologies 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
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Tasktop Technologies - initial API and implementation
-###############################################################################
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- about.html,\
- plugin.properties
-src.includes = about.html
-

Back to the top