Globally add missing remote ID references to metadata.xml

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2017-04-29 19:47:04 +01:00
parent fdaaa67d3e
commit 92715265f5
1085 changed files with 5137 additions and 2449 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
@@ -6,4 +6,7 @@
<name>Java</name>
</maintainer>
<longdescription>AssertJ core is a Java library that provides a fluent interface for writing assertions. Its main goal is to improve test code readability and make maintenance of tests easier. AssertJ core provides assertions for JDK standard types can be used with either JUnit or TestNG.</longdescription>
<upstream>
<remote-id type="github">joel-costigliola/assertj-core</remote-id>
</upstream>
</pkgmetadata>