Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.commons.identity.ui/build.properties')
-rw-r--r--org.eclipse.mylyn.commons.identity.ui/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.commons.identity.ui/build.properties b/org.eclipse.mylyn.commons.identity.ui/build.properties
new file mode 100644
index 00000000..01e3a556
--- /dev/null
+++ b/org.eclipse.mylyn.commons.identity.ui/build.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2011 Tasktop Technologies.
+# 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.xml,\
+ plugin.properties,\
+ icons/
+src.includes = about.html,\
+ schema/
+jre.compilation.profile = J2SE-1.5
+source.. = src/

Back to the top