david_williams | 3c7e0da | 2008-07-23 04:04:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
nickboldt | 03a6f08 | 2019-02-12 15:17:11 -0500 | [diff] [blame] | 2 | <!-- |
| 3 | Copyright (c) 2008, 2019 IBM Corporation and others. |
| 4 | This program and the accompanying materials |
| 5 | are made available under the terms of the Eclipse Public License 2.0 |
| 6 | which accompanies this distribution, and is available at |
| 7 | https://www.eclipse.org/legal/epl-2.0/ |
| 8 | |
| 9 | SPDX-License-Identifier: EPL-2.0 |
| 10 | |
| 11 | Contributors: |
| 12 | IBM Corporation - initial API and implementation |
| 13 | --> |
| 14 | |
david_williams | 3c7e0da | 2008-07-23 04:04:08 +0000 | [diff] [blame] | 15 | <project default="plugin_export" name="build"> |
| 16 | <target name="plugin_export"> |
| 17 | <pde.exportPlugins destination="D:\builds\freshzips\eclipse" exportSource="true" exportType="directory" plugins="org.eclipse.wtp.releng.versionchecker" useJARFormat="true"/> |
| 18 | </target> |
| 19 | </project> |