Merge pull request #1192 from dansanduleac/i1191

Rename sbtTransformHash -> e:sbtTransformHash
This commit is contained in:
eugene yokota 2014-03-21 18:09:01 -04:00
commit def8fdc439
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ object CustomPomParser
val JarPackagings = Set("eclipse-plugin", "hk2-jar", "orbit")
val default = new CustomPomParser(PomModuleDescriptorParser.getInstance, defaultTransform)
private[this] val TransformedHashKey = "sbtTransformHash"
private[this] val TransformedHashKey = "e:sbtTransformHash"
// A hash of the parameters transformation is based on.
// If a descriptor has a different hash, we need to retransform it.
private[this] val TransformHash: String = hash((unqualifiedKeys ++ JarPackagings).toSeq.sorted)