# HG changeset patch # User timkelly # Date 1266424995 21600 # Node ID 2b8ddaf7ef42cfb2fed00f90fe3d9a6e6db63ccf # Parent f4cb77ddd1278504b5b04cf8bc4d5988161b5522 fix bothced build.properties that broke build diff -r f4cb77ddd127 -r 2b8ddaf7ef42 qt/com.nokia.carbide.cpp.qt.core/build.properties --- a/qt/com.nokia.carbide.cpp.qt.core/build.properties Wed Feb 17 08:30:40 2010 -0600 +++ b/qt/com.nokia.carbide.cpp.qt.core/build.properties Wed Feb 17 10:43:15 2010 -0600 @@ -1,2 +1,6 @@ -bin.includes = plugin.xml,\ - META-INF/ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.xml +