Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] missing file plugin.properties

The refactoring plugin as part of the distribution misses the file
plugin.properties.
The patch should fix this.

Markus.
Index: build.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.refactoring/build.properties,v
retrieving revision 1.1
diff -u -r1.1 build.properties
--- build.properties	9 Mar 2005 21:49:02 -0000	1.1
+++ build.properties	7 Jun 2005 12:06:47 -0000
@@ -2,4 +2,5 @@
 output.refactoring.jar = bin/
 bin.includes = plugin.xml,\
                META-INF/,\
-               refactoring.jar
+               refactoring.jar,\
+               plugin.properties

Back to the top