Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/yahoosearch/project.xml

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


Revision 1.2 - (hide annotations) (download) (as text)
Tue Dec 27 21:47:15 2005 UTC (18 years, 3 months ago) by shinsuke
Branch: MAIN
CVS Tags: YAHOOSEARCH-RELEASE-0_1
Changes since 1.1: +3 -3 lines
File MIME type: application/xml
put release version

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 shinsuke 1.2 $Id: project.xml,v 1.1.1.1 2005/12/26 23:36:45 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>yahoosearch</artifactId>
24     <name>Yahoo Search Portlet</name>
25 shinsuke 1.2 <currentVersion>0.1</currentVersion>
26 shinsuke 1.1 <description>Yahoo Search Portlet</description>
27     <shortDescription>Yahoo Search Portlet</shortDescription>
28    
29     <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
30     <siteAddress>shell.sourceforge.jp</siteAddress>
31     <siteDirectory>/home/groups/p/pa/pal/htdocs/yahoosearch</siteDirectory>
32     <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
33    
34     <repository>
35     <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:yahoosearch</connection>
36     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:yahoosearch</developerConnection>
37     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/yahoosearch</url>
38     </repository>
39    
40     <mailingLists>
41     <mailingList>
42     <name>CVS Notification List</name>
43     <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
44     <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
45     <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
46     </mailingList>
47     </mailingLists>
48    
49     <developers>
50     <developer>
51     <name>Shinsuke Sugaya</name>
52     <id>shinsuke</id>
53     <email>shinsuke@users.sourceforge.jp</email>
54     <organization>marevol.com</organization>
55     <roles>
56     <role>Java Developer</role>
57     </roles>
58     <timezone>+9</timezone>
59     </developer>
60     </developers>
61    
62     <dependencies>
63     <dependency>
64     <groupId>pal</groupId>
65     <artifactId>bridges-myfaces</artifactId>
66     <version>${bridges.myfaces.version}</version>
67     <type>jar</type>
68     <properties>
69     <war.bundle>true</war.bundle>
70     </properties>
71     </dependency>
72    
73     <dependency>
74     <groupId>marevol</groupId>
75     <artifactId>marevol-portlet-utils</artifactId>
76     <version>0.1</version>
77     <type>jar</type>
78     <properties>
79     <war.bundle>true</war.bundle>
80     </properties>
81     </dependency>
82     <dependency>
83     <groupId>marevol</groupId>
84     <artifactId>marevol-ydn-utils</artifactId>
85 shinsuke 1.2 <version>0.1</version>
86 shinsuke 1.1 <type>jar</type>
87     <properties>
88     <war.bundle>true</war.bundle>
89     </properties>
90     </dependency>
91    
92     <dependency>
93     <id>jetspeed-header-resource</id>
94     <groupId>org.apache.portals.jetspeed-2</groupId>
95     <version>${jetspeed.version}</version>
96     <properties>
97     <war.bundle>false</war.bundle>
98     </properties>
99     </dependency>
100    
101     <dependency>
102     <groupId>portlet-api</groupId>
103     <artifactId>portlet-api</artifactId>
104     <version>1.0</version>
105     <properties>
106     <war.bundle>false</war.bundle>
107     </properties>
108     </dependency>
109    
110     <dependency>
111     <groupId>commons-lang</groupId>
112     <artifactId>commons-lang</artifactId>
113     <version>2.1</version>
114     <url>http://jakarta.apache.org/commons/lang</url>
115     <properties>
116     <war.bundle>true</war.bundle>
117     </properties>
118     </dependency>
119     <dependency>
120     <groupId>commons-codec</groupId>
121     <artifactId>commons-codec</artifactId>
122     <version>1.2</version>
123     <url>http://jakarta.apache.org/commons/codec/</url>
124     <properties>
125     <war.bundle>true</war.bundle>
126     </properties>
127     </dependency>
128     <dependency>
129     <groupId>commons-collections</groupId>
130     <artifactId>commons-collections</artifactId>
131     <version>2.1</version>
132     <url>http://jakarta.apache.org/commons/collections</url>
133     <properties>
134     <war.bundle>true</war.bundle>
135     </properties>
136     </dependency>
137     <dependency>
138     <groupId>commons-fileupload</groupId>
139     <artifactId>commons-fileupload</artifactId>
140     <version>1.0</version>
141     <properties>
142     <war.bundle>true</war.bundle>
143     </properties>
144     </dependency>
145    
146     <dependency>
147     <groupId>myfaces</groupId>
148     <artifactId>myfaces-all</artifactId>
149     <version>1.1.1</version>
150     <properties>
151     <war.bundle>true</war.bundle>
152     </properties>
153     </dependency>
154    
155     <dependency>
156     <groupId>log4j</groupId>
157     <artifactId>log4j</artifactId>
158     <version>1.2.9</version>
159     <properties>
160     <war.bundle>true</war.bundle>
161     </properties>
162     </dependency>
163     <dependency>
164     <groupId>commons-logging</groupId>
165     <artifactId>commons-logging</artifactId>
166     <version>1.0.4</version>
167     <url>http://jakarta.apache.org/commons/logging.html</url>
168     <properties>
169     <war.bundle>true</war.bundle>
170     </properties>
171     </dependency>
172    
173     <dependency>
174     <groupId>commons-betwixt</groupId>
175     <artifactId>commons-betwixt</artifactId>
176     <version>0.7</version>
177     <type>jar</type>
178     <properties>
179     <war.bundle>true</war.bundle>
180     </properties>
181     </dependency>
182     <dependency>
183     <groupId>commons-digester</groupId>
184     <artifactId>commons-digester</artifactId>
185     <version>1.6</version>
186     <type>jar</type>
187     <properties>
188     <war.bundle>true</war.bundle>
189     </properties>
190     </dependency>
191     <dependency>
192     <groupId>commons-beanutils</groupId>
193     <artifactId>commons-beanutils</artifactId>
194     <version>1.7.0</version>
195     <type>jar</type>
196     <properties>
197     <war.bundle>true</war.bundle>
198     </properties>
199     </dependency>
200    
201    
202     </dependencies>
203    
204    
205     <build>
206     <sourceDirectory>src/java</sourceDirectory>
207     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
208     <unitTest>
209     <includes>
210     <include>**/*Test.java</include>
211     </includes>
212     </unitTest>
213     <resources>
214     <resource>
215     <directory>${basedir}/src/java/</directory>
216     <includes>
217     <include>**/*.properties</include>
218     <include>**/*.betwixt</include>
219     </includes>
220     </resource>
221     </resources>
222     </build>
223    
224     <reports>
225     <report>maven-jdepend-plugin</report>
226     <report>maven-pmd-plugin</report>
227     <report>maven-changelog-plugin</report>
228     <report>maven-file-activity-plugin</report>
229     <report>maven-developer-activity-plugin</report>
230     <report>maven-license-plugin</report>
231     <report>maven-javadoc-plugin</report>
232     <report>maven-jxr-plugin</report>
233     <report>maven-junit-report-plugin</report>
234     <report>maven-linkcheck-plugin</report>
235     <report>maven-tasklist-plugin</report>
236     </reports>
237     </project>

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