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>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to