| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright 2004 The Apache Software Foundation. | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software | |
| distributed under the License is distributed on an "AS IS" BASIS, | |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | |
| implied. | |
| See the License for the specific language governing permissions and | |
| limitations under the License. | |
| --> | |
| <project> | |
| <extend>${basedir}/../project.xml</extend> | |
| <name>Portlet OM and Bindings </name> | |
| <id>pluto-binding</id> | |
| <organization> | |
| <logo>/../../images/apache-portals.gif</logo> | |
| </organization> | |
| <logo>/../../images/pluto.png</logo> | |
| <shortDescription>A PortletSpecification OM Binding.</shortDescription> | |
| <description> | |
| Parsing and Binding tools for the portlet specification. | |
| </description> | |
| <dependencies> | |
| <dependency> | |
| <id>commons-digester</id> | |
| <version>1.6</version> | |
| </dependency> | |
| </dependencies> | |
| <build> | |
| <nagEmailAddress>pluto-dev@jakarta.apache.org</nagEmailAddress> | |
| <sourceDirectory>src/java</sourceDirectory> | |
| <aspectSourceDirectory/> | |
| <unitTestSourceDirectory>src/test</unitTestSourceDirectory> | |
| <unitTest> | |
| <includes> | |
| <include>**/*Test.java</include> | |
| </includes> | |
| </unitTest> | |
| <integrationUnitTestSourceDirectory>src/rttest</integrationUnitTestSourceDirectory> | |
| <integrationUnitTest> | |
| <includes> | |
| <include>**/*Test.java</include> | |
| </includes> | |
| </integrationUnitTest> | |
| <resources> | |
| <resource> | |
| <directory>src/conf</directory> | |
| <includes> | |
| <include>**/*.properties</include> | |
| <include>**/*.xml</include> | |
| </includes> | |
| </resource> | |
| </resources> | |
| <jars/> | |
| </build> | |
| </project> |