Just committed the fix .. thanks for reporting it.
Sanjiva.
On Tue, 2006-02-07 at 20:48 -0600, Hyen V Chung wrote:
> In order to build the war from the latest source, I have to change
> axis2/modules/webapp/project.xml:
>
> from
> <dependency>
> <groupId>ws-commons</groupId>
> <artifactId>ws-policy</artifactId>
> <version>${policy.version}</version>
> <properties>
> <module>true</module>
> </properties>
> </dependency>
>
> to
> <dependency>
> <groupId>ws-commons</groupId>
> <artifactId>policy</artifactId>
> <version>${policy.version}</version>
> <properties>
> <module>true</module>
> </properties>
> </dependency>
>
>
> Have anyone see this?
>
> Thanks,
> Henry
>