forked from thorikawa/android-kxml2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
40 lines (38 loc) · 1.38 KB
/
pom.xml
File metadata and controls
40 lines (38 loc) · 1.38 KB
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
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.robolectric</groupId>
<artifactId>android-kxml2</artifactId>
<version>4.1.2_r1_rc_p1</version>
<packaging>jar</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<name>Google Android kxml2 Library</name>
<description>A library jar that provides APIs for Applications written for the Google Android Platform.</description>
<url>http://source.android.com/</url>
<inceptionYear>2008</inceptionYear>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
While the EULA for the Android SDK restricts distribution of those binaries, the source code
is licensed under Apache 2.0 which allows compiling binaries from source and then distributing
those versions.
</comments>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://android.git.kernel.org/</url>
<connection>git://android.git.kernel.org/platform/manifest.git</connection>
</scm>
<developers>
<developer>
<name>The Android Open Source Projects</name>
</developer>
</developers>
</project>