Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/org.eclipse.linuxtools.rpm.ui/build.properties')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui/build.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui/build.properties b/rpm/org.eclipse.linuxtools.rpm.ui/build.properties
new file mode 100644
index 0000000000..5a6baf4823
--- /dev/null
+++ b/rpm/org.eclipse.linuxtools.rpm.ui/build.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2009 Red Hat, Inc.
+# 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:
+# Red Hat - initial API and implementation
+###############################################################################
+source.. = src/
+output.. = bin/
+bin.includes = plugin.xml,\
+ .,\
+ icons/,\
+ about.html,\
+ META-INF/,\
+ OSGI-INF/l10n/bundle.properties
+

Back to the top