Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jdo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27405

Added Files:
        .cvsignore project.properties maven.xml project.xml 
Log Message:
Add initial version of JDO plugin

--- NEW FILE: .cvsignore ---
target
velocity.log
junit*.properties
*.ipr
*.iws
*.iml
.classpath
.project
--- NEW FILE: maven.xml ---
<project default="main">
  <goal name="main" prereqs="jar:install-snapshot"/>
</project>

--- NEW FILE: project.properties ---
maven.repo.remote=http://www.ibiblio.org/maven,http://dist.codehaus.org
maven.junit.fork = yes

xdoclet.qtags.namespace = jdo
xdoclet.qtags.generate = true

# This controls where the jars are uploaded.
maven.repo.central = dist.codehaus.org
maven.repo.central.directory = /dist
--- NEW FILE: project.xml ---
<?xml version="1.0" encoding="UTF-8"?>

<project>
  <extend>${basedir}/../project.xml</extend>
  <artifactId>xdoclet-plugin-jdo</artifactId>
  <name>xdoclet-plugin-jdo</name>

    <developers>
        <developer>
            <name>Anatol Pomozov</name>
            <id>wassap</id>
            <email>anatol.pomozov (at) gmail dot com</email>
            <organization>Scand.com</organization>
            <roles>
                <role>Java Developer</role>
            </roles>
        </developer>
    </developers>
  <dependencies>
    <!-- build time only -->
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>xdoclet-plugin-qtags</artifactId>
      <version>SNAPSHOT</version>
    </dependency>
  </dependencies>

</project>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to