|
Lines 15-22
Link Here
|
| 15 |
import java.util.Properties; |
15 |
import java.util.Properties; |
| 16 |
import org.eclipse.core.runtime.*; |
16 |
import org.eclipse.core.runtime.*; |
| 17 |
import org.eclipse.osgi.util.NLS; |
17 |
import org.eclipse.osgi.util.NLS; |
| 18 |
import org.eclipse.pde.build.IAntScript; |
18 |
import org.eclipse.pde.build.*; |
| 19 |
import org.eclipse.pde.build.IFetchFactory; |
|
|
| 20 |
import org.eclipse.pde.internal.build.*; |
19 |
import org.eclipse.pde.internal.build.*; |
| 21 |
|
20 |
|
| 22 |
/** |
21 |
/** |
|
Lines 115-121
Link Here
|
| 115 |
script.printAttribute("todir", todir, false); //$NON-NLS-1$ |
114 |
script.printAttribute("todir", todir, false); //$NON-NLS-1$ |
| 116 |
script.printAttribute("failonerror", failOnError ? "true" : "false", true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
115 |
script.printAttribute("failonerror", failOnError ? "true" : "false", true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
| 117 |
script.printAttribute("overwrite", overwrite ? "true" : "false", true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
116 |
script.printAttribute("overwrite", overwrite ? "true" : "false", true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
| 118 |
|
117 |
script.printAttribute("failonerror", Utils.getPropertyFormat(Constants.FAIL_ON_FETCH_ERROR), false); //$NON-NLS-1$ |
| 119 |
if (dirs == null) |
118 |
if (dirs == null) |
| 120 |
script.println("/>"); //$NON-NLS-1$ |
119 |
script.println("/>"); //$NON-NLS-1$ |
| 121 |
else { |
120 |
else { |