File: itext-asiancmaps.pom

package info (click to toggle)
libitext5-java 5.0.6%2Bsvn4804-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,112 kB
  • sloc: java: 77,894; xml: 181; makefile: 16
file content (45 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download
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
<?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>com.itextpdf</groupId>
	<artifactId>itext-asiancmaps</artifactId>
	<packaging>jar</packaging>
	<name>iTextAsianCmaps</name>
	<version>5.0.7-SNAPSHOT</version>
	<description>iTextAsianCmaps for use in conjunction with iText, a free Java-PDF library</description>
	<!-- General Info -->
	<url>http://www.itextpdf.com/</url>
	<licenses>
		<license>
			<name>GNU Affero General Public License v3</name>
			<url>http://www.fsf.org/licensing/licenses/agpl-3.0.html</url>
		</license>
	</licenses>
	<scm>
		<connection>scm:svn:http://itext.svn.sourceforge.net/svnroot/itext/trunk/itext</connection>
		<url>http://itext.svn.sourceforge.net/viewvc/itext</url>
	</scm>

	<!-- Build -->
	<build>
		<filters>
		</filters>
		<resources>
			<resource>
				<directory>src/main/resources</directory>
				<includes>
					<include>com/itextpdf/text/pdf/fonts/cmaps/**</include>
				</includes>
			</resource>
		</resources>
		<sourceDirectory>src/main/resources</sourceDirectory>
		<testSourceDirectory>src/main/resources</testSourceDirectory>
		<finalName>itext-asian</finalName>
	</build>
	<!-- Profiles - default, release -->
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

</project>