note that I also made this correction in the distribution directory.
- Brett
On 8/31/05, brett@apache.org <brett@apache.org> wrote:
>
> Author: brett
> Date: Tue Aug 30 17:35:28 2005
> New Revision: 264902
>
> URL: http://svn.apache.org/viewcvs?rev=264902&view=rev
> Log:
> fix parse error in POM
>
> Modified:
> directory/apacheds/trunk/main/project.xml
>
> Modified: directory/apacheds/trunk/main/project.xml
> URL:
> http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/project.xml?rev=264902&r1=264901&r2=264902&view=diff
>
> ==============================================================================
> --- directory/apacheds/trunk/main/project.xml (original)
> +++ directory/apacheds/trunk/main/project.xml Tue Aug 30 17:35:28 2005
> @@ -16,7 +16,9 @@
> <resources>
> <resource>
> <directory>src/main/resources</directory>
> - <includes>log4j.properties</includes>
> + <includes>
> + <include>log4j.properties</include>
> + </includes>
> </resource>
> </resources>
> </build>
>
>
>
|