Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-06-11 07:13:04 +0000
committerEike Stepper2006-06-11 07:13:04 +0000
commit1c689c31026d8b197705827c2f90f992c5d096b3 (patch)
tree2f71f7348ce662f61079a0e04dbbf76efbb54cfb /plugins/org.eclipse.net4j.tests/build.properties
parent52a1d216665628b976941e4462caf6eac4509a15 (diff)
downloadcdo-1c689c31026d8b197705827c2f90f992c5d096b3.tar.gz
cdo-1c689c31026d8b197705827c2f90f992c5d096b3.tar.xz
cdo-1c689c31026d8b197705827c2f90f992c5d096b3.zip
[146398]
Diffstat (limited to 'plugins/org.eclipse.net4j.tests/build.properties')
-rw-r--r--plugins/org.eclipse.net4j.tests/build.properties12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/org.eclipse.net4j.tests/build.properties b/plugins/org.eclipse.net4j.tests/build.properties
index 6e747efb01..e0f1f56839 100644
--- a/plugins/org.eclipse.net4j.tests/build.properties
+++ b/plugins/org.eclipse.net4j.tests/build.properties
@@ -1,12 +1,16 @@
# NLS_MESSAGEFORMAT_VAR
-src.includes = about.html
+src.includes = about.html,\
+ src/,\
+ epl-v10.html,\
+ copyright.txt
bin.includes = plugin.xml,\
test.xml,\
META-INF/,\
epl-v10.html,\
lib/,\
- net4j.tests.jar,\
- copyright.txt
+ copyright.txt,\
+ .,\
+ about.html
jars.compile.order = net4j.tests.jar
-source.net4j.tests.jar = src/
output.net4j.tests.jar = bin/
+source.. = src/

Back to the top