mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
- removes three .jar files from git-lfs - make calls ant calls maven - have travis verify buildability - support APIChangeReport.md (markdown) - 'signature simplification' is no longer new, do not mark it as new. - change (c) to © in output
26 lines
600 B
XML
26 lines
600 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (C) 2009 IBM and Others. All Rights Reserved
|
|
-->
|
|
<projectDescription>
|
|
<name>toolsj</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
</natures>
|
|
</projectDescription>
|