# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: C:\Users\Manfred\Documents\NetBeansProjects\mojarra\injectionprovider # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: pom.xml --- pom.xml Locally New +++ pom.xml Locally New @@ -0,0 +1,85 @@ + + + + 4.0.0 + com.sun.faces + jsf-injection + 2.1.0-SNAPSHOT + + The Mojarra Injection Providers project. + + Mojarra JSF Injection Providers + jar + + src/java + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + ${project.build.sourceEncoding} + + + + + + + com.sun.faces + jsf-api + 2.0.3 + provided + jar + + + com.sun.faces + jsf-impl + 2.0.3 + provided + jar + + + javax.servlet + servlet-api + 2.5 + provided + jar + + + org.mortbay.jetty + jetty-plus + 6.1.25 + provided + jar + + + org.mortbay.jetty + jetty-annotations + 6.1.25 + provided + jar + + + org.apache.tomcat + catalina + 6.0.29 + provided + jar + + + + UTF-8 + +