<?xml version="1.0" encoding="UTF-8"?>1<!--2Copyright (c) 2006, 2019 IBM Corp. and others34This program and the accompanying materials are made available under5the terms of the Eclipse Public License 2.0 which accompanies this6distribution and is available at https://www.eclipse.org/legal/epl-2.0/7or the Apache License, Version 2.0 which accompanies this distribution and8is available at https://www.apache.org/licenses/LICENSE-2.0.910This Source Code may also be made available under the following11Secondary Licenses when the conditions for such availability set12forth in the Eclipse Public License, v. 2.0 are satisfied: GNU13General Public License, version 2 with the GNU Classpath14Exception [1] and GNU General Public License, version 2 with the15OpenJDK Assembly Exception [2].1617[1] https://www.gnu.org/software/classpath/license.html18[2] http://openjdk.java.net/legal/assembly-exception.html1920SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception21-->22<module xmlns:xi="http://www.w3.org/2001/XInclude">2324<objects group="all">25<object name="libargs" />26<object name="libhlp" />27<object name="memcheck">28<include-if condition="spec.flags.J9VM_OPT_MEMORY_CHECK_SUPPORT"/>29</object>30<object name="strbuf" />31</objects>3233<artifact type="static" name="j9exelib">34<include-if condition="spec.flags.module_exelib" />35<phase>core quick</phase>36<includes>37<include path="j9include"/>38<include path="j9oti"/>39</includes>40<makefilestubs>41<makefilestub data="UMA_TREAT_WARNINGS_AS_ERRORS=1"/>42</makefilestubs>43<vpaths>44<vpath pattern="%" path="common" augmentIncludes="true" type="relativepath"/>45</vpaths>46<objects>47<group name="all"/>48</objects>49</artifact>50</module>515253