File: add-maven-pom.patch

package info (click to toggle)
trove3 3.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,924 kB
  • sloc: java: 16,429; xml: 331; makefile: 21; sh: 10
file content (57 lines) | stat: -rw-r--r-- 2,085 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Mon, 29 Oct 2018 19:57:12 +0100
Subject: add-maven-pom

===================================================================
---
 resources/maven-manual-deploy-pom.xml | 41 +++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 resources/maven-manual-deploy-pom.xml

diff --git a/resources/maven-manual-deploy-pom.xml b/resources/maven-manual-deploy-pom.xml
new file mode 100644
index 0000000..f826b3f
--- /dev/null
+++ b/resources/maven-manual-deploy-pom.xml
@@ -0,0 +1,41 @@
+<?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>net.sf.trove4j</groupId>
+    <artifactId>trove4j</artifactId>
+    <version>###VERSION###</version>
+    <packaging>jar</packaging>
+    <name>GNU Trove</name>
+    <description>The Trove library provides high speed regular and primitive
+        collections for Java.
+    </description>
+    <url>http://trove4j.sf.net</url>
+    <licenses>
+        <license>
+            <name>GNU Lesser General Public License 2.1</name>
+            <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:svn:https://trove4j.svn.sourceforge.net/svnroot/trove4j</connection>
+        <url>https://trove4j.svn.sourceforge.net/svnroot/trove4j</url>
+    </scm>
+    <developers>
+        <developer>
+            <name>Rob Eden</name>
+        </developer>
+        <developer>
+            <name>Jeff Randall</name>
+        </developer>
+        <developer>
+            <name>Johan Parent</name>
+        </developer>
+        <developer>
+            <name>Eric D. Friedman</name>
+        </developer>
+    </developers>
+</project>