Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2007-06-06 13:56:03 +0000
committerkhussey2007-06-06 13:56:03 +0000
commit9bbaac6f426ae77a6986da6f2f2294373b4c9154 (patch)
tree204381dc82494be15c4262aa00f418d07bdcb42c
parent538def473b7c2f3773c4104b70c72f1946f13059 (diff)
downloadorg.eclipse.uml2-9bbaac6f426ae77a6986da6f2f2294373b4c9154.tar.gz
org.eclipse.uml2-9bbaac6f426ae77a6986da6f2f2294373b4c9154.tar.xz
org.eclipse.uml2-9bbaac6f426ae77a6986da6f2f2294373b4c9154.zip
[191068] Ensuring epl-v10.html included in source features.
-rw-r--r--tests/org.eclipse.uml2.tests-feature/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.uml2.tests-feature/build.properties b/tests/org.eclipse.uml2.tests-feature/build.properties
index e0f3e7da1..c8c9f67c2 100644
--- a/tests/org.eclipse.uml2.tests-feature/build.properties
+++ b/tests/org.eclipse.uml2.tests-feature/build.properties
@@ -7,12 +7,13 @@
# Contributors:
# IBM - initial API and implementation
#
-# $Id: build.properties,v 1.6 2007/04/04 02:20:02 khussey Exp $
+# $Id: build.properties,v 1.7 2007/06/06 13:56:03 khussey Exp $
# NLS_MESSAGEFORMAT_VAR
bin.includes = eclipse_update_120.jpg,\
epl-v10.html,\
feature.*,\
license.html
-src.includes = license.html
+src.includes = epl-v10.html,\
+ license.html
root=rootfiles

Back to the top