From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:54
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-webwork Added Files: pom.xml Log Message: syncronisation. evrythiing builds up to webwork --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <parent> <artifactId>xdoclet-taglib-plugin</artifactId> <groupId>xdoclet-plugins</groupId> <version>1.0.4-SNAPSHOT</version> <relativePath>../taglib</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xdoclet-plugin-webwork</artifactId> <name>xdoclet-plugin-webwork</name> <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>opensymphony</groupId> <artifactId>webwork</artifactId> <version>1.4</version> <scope>test</scope> </dependency> </dependencies> <properties> <xdoclet.plugin.namespace>webwork</xdoclet.plugin.namespace> </properties> </project> |