Author: felixk Date: Thu Nov 10 20:26:16 2011 New Revision: 1200531 URL: http://svn.apache.org/viewvc?rev=1200531&view=rev Log: Move to james-project-1.7 Modified: james/mime4j/trunk/core/ (props changed) james/mime4j/trunk/dom/ (props changed) james/mime4j/trunk/pom.xml james/mime4j/trunk/src/reporting-site/site.xml james/mime4j/trunk/src/site/site.xml james/mime4j/trunk/storage/ (props changed) Propchange: james/mime4j/trunk/core/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Nov 10 20:26:16 2011 @@ -1,7 +1,5 @@ .classpath - .settings - .project - target +coverage.ec Propchange: james/mime4j/trunk/dom/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Nov 10 20:26:16 2011 @@ -1,5 +1,5 @@ .settings .classpath .project - target +coverage.ec Modified: james/mime4j/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=1200531&r1=1200530&r2=1200531&view=diff ============================================================================== --- james/mime4j/trunk/pom.xml (original) +++ james/mime4j/trunk/pom.xml Thu Nov 10 20:26:16 2011 @@ -26,7 +26,7 @@ james-project org.apache.james - 1.6 + 1.7 @@ -50,10 +50,6 @@ - - 3.0.2 - - core dom @@ -75,13 +71,12 @@ mime4j-website - scp://people.apache.org/www/james.apache.org/mime4j/ + scpexe://people.apache.org/www/james.apache.org/mime4j/ 1.5 - UTF-8 @@ -117,101 +112,6 @@ - - - - org.apache.maven.plugins - maven-clean-plugin - 2.4.1 - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - - org.apache.maven.plugins - maven-site-plugin - 3.0-beta-3 - - - org.apache.maven.plugins - maven-surfire-plugin - 2.7.2 - - - org.apache.maven.plugins - maven-surfire-report-plugin - 2.7.2 - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.3.1 - - - org.apache.rat - apache-rat-plugin - 0.7 - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - org.apache.maven.plugins - maven-remote-resources-plugin - 1.2 - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - org.apache.felix - maven-bundle-plugin - 2.2.0 - - - org.apache.maven.plugins - maven-doap-plugin - 1.1 - - - org.apache.maven.plugins - maven-jxr-plugin - 2.2 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.8 - - - org.apache.maven.plugins - maven-pmd-plugin - 2.5 - - - org.codehaus.mojo - findbugs-maven-plugin - 2.3.2 - - - - org.apache.rat @@ -244,15 +144,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - ${target.jdk} - ${target.jdk} - iso8859-1 - - - - org.apache.maven.plugins maven-jar-plugin @@ -273,22 +164,7 @@ org.apache.maven.plugins maven-javadoc-plugin - - - aggregate - - aggregate - - site - - - javadoc-jar - package - - jar - - - + true org.apache.james.mime4j.field.address.parser:org.apache.james.mime4j.field.contentdisposition.parser:org.apache.james.mime4j.field.contenttype.parser:org.apache.james.mime4j.field.datetime.parser:org.apache.james.mime4j.field.language.parser:org.apache.james.mime4j.field.mimeversion.parser:org.apache.james.mime4j.field.structured.parser @@ -346,192 +222,18 @@ - - - - - org.apache.maven.plugins - maven-site-plugin + + org.codehaus.mojo + emma-maven-plugin + true - attach-descriptor + process-classes - attach-descriptor + instrument - - ${basedir}/src/site - false - - - ${maven-site-plugin.siteDirectory} - ${maven-site-plugin.generateReports} - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - - dependencies - dependency-management - dependency-convergence - distribution-management - index - license - mailing-list - modules - plugin-management - plugins - project-team - scm - summary - - - - org.apache.maven.plugins - maven-jxr-plugin - - true - - - - org.apache.maven.plugins - maven-surefire-report-plugin - - true - - - - org.apache.rat - apache-rat-plugin - - - NOTICE.* - LICENSE.* - **/main/resources/long-multipart.msg - **/main/resources/META-INF/services/org.apache.james.mime4j.dom.MessageServiceFactory - **/test/resources/testmsgs/* - **/test/resources/mimetools-testmsgs/* - - release.properties - dist/**/* - - **/.* - .*/**/* - - - - - org.apache.maven.plugins - maven-pmd-plugin - - true - ${target.jdk} - - /rulesets/basic.xml - /rulesets/unusedcode.xml - /rulesets/imports.xml - - xml - true - utf-8 - 100 - - - - org.apache.maven.plugins - maven-javadoc-plugin - - 256m - 1g - true - - - note - a - NOTE - - - todo - a - TODO - - - warning - a - WARNING - - - 1.5 - - - - - aggregate - test-aggregate - - - - - - org.codehaus.mojo - findbugs-maven-plugin - - ${project.reporting.outputDirectory}/../xref - ${project.reporting.outputDirectory}/../xref-test - - true - Max - true - true - - - - - Modified: james/mime4j/trunk/src/reporting-site/site.xml URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/reporting-site/site.xml?rev=1200531&r1=1200530&r2=1200531&view=diff ============================================================================== --- james/mime4j/trunk/src/reporting-site/site.xml (original) +++ james/mime4j/trunk/src/reporting-site/site.xml Thu Nov 10 20:26:16 2011 @@ -19,12 +19,6 @@ --> - - org.apache.james - james-skin - 1.7-SNAPSHOT - - JAMES Mime4J images/james-mime4j-logo.gif @@ -32,12 +26,6 @@ james-mime4j-logo.gif - - The Apache Software Foundation - /images/logos/asf-logo-reduced.gif - http://www.apache.org/index.html - - Modified: james/mime4j/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/site/site.xml?rev=1200531&r1=1200530&r2=1200531&view=diff ============================================================================== --- james/mime4j/trunk/src/site/site.xml (original) +++ james/mime4j/trunk/src/site/site.xml Thu Nov 10 20:26:16 2011 @@ -18,11 +18,6 @@ under the License. --> - - org.apache.james - james-skin - 1.7-SNAPSHOT - JAMES Mime4J @@ -31,12 +26,6 @@ james-mime4j-logo.gif - - The Apache Software Foundation - images/logos/asf-logo-reduced.gif - http://www.apache.org/index.html - - Propchange: james/mime4j/trunk/storage/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Nov 10 20:26:16 2011 @@ -2,3 +2,4 @@ .classpath .project target +coverage.ec