Code Search for Developers
 
 
  

agent-web.xml from cruisecontrol at Krugle


Show agent-web.xml syntax highlighted

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd"
>

<web-app>

	<!-- Java WebStart JNLP servlet -->
	<servlet>
		<servlet-name>JnlpDownloadServlet</servlet-name>
		<servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
	</servlet>

	<servlet-mapping>
		<servlet-name>JnlpDownloadServlet</servlet-name>
		<url-pattern>*.jnlp</url-pattern>
	</servlet-mapping>

</web-app>





See more files for this project here

cruisecontrol

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.

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

  lib/
    jnlp-servlet.jar
  agent-web.xml