From 2db6f58160c12c5c1a30c494c5e5c94c81a9563b Mon Sep 17 00:00:00 2001 From: Peter Graves Date: Fri, 18 Jul 2003 18:45:45 +0000 Subject: [PATCH] Include the .jar file. --- core/org.eclipse.cdt.core.tests/build.properties | 1 + debug/org.eclipse.cdt.debug.ui.tests/build.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/core/org.eclipse.cdt.core.tests/build.properties b/core/org.eclipse.cdt.core.tests/build.properties index b3f2391388a..2980d5f01c9 100644 --- a/core/org.eclipse.cdt.core.tests/build.properties +++ b/core/org.eclipse.cdt.core.tests/build.properties @@ -1,6 +1,7 @@ bin.includes = plugin.xml,\ about.html,\ plugin.properties,\ + cdtcoretests.jar,\ test.xml,\ resources/ src.includes = plugin.xml,\ diff --git a/debug/org.eclipse.cdt.debug.ui.tests/build.properties b/debug/org.eclipse.cdt.debug.ui.tests/build.properties index 21c6e6654de..2e02fcb8b3a 100644 --- a/debug/org.eclipse.cdt.debug.ui.tests/build.properties +++ b/debug/org.eclipse.cdt.debug.ui.tests/build.properties @@ -3,6 +3,7 @@ source.cdtdebuguitests.jar = src/,\ bin.includes = about.html,\ plugin.xml,\ resources/,\ + cdtdebuguitests.jar,\ test.xml src.includes = about.html,\ plugin.xml,\