File: src.asm.xml

package info (click to toggle)
robocode 1.9.3.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,648 kB
  • sloc: java: 53,012; cs: 25,275; xml: 2,337; sh: 272; makefile: 15
file content (53 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download | duplicates (3)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--

    Copyright (c) 2001-2020 Mathew A. Nelson and Robocode contributors
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    https://robocode.sourceforge.io/license/epl-v10.html

-->
<assembly>
	<id>src</id>
	<formats>
		<format>dir</format>
		<format>zip</format>
	</formats>
	<fileSets>
		<fileSet>
			<directory>..</directory>
			<lineEnding>lf</lineEnding> <!-- for Unix/Linux -->
			<excludes>
				<exclude>plugins/battleview3d/**</exclude>
				<exclude>plugins/js/**</exclude>
				<exclude>plugins/scala/**</exclude>
				<exclude>**/_ReSharper*/**</exclude>
				<exclude>**/_ReSharper.*/**</exclude>
				<exclude>**/Debug/**</exclude>
				<exclude>**/Release/**</exclude>
				<exclude>**/obj/**</exclude>
				<exclude>**/target/**</exclude>
				<exclude>**/lib/**</exclude>
				<exclude>**/*.suo</exclude>
				<exclude>**/*.user</exclude>
				<exclude>**/*.log</exclude>
				<exclude>**/*.iws</exclude>
				<exclude>**/*.iml</exclude>
				<exclude>**/*.ipr</exclude>
				<exclude>**/*.jar</exclude>
				<exclude>**/*.dll</exclude>
				<exclude>**/*.exe</exclude>
				<exclude>**/*.bak</exclude>
				<exclude>**/Thumbs.db</exclude>
				<exclude>**/~*</exclude>
				<exclude>**/.*</exclude>
				<exclude>**/.*</exclude>
				<exclude>**/_svn/**</exclude>
				<exclude>**/.svn/**</exclude>
				<exclude>**/.metadata/**</exclude>
				<exclude>**/*.jkey</exclude>
				<exclude>**/*.snk</exclude>
			</excludes>
		</fileSet>
	</fileSets>
</assembly>