<?xml version="1.0" encoding="UTF-8"?>12<!--3Copyright (c) 2006, 2017 IBM Corp. and others45This program and the accompanying materials are made available under6the terms of the Eclipse Public License 2.0 which accompanies this7distribution and is available at https://www.eclipse.org/legal/epl-2.0/8or the Apache License, Version 2.0 which accompanies this distribution and9is available at https://www.apache.org/licenses/LICENSE-2.0.1011This Source Code may also be made available under the following12Secondary Licenses when the conditions for such availability set13forth in the Eclipse Public License, v. 2.0 are satisfied: GNU14General Public License, version 2 with the GNU Classpath15Exception [1] and GNU General Public License, version 2 with the16OpenJDK Assembly Exception [2].1718[1] https://www.gnu.org/software/classpath/license.html19[2] http://openjdk.java.net/legal/assembly-exception.html2021SPDX-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-exception22-->2324<module xmlns:xi="http://www.w3.org/2001/XInclude">2526<artifact type="shared" name="j9hookable" loadgroup="">27<include-if condition="spec.flags.module_hookable" />28<phase>core quick j2se</phase>29<dependencies>30<dependency name="j9utilcore"/>31<dependency name="j9thr"/>32</dependencies>3334<!--35The build commands have been implemented in a separate makefile so that36UMA can be used to fill in the stream-specific suffix of the shared library name.37-->38<commands>39<command line="$(MAKE) -f hookableshared.mk all UMA_PATH_TO_ROOT=$(UMA_PATH_TO_ROOT) OMR_DIR=$(OMR_DIR)" type="all"/>40<command line="$(MAKE) -f hookableshared.mk clean UMA_PATH_TO_ROOT=$(UMA_PATH_TO_ROOT) OMR_DIR=$(OMR_DIR)" type="clean"/>41<command line="$(MAKE) -f hookableshared.mk ddrgen UMA_PATH_TO_ROOT=$(UMA_PATH_TO_ROOT) OMR_DIR=$(OMR_DIR)" type="ddrgen"/>42</commands>4344</artifact>45</module>464748