From the documentation on building pods, the metadata associated with a pod are pod.name, pod.version, pod.srcDirs, ... Which correspond directly to the build script variables, which will have podName, srcDirs, version, ...
But for consistency the variable podName should be changed to name, I think.
brianSat 6 Mar 2010
Originally I believe name conflicted with some slot on the base class of build script. But I think in this case being a little more explicit with podName is worth a little bit of inconsistency.
lbertrand Sat 6 Mar 2010
From the documentation on building pods, the metadata associated with a pod are
pod.name
,pod.version
,pod.srcDirs
, ... Which correspond directly to the build script variables, which will havepodName
,srcDirs
,version
, ...But for consistency the variable
podName
should be changed toname
, I think.brian Sat 6 Mar 2010
Originally I believe name conflicted with some slot on the base class of build script. But I think in this case being a little more explicit with podName is worth a little bit of inconsistency.