From: Konstantin P. <ko...@us...> - 2006-08-25 06:35:37
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib-qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28227/taglib-qtags Added Files: maven.xml project.properties project.xml Log Message: missing files added --- NEW FILE: maven.xml --- <project default="main" xmlns:j="jelly:core" xmlns:maven="jelly:maven"> <preGoal name="java:compile"> <attainGoal name="qtags"/> </preGoal> </project> --- NEW FILE: project.properties --- maven.repo.remote=http://generama.codehaus.org/maven/repo,http://www.ibiblio.org/maven,http://dist.codehaus.org maven.junit.fork = yes xdoclet.qtags.namespace = qtags # This controls where the jars are uploaded. maven.repo.central = dist.codehaus.org maven.repo.central.directory = /dist xdoclet.qtags.home = ${basedir} maven.junit.sysproperties = xdoclet.qtags.home maven.compile.deprecation=on --- NEW FILE: project.xml --- <?xml version="1.0" encoding="UTF-8"?> <project> <extend>${basedir}/../project.xml</extend> <artifactId>xdoclet-taglib-qtags</artifactId> <name>xdoclet-taglib-qtags</name> <developers> <developer> <name>Konstantin Pribluda</name> <id>ko5tik</id> <email>konstantin.pribluda(at)j-tec-team.de</email> <organization>J Tec Team</organization> <roles> <role>Java Developer</role> </roles> </developer> </developers> <dependencies> <!-- build time only --> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> <version>${pom.currentVersion}</version> </dependency> </dependencies> </project> |