blob: bb19b88316e2d44e19eaa29de4bb127c0bfe76d7 [file] [log] [blame]
Vinay Vishal57171472018-09-18 20:22:00 +05301<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE project [
3<!--
4
5 Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
6
7 This program and the accompanying materials are made available under the
8 terms of the Eclipse Public License v. 2.0, which is available at
9 http://www.eclipse.org/legal/epl-2.0.
10
11 This Source Code may also be made available under the following Secondary
12 Licenses when the conditions for such availability set forth in the
13 Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
14 version 2 with the GNU Classpath Exception, which is available at
15 https://www.gnu.org/software/classpath/license.html.
16
17 SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
18
19-->
20
21<!ENTITY commonBuild SYSTEM "./../../../config/common.xml">
22]>
23
24<project name="mdb" default="all" basedir=".">
25
David Matějčekf4dc06a2021-05-17 12:10:57 +020026 &commonBuild;
Vinay Vishal57171472018-09-18 20:22:00 +053027
David Matějčekf4dc06a2021-05-17 12:10:57 +020028 <target name="private-all" if="PE">
29 <ant dir="webclient" target="private-all">
30 <property name="build" value="${build}/webclient"/>
31 </ant>
32 </target>
Vinay Vishal57171472018-09-18 20:22:00 +053033</project>