Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/features/org.eclipse.jpt.eclipselink.feature/sourceTemplateBundle/build.properties')
-rw-r--r--jpa/features/org.eclipse.jpt.eclipselink.feature/sourceTemplateBundle/build.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/jpa/features/org.eclipse.jpt.eclipselink.feature/sourceTemplateBundle/build.properties b/jpa/features/org.eclipse.jpt.eclipselink.feature/sourceTemplateBundle/build.properties
new file mode 100644
index 0000000000..6dcfcd6269
--- /dev/null
+++ b/jpa/features/org.eclipse.jpt.eclipselink.feature/sourceTemplateBundle/build.properties
@@ -0,0 +1,21 @@
+###############################################################################
+# Copyright (c) 2008 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 = \
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.gif,\
+ plugin.properties,\
+ plugin.xml,\
+ src/**,\
+ META-INF/
+sourcePlugin = true

Back to the top