@ -106,17 +106,14 @@ public class LaunchScriptConfiguration implements Serializable {
@@ -106,17 +106,14 @@ public class LaunchScriptConfiguration implements Serializable {
returnfalse;
}
if(this.script==null){
if(other.script!=null){
returnfalse;
}
returnother.script==null;
}
elseif(!this.script.equals(other.script)){
returnfalse;
}
elseif(!equalContents(this.script,other.script)){
returnfalse;
else{
returnequalContents(this.script,other.script);
}
returntrue;
}
privatebooleanequalContents(Fileone,Filetwo){
@ -132,7 +129,7 @@ public class LaunchScriptConfiguration implements Serializable {
@@ -132,7 +129,7 @@ public class LaunchScriptConfiguration implements Serializable {
@ -52,10 +52,7 @@ public class PropertiesMergingResourceTransformer implements ResourceTransformer
@@ -52,10 +52,7 @@ public class PropertiesMergingResourceTransformer implements ResourceTransformer