commit
3bba18f98b
@ -1,26 +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>edu.umd.cs.mtc</groupId>
|
|
||||||
<artifactId>multithreadedtc</artifactId>
|
|
||||||
<version>1.01</version>
|
|
||||||
<name>MultithreadedTC</name>
|
|
||||||
<description>A framework for testing concurrent Java applications</description>
|
|
||||||
<url>http://code.google.com/p/multithreadedtc/</url>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>The BSD License</name>
|
|
||||||
<url>http://www.opensource.org/licenses/bsd-license.php</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>junit</groupId>
|
|
||||||
<artifactId>junit</artifactId>
|
|
||||||
<version>3.8.1</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
|
||||||
7
multithreadedtc.pom
Normal file
7
multithreadedtc.pom
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<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">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>edu.umd.cs</groupId>
|
||||||
|
<artifactId>multithreadedtc</artifactId>
|
||||||
|
<version>1.0.1</version>
|
||||||
|
</project>
|
||||||
@ -1,12 +1,12 @@
|
|||||||
%global project_name MultithreadedTC
|
%global project_name MultithreadedTC
|
||||||
Name: multithreadedtc
|
Name: multithreadedtc
|
||||||
Version: 1.01
|
Version: 1.01
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A framework for testing concurrent Java application
|
Summary: A framework for testing concurrent Java application
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.cs.umd.edu/projects/PL/multithreadedtc
|
URL: http://www.cs.umd.edu/projects/PL/multithreadedtc
|
||||||
Source0: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/multithreadedtc/%{project_name}-%{version}-source.zip
|
Source0: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/multithreadedtc/%{project_name}-%{version}-source.zip
|
||||||
Source1: https://repo1.maven.org/maven2/edu/umd/cs/mtc/multithreadedtc/1.01/multithreadedtc-%{version}.pom
|
Source1: %{name}.pom
|
||||||
|
|
||||||
Patch0: %{name}-build.patch
|
Patch0: %{name}-build.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -64,5 +64,8 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 25 2020 leiju <leiju4@huawei.com> - 1.01-2
|
||||||
|
- Modify pom file
|
||||||
|
|
||||||
* Fri Jul 24 2020 leiju <leiju4@huawei.com> - 1.01-1
|
* Fri Jul 24 2020 leiju <leiju4@huawei.com> - 1.01-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user