File: .project

package info (click to toggle)
libxmlrpc3-java 3.1.3-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,524 kB
  • ctags: 1,859
  • sloc: java: 9,579; xml: 1,315; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>ws-xmlrpc-3.1</name>
	<comment>Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
        that uses XML over HTTP to implement remote procedure calls.
        Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to
        handle. Version 3 of Apache XML-RPC introduces several important vendor
        extensions over the original XML-RPC specification.</comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.maven.ide.eclipse.maven2Builder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.maven.ide.eclipse.maven2Nature</nature>
	</natures>
</projectDescription>