v3 consistency

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2004-09-17 21:42:40 +00:00
parent a7b0c7069e
commit 7b0fdd7222
1 changed files with 26 additions and 1 deletions

View File

@ -547,6 +547,15 @@
</description>
<type>String</type>
</field>
<field>
<name>integrationUnitTestSourceDirectory</name>
<version>3.0.0+</version>
<description>
This element specifies a directory containing integration test
sources of the project.
</description>
<type>String</type>
</field>
<field>
<name>sourceModifications</name>
<version>3.0.0+</version>
@ -1261,6 +1270,22 @@
<defaultValue>false</defaultValue>
</field>
</fields>
<codeSegments>
<codeSegment>
<version>3.0.0+</version>
<code>
public boolean isFiltering()
{
return !"false".equals( filtering );
}
public void setFiltering( boolean filtering )
{
this.filtering = ( filtering ? "true" : "false" );
}
</code>
</codeSegment>
</codeSegments>
</class>
<class>
<name>SourceModification</name>
@ -1438,7 +1463,7 @@
</class>
<class>
<name>GoalDecorator</name>
<version>3.0.0+</version>
<version>4.0.0</version>
<fields>
<field>
<name>name</name>