Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'assembly/plugins/org.eclipse.jpt/build.properties')
-rw-r--r--assembly/plugins/org.eclipse.jpt/build.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/assembly/plugins/org.eclipse.jpt/build.properties b/assembly/plugins/org.eclipse.jpt/build.properties
new file mode 100644
index 0000000000..0ccfb0ebb8
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jpt/build.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2006, 2007 Oracle.
+# 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:
+# Oracle. - initial API and implementation
+###############################################################################
+bin.includes = META-INF/,\
+ about.ini,\
+ about.html,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.gif,\
+ eclipse32.png,\
+ plugin.properties,\
+ component.xml

Back to the top