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.1 - (hide annotations) (download) (as text)
Mon Apr 3 07:59:41 2006 UTC (18 years ago) by karma
Branch: MAIN
Branch point for: pal
File MIME type: application/xml
Initial revision

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     $Id: $
19     -->
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     <currentVersion>0.1</currentVersion>
30     <package>jp.sf.pal.weather</package>
31    
32     <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
33     <siteAddress>shell.sourceforge.jp</siteAddress>
34     <siteDirectory>/home/groups/p/pa/pal/htdocs/weather</siteDirectory>
35     <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
36    
37     <repository>
38     <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:weather</connection>
39     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:helloworld</developerConnection>
40     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/weather</url>
41     </repository>
42    
43     <mailingLists>
44     <mailingList>
45     <name>CVS Notification List</name>
46     <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
47     <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
48     <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
49     </mailingList>
50     </mailingLists>
51    
52     <developers>
53     <developer>
54     <name>KATOH Yasufumi</name>
55     <id>karma</id>
56     <email>karma@users.sourceforge.jp</email>
57     <organization>harp.gr.jp</organization>
58     <roles>
59     <role>Java Beginner</role>
60     </roles>
61     <timezone>+9</timezone>
62     </developer>
63     </developers>
64    
65     <dependencies>
66     <dependency>
67     <groupId>portlet-api</groupId>
68     <artifactId>portlet-api</artifactId>
69     <version>1.0</version>
70     <properties>
71     <war.bundle>false</war.bundle>
72     </properties>
73     </dependency>
74     <dependency>
75     <groupId>jstl</groupId>
76     <artifactId>jstl</artifactId>
77     <version>1.0.2</version>
78     <properties>
79     <war.bundle>true</war.bundle>
80     </properties>
81     </dependency>
82     <dependency>
83     <groupId>taglibs</groupId>
84     <artifactId>standard</artifactId>
85     <version>1.0.4</version>
86     <properties>
87     <war.bundle>true</war.bundle>
88     </properties>
89     </dependency>
90     </dependencies>
91    
92     <build>
93     <sourceDirectory>src/java</sourceDirectory>
94     <resources>
95     <resource>
96     <directory>${basedir}/src/java/</directory>
97     <includes>
98     <include>**/*.properties</include>
99     </includes>
100     </resource>
101     </resources>
102     </build>
103    
104     </project>

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