Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/weather/project.xml

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


Revision 1.3 - (hide annotations) (download) (as text)
Thu Nov 2 14:13:26 2006 UTC (17 years, 5 months ago) by shinsuke
Branch: MAIN
CVS Tags: WEATHER-RELEASE-1_0, HEAD
Changes since 1.2: +2 -2 lines
File MIME type: application/xml
added encoding. changed to snapshot version

1 karma 1.1 <?xml version="1.0" encoding="UTF-8"?>
2     <!--
3     /*
4     * Copyright 2001-2004 The Apache Software Foundation.
5     *
6     * Licensed under the Apache License, Version 2.0 (the "License");
7     * you may not use this file except in compliance with the License.
8     * You may obtain a copy of the License at
9     *
10     * http://www.apache.org/licenses/LICENSE-2.0
11     *
12     * Unless required by applicable law or agreed to in writing, software
13     * distributed under the License is distributed on an "AS IS" BASIS,
14     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15     * See the License for the specific language governing permissions and
16     * limitations under the License.
17     */
18 shinsuke 1.3 $Id: project.xml,v 1.2 2006/04/14 22:51:21 shinsuke Exp $
19 karma 1.1 -->
20    
21    
22     <project>
23     <pomVersion>3</pomVersion>
24    
25     <id>weather</id>
26     <groupId>pal</groupId>
27     <artifactId>weather</artifactId>
28     <name>Weather Portlet</name>
29 shinsuke 1.3 <currentVersion>0.2-SNAPSHOT</currentVersion>
30 karma 1.1 <package>jp.sf.pal.weather</package>
31    
32 shinsuke 1.2 <organization>
33     <name>Portal Application Laboratorycom</name>
34     <url>http://sourceforge.jp/projects/pal/</url>
35     <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>
36     </organization>
37     <!-- If this project has a logo image, replace it -->
38     <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>
39    
40 karma 1.1 <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
41     <siteAddress>shell.sourceforge.jp</siteAddress>
42     <siteDirectory>/home/groups/p/pa/pal/htdocs/weather</siteDirectory>
43     <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
44    
45     <repository>
46     <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:weather</connection>
47     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:helloworld</developerConnection>
48     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/weather</url>
49     </repository>
50    
51     <mailingLists>
52     <mailingList>
53     <name>CVS Notification List</name>
54     <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
55     <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
56     <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
57     </mailingList>
58     </mailingLists>
59    
60     <developers>
61     <developer>
62     <name>KATOH Yasufumi</name>
63     <id>karma</id>
64     <email>karma@users.sourceforge.jp</email>
65     <organization>harp.gr.jp</organization>
66     <roles>
67     <role>Java Beginner</role>
68     </roles>
69     <timezone>+9</timezone>
70     </developer>
71     </developers>
72    
73     <dependencies>
74     <dependency>
75     <groupId>portlet-api</groupId>
76     <artifactId>portlet-api</artifactId>
77     <version>1.0</version>
78     <properties>
79     <war.bundle>false</war.bundle>
80     </properties>
81     </dependency>
82     <dependency>
83     <groupId>jstl</groupId>
84     <artifactId>jstl</artifactId>
85     <version>1.0.2</version>
86     <properties>
87     <war.bundle>true</war.bundle>
88     </properties>
89     </dependency>
90     <dependency>
91     <groupId>taglibs</groupId>
92     <artifactId>standard</artifactId>
93     <version>1.0.4</version>
94     <properties>
95     <war.bundle>true</war.bundle>
96     </properties>
97     </dependency>
98     </dependencies>
99    
100     <build>
101     <sourceDirectory>src/java</sourceDirectory>
102     <resources>
103     <resource>
104     <directory>${basedir}/src/java/</directory>
105     <includes>
106     <include>**/*.properties</include>
107     </includes>
108     </resource>
109     </resources>
110     </build>
111    
112     </project>

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