diff --git a/samples/attributes/maven.xml b/samples/attributes/maven.xml new file mode 100644 index 0000000000..7e6e07fbce --- /dev/null +++ b/samples/attributes/maven.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/samples/attributes/project.properties b/samples/attributes/project.properties index 8579fbd472..c5c2347601 100644 --- a/samples/attributes/project.properties +++ b/samples/attributes/project.properties @@ -1,13 +1,10 @@ -# Ant properties for building the Attributes sample application. # $Id$ -name=attributes -src.dir=src -src.generated.dir=generated -lib.dir=${basedir}/../../lib -dist.lib.dir=${basedir}/../../dist -build.dir=classes -jalopy.xml=${basedir}/../../jalopy.xml -reports.dir=reports -test.includes=**/*TestSuite.class **/*Tests.class -test.excludes=**/Abstract* +###################################################################### +# Commons-Attributes +###################################################################### +org.apache.commons.attributes.enable=true +org.apache.commons.attributes.index.enable=true + +# Having difficulty? Try executing "maven install-plugin" from the +# attributes directory. See the maven.xml for what this goal does.