Develop and Download Open Source Software

Browse Subversion Repository

Contents of /dvibrowser-1.2.0/trunk/dvicore/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 123 - (show annotations) (download) (as text)
Fri Mar 4 13:56:55 2011 UTC (13 years, 1 month ago) by nagaotakeyuki
File MIME type: application/xml
File size: 1158 byte(s)
Applet support.
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <groupId>jp.sourceforge.dvibrowser</groupId>
6 <artifactId>dvicore</artifactId>
7 <version>1.2.0-SNAPSHOT</version>
8 <packaging>jar</packaging>
9
10 <name>dvicore</name>
11 <url>http://maven.apache.org</url>
12
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
16
17 <dependencies>
18 <dependency>
19 <groupId>junit</groupId>
20 <artifactId>junit</artifactId>
21 <version>3.8.1</version>
22 <scope>test</scope>
23 </dependency>
24 </dependencies>
25 <distributionManagement>
26 <repository>
27 <id>aelauth1-release</id>
28 <name>aelauth1</name>
29 <url>scp://aelauth1.aiit.ac.jp:49157/var/repo/maven2/release</url>
30 </repository>
31 <snapshotRepository>
32 <id>aelauth1-snapshot</id>
33 <name>aelauth1-snapshot</name>
34 <url>scp://aelauth1.aiit.ac.jp:49157/var/repo/maven2/snapshot</url>
35 </snapshotRepository>
36 </distributionManagement>
37
38 </project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26