Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 460469
Collapse All | Expand All

(-)/home/helfman/build.xml.382 (-1 / +4 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
2
<!--
3
    Copyright (c) 2007, 2011 IBM Corporation and others.
3
    Copyright (c) 2007, 2012 IBM Corporation and others.
4
    All rights reserved. This program and the accompanying materials
4
    All rights reserved. This program and the accompanying materials
5
    are made available under the terms of the Eclipse Public License v1.0
5
    are made available under the terms of the Eclipse Public License v1.0
6
    which accompanies this distribution, and is available at
6
    which accompanies this distribution, and is available at
Lines 39-49 Link Here
39
			<compilerarg line="-Xlint:none"/>
39
			<compilerarg line="-Xlint:none"/>
40
		</javac>
40
		</javac>
41
41
42
		<delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
43
		<copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/>
42
		<zip destfile="${basedir}/${jar_file}">
44
		<zip destfile="${basedir}/${jar_file}">
43
			<fileset dir="${output}" />
45
			<fileset dir="${output}" />
44
			<fileset dir="${basedir}">
46
			<fileset dir="${basedir}">
45
				<include name="about.html"/>
47
				<include name="about.html"/>
46
				<include name="**/*.rsc"/>
48
				<include name="**/*.rsc"/>
49
				<include name="**/readableNames.props"/>
47
				<include name="META-INF/**"/>
50
				<include name="META-INF/**"/>
48
				<include name="**/*.properties"/>
51
				<include name="**/*.properties"/>
49
				<exclude name="META-INF/eclipse.inf"/>
52
				<exclude name="META-INF/eclipse.inf"/>

Return to bug 460469