Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12277/plugin-weblogic

Added Files:
        maven.xml project.xml project.properties .cvsignore 
Log Message:
Initial Revision

--- NEW FILE: .cvsignore ---
target
velocity.log*
maven.log*
junit*.properties
*.ipr
*.iws
*.iml
lib
--- NEW FILE: maven.xml ---
<project default="main">
</project>
--- NEW FILE: project.properties ---
xdoclet.qtags.namespace = weblogic
xdoclet.qtags.generate = true

xdoclet.weblogic.home = ${basedir}
maven.junit.sysproperties = xdoclet.weblogic.home

maven.mode.online=false
# maven.test.skip=true
--- NEW FILE: project.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project>
  <extend>${basedir}/../project.xml</extend>
  <artifactId>xdoclet-plugin-weblogic</artifactId>
  <name>xdoclet-plugin-weblogic</name>

  <developers>
        <developer>
            <name>Ive Hellemans</name>
            <id>none</id>
            <email>Iv.Hellemans (at) hiquality dot be</email>
            <organization/>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>geronimo-spec</groupId>
      <artifactId>geronimo-spec-ejb</artifactId>
      <version>2.1-rc4</version>
    </dependency>

    <!-- build time only -->

    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>xdoclet-plugin-qtags</artifactId>
      <version>${pom.currentVersion}</version>
    </dependency>
    
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>xdoclet-plugin-ejb</artifactId>
      <version>${pom.currentVersion}</version>
    </dependency>

  </dependencies>

</project>



_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to