Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/jmap/project.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (hide annotations) (download) (as text) (vendor branch)
Wed Sep 20 13:44:46 2006 UTC (17 years, 6 months ago) by shinsuke
Branch: shinsuke
CVS Tags: start
Changes since 1.1: +0 -0 lines
File MIME type: application/xml
create jmap cvs repo

1 shinsuke 1.1 <?xml version="1.0" encoding="UTF-8"?>
2     <!--
3     Copyright 2004 The Apache Software Foundation
4    
5     Licensed under the Apache License, Version 2.0 (the "License");
6     you may not use this file except in compliance with the License.
7     You may obtain a copy of the License at
8    
9     http://www.apache.org/licenses/LICENSE-2.0
10    
11     Unless required by applicable law or agreed to in writing, software
12     distributed under the License is distributed on an "AS IS" BASIS,
13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14     See the License for the specific language governing permissions and
15     limitations under the License.
16    
17     $Id: project.xml,v 1.7 2006/04/14 22:22:58 shinsuke Exp $
18     -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>jmap</artifactId>
24     <name>JMap Portlet</name>
25     <currentVersion>1.0-SNAPSHOT</currentVersion>
26     <description>This is a portlet to display a map in Japan.</description>
27     <shortDescription>JMap Portlet</shortDescription>
28    
29     <organization>
30     <name>Portal Application Laboratorycom</name>
31     <url>http://sourceforge.jp/projects/pal/</url>
32     <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>
33     </organization>
34     <!-- If this project has a logo image, replace it -->
35     <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>
36    
37     <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
38     <siteAddress>shell.sourceforge.jp</siteAddress>
39     <siteDirectory>/home/groups/p/pa/pal/htdocs/jmap</siteDirectory>
40     <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
41    
42     <repository>
43     <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:jmap</connection>
44     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:jmap</developerConnection>
45     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/jmap</url>
46     </repository>
47    
48     <mailingLists>
49     <mailingList>
50     <name>CVS Notification List</name>
51     <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
52     <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
53     <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
54     </mailingList>
55     </mailingLists>
56    
57     <developers>
58     <developer>
59     <name>Shinsuke Sugaya</name>
60     <id>shinsuke</id>
61     <email>shinsuke@users.sourceforge.jp</email>
62     <organization>marevol.com</organization>
63     <roles>
64     <role>Java Developer</role>
65     </roles>
66     <timezone>+9</timezone>
67     </developer>
68     </developers>
69    
70     <dependencies>
71     <dependency>
72     <groupId>portlet-api</groupId>
73     <artifactId>portlet-api</artifactId>
74     <version>1.0</version>
75     <properties>
76     <war.bundle>false</war.bundle>
77     </properties>
78     </dependency>
79     <dependency>
80     <groupId>jstl</groupId>
81     <artifactId>jstl</artifactId>
82     <version>1.0.2</version>
83     <properties>
84     <war.bundle>true</war.bundle>
85     </properties>
86     </dependency>
87     <dependency>
88     <groupId>taglibs</groupId>
89     <artifactId>standard</artifactId>
90     <version>1.0.4</version>
91     <properties>
92     <war.bundle>true</war.bundle>
93     </properties>
94     </dependency>
95    
96     <dependency>
97     <groupId>log4j</groupId>
98     <artifactId>log4j</artifactId>
99     <version>1.2.9</version>
100     <properties>
101     <war.bundle>true</war.bundle>
102     </properties>
103     </dependency>
104     <dependency>
105     <groupId>commons-logging</groupId>
106     <artifactId>commons-logging</artifactId>
107     <version>1.0.4</version>
108     <url>http://jakarta.apache.org/commons/logging.html</url>
109     <properties>
110     <war.bundle>true</war.bundle>
111     </properties>
112     </dependency>
113    
114     </dependencies>
115    
116    
117     <build>
118     <sourceDirectory>src/java</sourceDirectory>
119     <resources>
120     <resource>
121     <directory>${basedir}/src/java/</directory>
122     <includes>
123     <include>**/*.properties</include>
124     </includes>
125     </resource>
126     </resources>
127     </build>
128    
129     <reports>
130     <report>maven-jdepend-plugin</report>
131     <report>maven-pmd-plugin</report>
132     <report>maven-changelog-plugin</report>
133     <report>maven-file-activity-plugin</report>
134     <report>maven-developer-activity-plugin</report>
135     <report>maven-license-plugin</report>
136     <report>maven-javadoc-plugin</report>
137     <report>maven-jxr-plugin</report>
138     <report>maven-junit-report-plugin</report>
139     <report>maven-linkcheck-plugin</report>
140     <report>maven-tasklist-plugin</report>
141     </reports>
142     </project>

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