jetty.project/jetty-annotations
Jesse McConnell 709504d176 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@458 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-01 19:03:11 +00:00
..
src Ensure MetaInfConfiguration finds all candidate jars from the container path and also from web-inf, then applies inclusion patterns to them to do an initial ordering. Jetty-8 will modify this ordering based on web-fragment ordering. The list of jars is passed around as a context attribute. The inclusion patterns are specified as context attributes. The ContextDeployer and WebAppDeployer can be configured with context attributes (such as the default inclusion patterns) that are set on every context they deploy. The list of jars are passed around as a List of Resources, and the pattern matching is done based on the URI (ie as a name string) rather than as a jar URL. 2009-05-28 03:51:44 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2009-07-01 19:03:11 +00:00