Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Nightly build will fail unless...


The nightly build will fail because of nonexistent build artifacts.

Vmir

Index: build.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui.tests/build.properties,v
retrieving revision 1.6
diff -u -r1.6 build.properties
--- build.properties	17 Jun 2003 20:58:41 -0000	1.6
+++ build.properties	27 Jun 2003 19:03:48 -0000
@@ -1,11 +1,6 @@
 source.cdtuitests.jar = src/,\
                         ui/,\
-                        core/,\
-                        model/,\
-                        build/,\
-                        parser/,\
-                        failures/,\
-                        suite/
+                        core/
 bin.includes = plugin.xml,\
                about.html,\
                plugin.properties,\

Back to the top