re-import sources as agreed with the maintainer
This commit is contained in:
parent
72d36ec407
commit
4bad9230f6
19
.gitignore
vendored
19
.gitignore
vendored
@ -1 +1,20 @@
|
|||||||
|
/hamcrest-all-1.3.pom
|
||||||
|
/hamcrest-core-1.3.pom
|
||||||
|
/hamcrest-generator-1.3.pom
|
||||||
|
/hamcrest-integration-1.3.pom
|
||||||
|
/hamcrest-library-1.3.pom
|
||||||
|
/hamcrest-parent-1.3.pom
|
||||||
|
/hamcrest-text-1.3.pom
|
||||||
|
/hamcrest-*.tgz
|
||||||
|
/hamcrest-*/
|
||||||
|
/.project
|
||||||
|
/*.src.rpm
|
||||||
|
/noarch
|
||||||
|
/.build-*.log
|
||||||
|
/hamcrest-java-1.3.tar.gz
|
||||||
|
/hamcrest-2.1.tar.gz
|
||||||
|
/hamcrest-2.1.pom
|
||||||
|
/hamcrest-2.2~rc1.tar.gz
|
||||||
|
/hamcrest-2.2-rc1.pom
|
||||||
/hamcrest-2.2.tar.gz
|
/hamcrest-2.2.tar.gz
|
||||||
|
/hamcrest-2.2.pom
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.hamcrest</groupId>
|
|
||||||
<artifactId>hamcrest</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
<name>Hamcrest</name>
|
|
||||||
<description>Core API and libraries of hamcrest matcher framework.</description>
|
|
||||||
<url>http://hamcrest.org/JavaHamcrest/</url>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>BSD License 3</name>
|
|
||||||
<url>http://opensource.org/licenses/BSD-3-Clause</url>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>joewalnes</id>
|
|
||||||
<name>Joe Walnes</name>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>npryce</id>
|
|
||||||
<name>Nat Pryce</name>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>sf105</id>
|
|
||||||
<name>Steve Freeman</name>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<scm>
|
|
||||||
<connection>git@github.com:hamcrest/JavaHamcrest.git</connection>
|
|
||||||
<url>https://github.com/hamcrest/JavaHamcrest</url>
|
|
||||||
</scm>
|
|
||||||
</project>
|
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (hamcrest-2.2.tar.gz) = 8120e4f4ad83ff41b8b8ede1fe0817eb8fce6f13072e932aff7fc8c9f64689698753ae47b9f024922d5ab0a5bf7bb88b9e1998064d69a58b8c418ab89200e66a
|
SHA512 (hamcrest-2.2.tar.gz) = 8120e4f4ad83ff41b8b8ede1fe0817eb8fce6f13072e932aff7fc8c9f64689698753ae47b9f024922d5ab0a5bf7bb88b9e1998064d69a58b8c418ab89200e66a
|
||||||
|
SHA512 (hamcrest-2.2.pom) = e48470aa7c3c1d3fe2cac3a7b218e07564ed7ce6e4eafc90433ae0ffb8e303322027092d2358b3e655ae1b5e58ea313249c8d3ceed9d550a655af8d890df6390
|
||||||
|
Loading…
Reference in New Issue
Block a user