1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Make Attributes sample use Maven's commons-attributes plugin.

This commit is contained in:
Ben Alex
2004-12-21 12:15:35 +00:00
parent 9175208950
commit e8bfa37218
2 changed files with 16 additions and 11 deletions
+8 -11
View File
@@ -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.