blob: 22140d72a2bd3c98d9bfe753624d6454f1429248 [file] [log] [blame]
<!--
/*******************************************************************************
* Copyright (c) 2009 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Wayne Beaton (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
-->
<project name="Build Template ZIP" default="zip-it" basedir=".">
<target name="zip-it">
<zip destfile="proposal-template.zip" basedir="proposal-template" />
</target>
</project>