From 3e16af617ebfd45467c6aef5161562b52b4d820f Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 15 Feb 2011 00:13:38 +0000
Subject: [PATCH] prep for license conversion

---
 .../org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java b/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java
index 7f50fe8b5..daa4e8881 100644
--- a/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java
+++ b/plugins/org.eclipse.wtp.releng.fixups/src/org/eclipse/wtp/releng/fixups/MigrateLicenseSupport.java
@@ -461,7 +461,8 @@ public class MigrateLicenseSupport {
                         while ((oneline != null) && oneline.matches(".*" + CONTINUATION)) {
                             oneline = br.readLine();
                         }
-                        bw.write("# license and licenseURL properties removed as a result to migrating to new PDE license support. They are added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. " + inferredEOL);
+                        bw.write("# license and licenseURL properties were removed as a result to migrating to new PDE license support. " + inferredEOL);
+                        bw.write("#    Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. " + inferredEOL);
                     }
                     else {
                         bw.write(oneline + inferredEOL);
@@ -506,7 +507,6 @@ public class MigrateLicenseSupport {
     }
 
 
-
     private boolean rewrite(IFile propfile, SourceTemplateProject project) throws CoreException, IOException {
 
         /*
-- 
GitLab