Index: NOTICE.txt =================================================================== --- NOTICE.txt (revision 807282) +++ NOTICE.txt (working copy) @@ -1,4 +1,4 @@ -Apache HttpComponents Client - HttpClient +Apache HttpComponents Client Copyright 1999-2009 The Apache Software Foundation This product includes software developed by Index: httpclient/pom.xml =================================================================== --- httpclient/pom.xml (revision 807282) +++ httpclient/pom.xml (working copy) @@ -108,6 +108,21 @@ **/*.properties + + .. + META-INF + + LICENSE.txt + + + + ../src/main/resources + META-INF + true + + NOTICE.txt + + Index: httpmime/pom.xml =================================================================== --- httpmime/pom.xml (revision 807282) +++ httpmime/pom.xml (working copy) @@ -108,6 +108,21 @@ **/*.properties + + .. + META-INF + + LICENSE.txt + + + + ../src/main/resources + META-INF + true + + NOTICE.txt + + Index: pom.xml =================================================================== --- pom.xml (revision 807282) +++ pom.xml (working copy) @@ -83,26 +83,6 @@ - - - maven-remote-resources-plugin - 1.0 - - - - process - - - - org.apache:apache-jar-resource-bundle:1.4 - - - true - - - - - maven-source-plugin Index: src/main/resources/NOTICE.txt =================================================================== --- src/main/resources/NOTICE.txt (revision 0) +++ src/main/resources/NOTICE.txt (revision 0) @@ -0,0 +1,5 @@ +Apache HttpComponents Client - ${project.name} +Copyright 1999-2009 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). Property changes on: src\main\resources\NOTICE.txt ___________________________________________________________________ Added: svn:eol-style + native