File: robocode.proxygen.net.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 (28 lines) | stat: -rw-r--r-- 1,206 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
<?xml version="1.0" encoding="utf-8" ?>
<!--

    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

-->
<jni4net-proxygen xmlns="http://jni4net.sf.net/0.8.7.0/toolConfig.xsd">

	<TargetDirJvm>robocode.dotnet.host/src/main/java</TargetDirJvm>
	<TargetDirClr>robocode.dotnet.nhost/src/generated</TargetDirClr>

	<ClassPath Path="robocode.dotnet.host/target/classes"/>
	<ClassPath Path="../../robocode.core/target/classes"/>
	<ClassPath Path="../../robocode.api/target/classes"/>
	<ClassPath Path="../../robocode.host/target/classes"/>

	<AssemblyReference Assembly="robocode.dotnet.nhost\target\robocode.control.dll" />
	<AssemblyReference Assembly="robocode.dotnet.nhost\target\robocode.dotnet.nhost.dll" />

	<ClrType TypeName="net.sf.robocode.dotnet.host.DotNetHost"/>
	<ClrType TypeName="net.sf.robocode.dotnet.repository.root.DllRootHelper"/>
	<ClrType TypeName="net.sf.robocode.dotnet.nhost.ModuleN"/>

</jni4net-proxygen>