Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/org.eclipse.mylyn.commons.identity/build.properties')
-rw-r--r--stubs/org.eclipse.mylyn.commons.identity/build.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/stubs/org.eclipse.mylyn.commons.identity/build.properties b/stubs/org.eclipse.mylyn.commons.identity/build.properties
new file mode 100644
index 00000000..2f1725d7
--- /dev/null
+++ b/stubs/org.eclipse.mylyn.commons.identity/build.properties
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2004, 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
+###############################################################################
+
+bin.includes = about.html,\
+ META-INF/,\
+ .,\
+ plugin.properties
+src.includes = about.html
+jre.compilation.profile = J2SE-1.5
+source.. = src/

Back to the top