xmlhttprequest
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.jangaroo</groupId>
<artifactId>xmlhttprequest</artifactId>
<version>1.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.jangaroo</groupId>
<artifactId>xmlhttprequest</artifactId>
<packaging>jangaroo</packaging>
<parent>
<groupId>net.jangaroo</groupId>
<artifactId>jangaroo-libs-parent</artifactId>
<version>1.0.3</version>
<relativePath>../jangaroo-libs-parent/pom.xml</relativePath>
</parent>
<name>xmlhttprequest</name>
<url>http://code.google.com/p/xmlhttprequest/</url>
<description>
XmlHttpRequest Cross-Browser Compatibility Library 1.0.3
* Deliver unobtrusive standard-compliant (W3C) cross-browser implementation of the XMLHttpRequest 1.0 object
* Fix ALL browsers quirks observed in their native XMLHttpRequest object implementations
* Enable transparent logging of XMLHttpRequest object activity
</description>
<developers>
<developer>
<id>silinsky</id>
<name>Sergey Ilinsky</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>net.jangaroo</groupId>
<artifactId>jangaroo-runtime</artifactId>
<type>jangaroo</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
<skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
</build>
</project>