Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-08-16 19:07:53 +0000
committerEike Stepper2006-08-16 19:07:53 +0000
commitfb9cbe81133a2cf678a12107160d40342a7b4725 (patch)
treeaeb55964797065ce544855b443bdc97ed947016a
parenta1975b9f21f62c98d730514e253ec6049475d1ce (diff)
downloadcdo-fb9cbe81133a2cf678a12107160d40342a7b4725.tar.gz
cdo-fb9cbe81133a2cf678a12107160d40342a7b4725.tar.xz
cdo-fb9cbe81133a2cf678a12107160d40342a7b4725.zip
[154140] Fix Net4j source plugins
-rw-r--r--plugins/org.eclipse.net4j.tests/build.properties8
-rw-r--r--plugins/org.eclipse.net4j.util/build.properties11
2 files changed, 5 insertions, 14 deletions
diff --git a/plugins/org.eclipse.net4j.tests/build.properties b/plugins/org.eclipse.net4j.tests/build.properties
index 7d030ea360..1ea8b2d9a4 100644
--- a/plugins/org.eclipse.net4j.tests/build.properties
+++ b/plugins/org.eclipse.net4j.tests/build.properties
@@ -1,8 +1,4 @@
# NLS_MESSAGEFORMAT_VAR
-src.includes = about.html,\
- src/,\
- epl-v10.html,\
- copyright.txt
bin.includes = plugin.xml,\
test.xml,\
META-INF/,\
@@ -12,6 +8,6 @@ bin.includes = plugin.xml,\
about.html,\
.,\
license.html
-output.. = bin/
-source.. = src/
jars.compile.order = .
+source.. = src/
+output.. = bin/
diff --git a/plugins/org.eclipse.net4j.util/build.properties b/plugins/org.eclipse.net4j.util/build.properties
index 5a1a2b5355..8f7f071285 100644
--- a/plugins/org.eclipse.net4j.util/build.properties
+++ b/plugins/org.eclipse.net4j.util/build.properties
@@ -1,8 +1,4 @@
-src.includes = about.html,\
- src/,\
- config/,\
- epl-v10.html,\
- copyright.txt
+# NLS_MESSAGEFORMAT_VAR
bin.includes = plugin.xml,\
META-INF/,\
config/,\
@@ -14,9 +10,8 @@ bin.includes = plugin.xml,\
org.eclipse.net4j.util.jar,\
license.html,\
lib/log4j-1.2.13.jar
-output.org.eclipse.net4j.util.jar = bin/
+jars.compile.order = org.eclipse.net4j.util.jar
source.org.eclipse.net4j.util.jar = src/,\
config/
-jars.compile.order = org.eclipse.net4j.util.jar
-bin.excludes = lib/log4j-1.2.9.jar
+output.org.eclipse.net4j.util.jar = bin/
\ No newline at end of file

Back to the top