diff options
| author | Jayaprakash Arthanareeswaran | 2012-11-15 10:42:12 +0000 |
|---|---|---|
| committer | Stephan Herrmann | 2012-11-15 17:05:00 +0000 |
| commit | f7474f694035708d86c16125b731952c360cc312 (patch) | |
| tree | 19954d68ef6d2bdeb4b16a9b069e5e7e6890f2e1 | |
| parent | 63129df02a9d2498a89b31abac51a4ebb5faf828 (diff) | |
| download | eclipse.jdt.core-f7474f694035708d86c16125b731952c360cc312.tar.gz eclipse.jdt.core-f7474f694035708d86c16125b731952c360cc312.tar.xz eclipse.jdt.core-f7474f694035708d86c16125b731952c360cc312.zip | |
Fix for bug 381134 - Mixed line delimiters in
/org.eclipse.jdt.compiler.apt/customBuildCallbacks.xml
3 files changed, 8 insertions, 4 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/scripts/buildProcessorsJar.xml b/org.eclipse.jdt.compiler.apt.tests/scripts/buildProcessorsJar.xml index 881267e294..283cd238ae 100644 --- a/org.eclipse.jdt.compiler.apt.tests/scripts/buildProcessorsJar.xml +++ b/org.eclipse.jdt.compiler.apt.tests/scripts/buildProcessorsJar.xml @@ -1,4 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?>
<!-- +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (c) 2005, 2010 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/org.eclipse.jdt.compiler.apt/customBuildCallbacks.xml b/org.eclipse.jdt.compiler.apt/customBuildCallbacks.xml index 8d77b19211..bd9a403680 100644 --- a/org.eclipse.jdt.compiler.apt/customBuildCallbacks.xml +++ b/org.eclipse.jdt.compiler.apt/customBuildCallbacks.xml @@ -1,4 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?>
<!-- +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (c) 2005, 2010 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 @@ -42,7 +43,8 @@ <mkdir dir="${dest}/checksum" /> <checksum file="${dest}/ecj-${buildLabel}.jar" property="md5-ecj.jar" /> <echo message="${md5-ecj.jar} ecj-${buildLabel}.jar" file="${dest}/checksum/ecj-${buildLabel}.jar.md5" /> - <checksum file="${dest}/ecjsrc-${buildLabel}.jar" property="md5-ecjsrc.jar" />
<echo message="${md5-ecjsrc.jar} ecjsrc-${buildLabel}.jar" file="${dest}/checksum/ecjsrc-${buildLabel}.jar.md5" />
</target> + <checksum file="${dest}/ecjsrc-${buildLabel}.jar" property="md5-ecjsrc.jar" />
<echo message="${md5-ecjsrc.jar} ecjsrc-${buildLabel}.jar" file="${dest}/checksum/ecjsrc-${buildLabel}.jar.md5" /> + </target> <!-- ===================================================================== --> <!-- Steps to do before the target build.sources --> diff --git a/org.eclipse.jdt.compiler.tool/customBuildCallbacks.xml b/org.eclipse.jdt.compiler.tool/customBuildCallbacks.xml index 8b4bd471f0..f6f694be42 100644 --- a/org.eclipse.jdt.compiler.tool/customBuildCallbacks.xml +++ b/org.eclipse.jdt.compiler.tool/customBuildCallbacks.xml @@ -1,4 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?>
<!-- +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (c) 2006, 2010 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 |
