Code Search for Developers
 
 
  

project.xml from Jameleon at Krugle


Show project.xml syntax highlighted

<?xml version="1.0"?>
<project>
    <pomVersion>3</pomVersion>
    <name>Jameleon - HttpUnit Plug-in</name>
    <id>httpunit-plugin</id>
    <inceptionYear>2003</inceptionYear>
    <package>net.sf.jameleon.plugin.httpunit</package>
    <organization>
        <logo>/images/jameleon-logo.jpg</logo>
        <url>http://jameleon.sourceforge.net</url>
    </organization>
    <shortDescription>HttpUnit Plug-in for Jameleon</shortDescription>

    <description/>

    <currentVersion>${version}</currentVersion>
    <url>http://jameleon.sourceforge.net/httpunit-plugin</url>
    <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=84246&amp;atid=572239&amp;func=browse</issueTrackingUrl>
    <siteAddress/>
    <siteDirectory/>
    <distributionDirectory/>

    <repository>
        <connection>
      scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jameleon:httpunit-plugin
        </connection>
        <url>
      http://cvs.sourceforge.net/viewcvs.py/jameleon/httpunit-plugin/
        </url>
    </repository>

    <reports>
        <report>maven-changes-plugin</report>
        <report>maven-license-plugin</report>
        <report>maven-javadoc-plugin</report>
        <report>maven-jxr-plugin</report>
        <report>maven-faq-plugin</report>
    </reports>

    <mailingLists>
        <mailingList>
            <name>Jameleon Users List</name>
            <subscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-users</subscribe>
            <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-users</unsubscribe>
            <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=34319</archive>
        </mailingList>
        <mailingList>
            <name>Jameleon Developers List</name>
            <subscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-developers</subscribe>
            <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-developers</unsubscribe>
            <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=34553</archive>
        </mailingList>
        <mailingList>
            <name>Jameleon CVS Commits List</name>
            <subscribe>http://lists.sourceforge.net/lists/listinfo/jameleon-cvscommits</subscribe>
            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jameleon-cvscommits</unsubscribe>
            <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=35231</archive>
        </mailingList>
    </mailingLists>

    <developers>
      <developer>
          <name>Christian W. Hargraves</name>
          <id>engrean</id>
          <email>engrean@hotmail.com</email>
      </developer>
      <developer>
          <name>Kay Johansen</name>
          <id>utahkay</id>
          <email>utahkay@users.sourceforge.net</email>
          <role>Developer</role>
      </developer>
    </developers>

    <contributors>
      <contributor>
          <name>Richard Hallier</name>
          <id>rhallier</id>
          <email>rhallier@users.sourceforge.net</email>
      </contributor>
      <contributor>
          <name>Brian Bonner</name>
      </contributor>
      <contributor>
          <name>Pravin Bhujbal</name>
      </contributor>

    </contributors>
    

    <dependencies>
        <!-- these dependencies are overwritten in the project.properties file to be taken from the lib dir -->
        <dependency>
            <groupId>httpunit</groupId>
            <artifactId>httpunit</artifactId>
            <version>1.6.2</version>
        </dependency>

        <!-- dependencies for the jameleon-core -->
        <dependency>
            <groupId>jameleon-core</groupId>
            <artifactId>jameleon-core</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-jelly</groupId>
            <artifactId>commons-jelly</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.2</version>
        </dependency>
    </dependencies>


    <build>
        <sourceDirectory>src/java</sourceDirectory>
    </build>

</project>




See more files for this project here

Jameleon

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

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

  data/
    test/
      enableScripting.csv
      pageClickLinkWithImage.csv
      submitFormCSV.csv
  etc/
    jetty/
      etc/
        jetty.xml
        keystore
      lib/
        ant.jar
        crimson.jar
        jasper-compiler.jar
        jasper-runtime.jar
        javax.servlet.jar
        javax.xml.jaxp.jar
        jcert.jar
        jsse.jar
        optional.jar
        org.mortbay.jetty.jar
      webapps/
        root/
          WEB-INF/
            web.xml
          frames/
            frame1.jsp
            header.jsp
            main.jsp
          images/
            jelly.jpg
          test/
            Link4.html
            destination.html
            nested_tables.html
            test.html
          tutorial/
            addPet.jsp
            addPetInfo.jsp
            favoritePet.jsp
            favoritePetInfo.jsp
            footer.jsp
            hackUser.jsp
            header.jsp
            help.jsp
            index.jsp
            invalidUser.jsp
            lockUser.jsp
            nav.jsp
            process.jsp
            validUser.jsp
          Link1.html
          Link10.html
          Link2.html
          Link3.html
          Link4.html
          Link5.html
          Link6.html
          Link7.html
          Link8.html
          Link9.html
          UTF-8.html
          end.jsp
          formValues.jsp
          formoptionvalues.html
          formsubmit.html
          formsubmit.jsp
          frames.html
          getdata.html
          hu_testcase.html
          index.jsp
          javascript.html
          javascript.jsp
          mutliple.jsp
          nested_tables.html
          step2.jsp
          submit.jsp
          tables.html
          xml.jsp
      start.jar
      stop.jar
  lib/
    httpunit.jar
    js.jar
    nekohtml.jar
  src/
    java/
      net/
    tutorial/
      build.bat
      build.sh
      build.xml
  tst/
    java/
    lib/
    res/
    xml/
  xdocs/
    images/
    changes.xml
    faq.xml
    globalSettings.xml
    httpunit-plugin-header.txt
    index.xml
    install.xml
    issue-tracking.xml
    navigation.xml
    sourceForgeSearch.xml
    syntax-reference.xml
  LICENSE.txt
  build.bat
  build.properties
  build.sh
  build.xml
  httpunit-plugin.iml
  jameleon.bat
  project.properties
  project.xml