Code Search for Developers
 
 
  

project.xml from Negest at Krugle


Show project.xml syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <pomVersion>3</pomVersion>
  <id>negest</id>
  <name>negest</name>
  <groupId>negest</groupId>
  <package>com.*</package>
  <currentVersion>0.1</currentVersion>
  <organization>
    <name>Foo Bar</name>
    <url>http://foo.bar.com</url>
    <logo></logo>
  </organization>
  <url></url>
  <inceptionYear>2004</inceptionYear>
  <issueTrackingUrl>http://bugzilla</issueTrackingUrl>
  <siteAddress></siteAddress>
  <siteDirectory>.</siteDirectory>
  <distributionSite></distributionSite>
  <distributionDirectory></distributionDirectory>
  <developers>
    <developer>
      <name>Foo Bar</name>
      <id>foo</id>
      <email>foo@bar.com</email>
      <organization>Foo Company</organization>
    </developer>
  </developers>
  <description>
  Description ...
  </description>
  <dependencies>
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
       <type>jar</type>
       <version>1.6.1</version>
       <url>http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar</url>
     </dependency>
   </dependencies>
  <repository>
    <connection></connection>
    <developerConnection></developerConnection>
    <url></url>
  </repository>
  <build>
     <sourceDirectory>../src/java-service</sourceDirectory>
  </build>
   <reports>
      <report>maven-checkstyle-plugin</report>
      <report>maven-javadoc-plugin</report>
      <report>maven-jxr-plugin</report>
      <report>maven-license-plugin</report>
      <report>maven-linkcheck-plugin</report>
      <report>maven-pmd-plugin</report>
      <report>maven-tasklist-plugin</report>
   </reports>
</project>




See more files for this project here

Negest

This project aims to offer the SOHO integrated platform to track their customers, the events generated by/with them, the orders and billing, warehouses, customer locations and equipment. Its a CMP/ERP, with its focus on water treatment business, for this

Project homepage: http://sourceforge.net/projects/negest
Programming language(s): Java,XML
License: other

  xdocs/
    navigation.xml
  LICENSE.txt
  maven.xml
  project.properties
  project.xml