Author: brett Date: Thu Jan 13 03:06:28 2005 New Revision: 125061 URL: http://svn.apache.org/viewcvs?view=rev&rev=125061 Log: fix gump descriptor Modified: incubator/directory/authx/trunk/example/project.xml
Modified: incubator/directory/authx/trunk/example/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/example/project.xml?view=diff&rev=125061&p1=incubator/directory/authx/trunk/example/project.xml&r1=125060&p2=incubator/directory/authx/trunk/example/project.xml&r2=125061 ============================================================================== --- incubator/directory/authx/trunk/example/project.xml (original) +++ incubator/directory/authx/trunk/example/project.xml Thu Jan 13 03:06:28 2005 @@ -41,6 +41,9 @@ <groupId>servletapi</groupId> <artifactId>servletapi</artifactId> <version>2.3</version> + <properties> + <gump.project>jakarta-servletapi-5-servlet</gump.project> + </properties> </dependency> <dependency> <groupId>dom4j</groupId>
