diff -r 877485b44765 -r 8f0708af8451 sbsv2/raptor/python/raptor_meta.py --- a/sbsv2/raptor/python/raptor_meta.py Thu Mar 25 11:35:53 2010 +0000 +++ b/sbsv2/raptor/python/raptor_meta.py Thu Mar 25 12:24:53 2010 +0000 @@ -1722,7 +1722,7 @@ def getDefaultResourceTargetPath(self, targettype): # the different default TARGETPATH values should come from the # configuration rather than being hard-coded here. - if targettype == "plugin": + if targettype in ["plugin", "plugin3"]: return "resource/plugins" if targettype == "pdl": return "resource/printers"