sbsv2/raptor/python/raptor_meta.py
branchfix
changeset 392 8f0708af8451
parent 388 3f46b91ff7d1
child 412 824dddcc66f7
child 414 fdf44dc5eff3
--- 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"