Greg Wilkins 219c9dd740 updated to patch from 20091210
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1145 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-11 03:27:18 +00:00

25 lines
820 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jetty-osgi</artifactId>
<groupId>org.eclipse.jetty.osgi</groupId>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jetty.osgi.boot</artifactId>
<packaging>eclipse-plugin</packaging>
<!--build>
<resources>
<resource>
<excludes>
<exclude>jettyhome/lib/ext/*.jar</exclude>
<exclude>jettyhome/logs/*.log</exclude>
</excludes>
</resource>
</resources>
</build-->
</project>