[sandbox.dolteng]/tags/2011-12-23/dolteng-0.42.0/org.seasar.dolteng.headmeisai/pom.xml
Parent Directory
|
Revision Log
Revision 387 -
(hide annotations)
Sat Dec 24 01:58:16 2011 JST (17 months ago) by koichik
File MIME type: text/plain
File size: 1163 byte(s)
Sat Dec 24 01:58:16 2011 JST (17 months ago) by koichik
File MIME type: text/plain
File size: 1163 byte(s)
Dolteng 0.42.0 リリース
| 1 | koichik | 209 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project | ||
| 3 | xmlns="http://maven.apache.org/POM/4.0.0" | ||
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| 5 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" | ||
| 6 | > | ||
| 7 | <modelVersion>4.0.0</modelVersion> | ||
| 8 | |||
| 9 | <!-- The Basics --> | ||
| 10 | <groupId>org.seasar.dolteng</groupId> | ||
| 11 | <artifactId>headmeisai</artifactId> | ||
| 12 | <version>0.35.0-SNAPSHOT</version> | ||
| 13 | <packaging>jar</packaging> | ||
| 14 | |||
| 15 | |||
| 16 | <!-- Build Settings --> | ||
| 17 | <build> | ||
| 18 | <plugins> | ||
| 19 | <plugin> | ||
| 20 | <groupId>com.google.code.maven-license-plugin</groupId> | ||
| 21 | <artifactId>maven-license-plugin</artifactId> | ||
| 22 | <version>1.4.0</version> | ||
| 23 | <configuration> | ||
| 24 | <header>http://www.seasar.org/license/header.txt</header> | ||
| 25 | <includes> | ||
| 26 | <include>src/**/*.java</include> | ||
| 27 | </includes> | ||
| 28 | <encoding>UTF-8</encoding> | ||
| 29 | <headerDefinitions> | ||
| 30 | <headerDefinition>http://www.seasar.org/license/header-definition.xml</headerDefinition> | ||
| 31 | </headerDefinitions> | ||
| 32 | </configuration> | ||
| 33 | </plugin> | ||
| 34 | </plugins> | ||
| 35 | </build> | ||
| 36 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

