fix .gitignore in xmlrpc submodule
This commit is contained in:
parent
589a47eb9e
commit
97d61727e0
13
xmlrpc/.gitignore
vendored
Normal file
13
xmlrpc/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
*.class
|
||||||
|
|
||||||
|
# Package Files #
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
|
||||||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
|
hs_err_pid*
|
||||||
|
/target
|
||||||
|
/.settings
|
||||||
|
/.classpath
|
||||||
|
/.project
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<failsafe-summary result="254" timeout="false">
|
|
||||||
<completed>0</completed>
|
|
||||||
<errors>0</errors>
|
|
||||||
<failures>0</failures>
|
|
||||||
<skipped>0</skipped>
|
|
||||||
<failureMessage/>
|
|
||||||
</failsafe-summary>
|
|
@ -1,5 +0,0 @@
|
|||||||
#Generated by Maven
|
|
||||||
#Fri Jun 10 19:31:19 CEST 2016
|
|
||||||
version=1.0-SNAPSHOT
|
|
||||||
groupId=de.hsadmin
|
|
||||||
artifactId=xmlrpc-webapp
|
|
@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
|
||||||
version="2.5">
|
|
||||||
|
|
||||||
<servlet>
|
|
||||||
<servlet-name>XmlRpcServlet</servlet-name>
|
|
||||||
<servlet-class>de.hsadmin.xmlrpc.HSXmlRpcServlet</servlet-class>
|
|
||||||
<init-param>
|
|
||||||
<param-name>enabledForExtensions</param-name>
|
|
||||||
<param-value>true</param-value>
|
|
||||||
</init-param>
|
|
||||||
</servlet>
|
|
||||||
|
|
||||||
<servlet-mapping>
|
|
||||||
<servlet-name>XmlRpcServlet</servlet-name>
|
|
||||||
<url-pattern>/xmlrpc/*</url-pattern>
|
|
||||||
</servlet-mapping>
|
|
||||||
|
|
||||||
|
|
||||||
</web-app>
|
|
Loading…
Reference in New Issue
Block a user