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

Added Files:
        .cvsignore maven.xml project.properties project.xml 
Log Message:
XDP-137 : added simple interface extractor plugin

--- NEW FILE: .cvsignore ---
target
*.log*
junit*.properties
*.ipr
*.iws
*.iml
--- NEW FILE: maven.xml ---
<project default="main">
</project>

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

xdoclet.qtags.namespace = interfaceextractor
xdoclet.qtags.generate = true

# This controls where the jars are uploaded.
maven.repo.central = shell.sourceforge.net
maven.repo.central.directory = 
/home/groups/x/xd/xdoclet-plugins/htdocs/repository

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

--- NEW FILE: project.xml ---
<?xml version="1.0" encoding="UTF-8"?>

<project>
  <extend>${basedir}/../project.xml</extend>
  <id>xdoclet-plugin-interfaceextractor</id>
  <name>xdoclet-plugin-interfaceextractor</name>

  <dependencies>

    <!-- build time only -->
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>xdoclet-plugin-qtags</artifactId>
      <version>${pom.currentVersion}</version>
    </dependency>

  </dependencies>

</project>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to