Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-11-25 20:47:23 +0000
committerrelves2009-11-25 20:47:23 +0000
commitd469b0916eb6f214434380c7ca663de0c95a6009 (patch)
tree2c0da00fdec07a4d15b23e98b77983e0148c7c1c /org.eclipse.mylyn.oslc.tests/build.properties
parent173d40086f013b834908cb3a828bb78547af243c (diff)
downloadorg.eclipse.mylyn.tasks-d469b0916eb6f214434380c7ca663de0c95a6009.tar.gz
org.eclipse.mylyn.tasks-d469b0916eb6f214434380c7ca663de0c95a6009.tar.xz
org.eclipse.mylyn.tasks-d469b0916eb6f214434380c7ca663de0c95a6009.zip
NEW - bug 281711: produce Java API for OSLC CM 1.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281711
Diffstat (limited to 'org.eclipse.mylyn.oslc.tests/build.properties')
-rw-r--r--org.eclipse.mylyn.oslc.tests/build.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.oslc.tests/build.properties b/org.eclipse.mylyn.oslc.tests/build.properties
new file mode 100644
index 000000000..7326b5145
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.tests/build.properties
@@ -0,0 +1,14 @@
+###############################################################################
+# 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/,\
+ .

Back to the top