mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
21 lines
802 B
XML
21 lines
802 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
java-config is used to configure the Java subsystem on your Gentoo
|
|
installation. In particular, it can be used to configure system-wide and
|
|
per-user default JVMs, construct classpath env vars from installed java
|
|
packages and be used to query for the path to various JDK tools.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="compat">Install bin/java-config-2 symlink pointing to java-config</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gentoo">proj/java-config</remote-id>
|
|
<remote-id type="github">gentoo/java-config</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|