Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties21
1 files changed, 15 insertions, 6 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties b/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties
index 8601860766..e9bbc96a34 100644
--- a/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties
+++ b/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties
@@ -1,14 +1,23 @@
-source.tests.jar = src/
-output.tests.jar = bin/
-bin.includes = plugin.xml,\
- tests.jar,\
+###############################################################################
+# 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 = .,\
resources/,\
- META-INF/
+ META-INF/,\
+ OSGI-INF/l10n/bundle.properties
src.includes = .classpath,\
.project,\
ChangeLog,\
build.properties,\
- plugin.xml,\
resources/,\
src/,\
META-INF/

Back to the top