Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Parker2013-02-07 23:16:56 +0000
committerMiles Parker2013-02-25 22:39:39 +0000
commita47fc654d86c0d189c335ec1740889721ed2b455 (patch)
tree814936f9477003362780ccea60ff9247ccf16f32 /org.eclipse.mylyn.reviews.edit/build.properties
parent003b33a9a0897991a16e9a2fd70ac4169db89e00 (diff)
downloadorg.eclipse.mylyn.reviews-a47fc654d86c0d189c335ec1740889721ed2b455.tar.gz
org.eclipse.mylyn.reviews-a47fc654d86c0d189c335ec1740889721ed2b455.tar.xz
org.eclipse.mylyn.reviews-a47fc654d86c0d189c335ec1740889721ed2b455.zip
400165: [model] Implement EMF Edit support
•Add EMF edit project. (Trivial generation w/ no manual code.) Change-Id: Ic8f24d617b4a6112a0706d8b680d3651fef9513a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=400165
Diffstat (limited to 'org.eclipse.mylyn.reviews.edit/build.properties')
-rw-r--r--org.eclipse.mylyn.reviews.edit/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.reviews.edit/build.properties b/org.eclipse.mylyn.reviews.edit/build.properties
new file mode 100644
index 000000000..db7c03331
--- /dev/null
+++ b/org.eclipse.mylyn.reviews.edit/build.properties
@@ -0,0 +1,18 @@
+# Copyright (c) 2013 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
+
+bin.includes = .,\
+ icons/,\
+ plugin.xml,\
+ plugin.properties,\
+ META-INF/,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top