• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3* © 2023 and later: Unicode, Inc. and others.
4* License & terms of use: http://www.unicode.org/copyright.html
5-->
6<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7  <modelVersion>4.0.0</modelVersion>
8  <parent>
9    <groupId>com.ibm.icu</groupId>
10    <artifactId>icu4j-root</artifactId>
11    <version>76.1</version>
12    <relativePath>../../pom.xml</relativePath>
13  </parent>
14
15  <artifactId>tools_build</artifactId>
16
17  <properties>
18    <icu4j.api.doc.root.dir>${project.basedir}/../..</icu4j.api.doc.root.dir>
19  </properties>
20
21  <dependencies>
22    <dependency>
23      <groupId>jdk.tools</groupId>
24      <artifactId>jdk.tools</artifactId>
25      <version>1.8</version>
26      <scope>system</scope>
27      <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
28    </dependency>
29  </dependencies>
30
31</project>
32