Index: tck/src/main/resources/META-INF/NOTICE.txt =================================================================== --- tck/src/main/resources/META-INF/NOTICE.txt (revision 0) +++ tck/src/main/resources/META-INF/NOTICE.txt (revision 0) @@ -0,0 +1,5 @@ +Apache Java Data Objects (JDO) +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). Index: tck/pom.xml =================================================================== --- tck/pom.xml (revision 1301656) +++ tck/pom.xml (working copy) @@ -5,7 +5,6 @@ javax.jdo root 3.1-SNAPSHOT - ../pom.xml 4.0.0 @@ -25,9 +24,9 @@ META-INF - ${basedir}/.. + src/main/resources - NOTICE.txt + META-INF/NOTICE.txt Index: api/src/main/resources/META-INF/NOTICE.txt =================================================================== --- api/src/main/resources/META-INF/NOTICE.txt (revision 0) +++ api/src/main/resources/META-INF/NOTICE.txt (revision 0) @@ -0,0 +1,5 @@ +Apache Java Data Objects (JDO) +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). Index: api/pom.xml =================================================================== --- api/pom.xml (revision 1301656) +++ api/pom.xml (working copy) @@ -22,7 +22,6 @@ javax.jdo root 3.1-SNAPSHOT - ../pom.xml 4.0.0 @@ -38,10 +37,7 @@ META-INF - ${basedir}/.. - - NOTICE.txt - + src/main/resources ${basedir}/src/java