blob: de0bcb59338b9801a7dc6de915d9887ba468d465 [file]
<?xml version="1.0"?>
<!--
Copyright (c) 2004, 2023 IBM Corporation and others.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<!DOCTYPE project [
<!ENTITY baseBuild SYSTEM "file:../../wsBuildDef.xml">
]>
<project name="buildPlugin" default="build" basedir="./..">
<!-- include the common xml build file -->
&baseBuild;
<target name="build" depends="prepare" if="plugin.id">
<antcall target="buildjar">
<param name="jarname" value="${defaultjarname}"/>
<param name="jarclasspath" value="${plugin.classpath}"/>
</antcall>
</target>
</project>