diff options
author | relves | 2009-11-24 22:47:26 -0500 |
---|---|---|
committer | relves | 2009-11-24 22:47:26 -0500 |
commit | 173d40086f013b834908cb3a828bb78547af243c (patch) | |
tree | 727a8a29b5d7327cea551c9db6b271a9b5052db0 /org.eclipse.mylyn.oslc.core/build.properties | |
parent | f9d18153b6157adebba197243b96bd651e200c1b (diff) | |
download | org.eclipse.mylyn.tasks-173d40086f013b834908cb3a828bb78547af243c.tar.gz org.eclipse.mylyn.tasks-173d40086f013b834908cb3a828bb78547af243c.tar.xz org.eclipse.mylyn.tasks-173d40086f013b834908cb3a828bb78547af243c.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.core/build.properties')
-rw-r--r-- | org.eclipse.mylyn.oslc.core/build.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.oslc.core/build.properties b/org.eclipse.mylyn.oslc.core/build.properties new file mode 100644 index 000000000..02e0e43e7 --- /dev/null +++ b/org.eclipse.mylyn.oslc.core/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# 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/,\ + .,\ + plugin.xml,\ + lib/ |