/[packages]/obsolete/apache-portlet-1.0-api/pristine/SOURCES/apache-portlet-1.0-api-pom.xml
ViewVC logotype

Contents of /obsolete/apache-portlet-1.0-api/pristine/SOURCES/apache-portlet-1.0-api-pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 636650 - (show annotations) (download) (as text)
Sun Jun 15 18:55:01 2014 UTC (9 years, 10 months ago) by wally
File MIME type: text/xml
File size: 2343 byte(s)
restore obsoletes
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright 2007 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 -->
18 <project>
19 <modelVersion>4.0.0</modelVersion>
20 <artifactId> portlet-api </artifactId>
21 <name> Java Portlet API </name>
22 <groupId>javax.portlet</groupId>
23 <version> 1.0 </version>
24 <packaging> jar </packaging>
25
26 <build>
27 <sourceDirectory>${basedir}/src/java</sourceDirectory>
28 <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
29
30 <resources>
31 <resource>
32 <directory>${basedir}/src/java</directory>
33 <excludes>
34 <exclude>**/*.java</exclude>
35 </excludes>
36 </resource>
37 </resources>
38
39 <testResources>
40 <testResource>
41 <directory>${basedir}/src/test</directory>
42 <excludes>
43 <exclude>**/*.java</exclude>
44 </excludes>
45 </testResource>
46 <testResource>
47 <directory>${basedir}/src/java</directory>
48 <excludes>
49 <exclude>**/*.java</exclude>
50 <!--
51 <exclude>**/JETSPEED-INF/**</exclude>
52 -->
53 </excludes>
54 </testResource>
55 <testResource>
56 <directory>../etc/log4j</directory>
57 <includes>
58 <include>*.properties</include>
59 </includes>
60 </testResource>
61 <testResource>
62 <directory>../etc/db-ojb</directory>
63 <includes>
64 <include>*.xml</include>
65 <include>*.dtd</include>
66 <include>*.properties</include>
67 </includes>
68 </testResource>
69 </testResources>
70 </build>
71
72 </project>

  ViewVC Help
Powered by ViewVC 1.1.30