[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-dev] [IM] Small commit to fix build error in 3.5M3
|
- From: "Oisin Hurley" <oisin.hurley@xxxxxxxxx>
- Date: Mon, 10 Nov 2008 12:23:56 +0000
- Delivered-to: stp-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=bawmOIXdG80LAjNEn+mTYYjEx4197xycK4x689CB8c8=; b=xwi18fGD1SDIEgoPTUHfxj2GDnQh7nWu05UKJPWqG34FS8u4AfinKvFxtUPskybR+h 6IvJ3WyVVJSk2kuyc4POur8IS+kYKjBQjm9OqG+QUyE5vsb4Kihts9sB0DYItAPELNLJ avJ+TNtpzouu/clgUzgFCXTNN6wXc8s7mii28=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=OBv7j+UWfnwB2pjgGWY38Tk7whkTE29TIR9Z1uHXFcXyRJJguuvy+r0Mq10GLWRYln Q8alIMhZHvH0G0cSLVFHWdw31nTSMlz5wHbRcD86dOwrHw6ZjbOE1jiqTUtJVnBFbcoJ MSBKPyra/LCl4nZ+SZIxHNCCi5fgWeS9pkfWk=
Just a minor commit to get rid of:
Error: file /home/data/users/ohurley/M3/buckminster/mybuild/working/build/workspace/plugins/org.eclipse.stp.im.runtime/src/org/eclipse/stp/im/runtime/property/listeners/CreateDeleteDependentPropertiesListener.java,
line 18: The import
org.eclipse.osgi.framework.internal.core.DependentPolicy cannot be
resolved
This import isn't available from 3.5 and it turns out it wasn't required in the
file either, so I removed it. Fingers crossed I haven't screwed anything up :)
http://dev.eclipse.org/mhonarc/lists/stp-commits/msg01517.html
--oh