Skip to content

Commit ffa308e

Browse files
Version 1.9.2.1
1 parent 5acbb7a commit ffa308e

File tree

21 files changed

+55
-55
lines changed

21 files changed

+55
-55
lines changed

plugins/dotnet/robocode.dotnet.api/src/robocode.dotnet.api.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<PropertyGroup>
159159
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)\robocode.dotnet.host\target"</PostBuildEvent>
160160
<PreBuildEvent>if not exist $(OutDir)\build-sources\generated-sources\META-INF mkdir $(OutDir)\build-sources\generated-sources\META-INF\
161-
echo [assembly: System.Reflection.AssemblyVersion("1.9.2.0")] &gt; $(OutDir)\build-sources\generated-sources\META-INF\AssemblyInfo.cs
161+
echo [assembly: System.Reflection.AssemblyVersion("1.9.2.1")] &gt; $(OutDir)\build-sources\generated-sources\META-INF\AssemblyInfo.cs
162162
</PreBuildEvent>
163163
</PropertyGroup>
164164
</Project>

plugins/dotnet/robocode.dotnet.content/.classpath

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<classpathentry kind="output" path="target/classes"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
66
<classpathentry kind="src" path="/robocode.dotnet.host"/>
7-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.0/robocode.host-1.9.2.0.jar"/>
8-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.0/robocode.core-1.9.2.0.jar"/>
7+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.1/robocode.host-1.9.2.1.jar"/>
8+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.1/robocode.core-1.9.2.1.jar"/>
99
<classpathentry kind="var" path="M2_REPO/org/picocontainer/picocontainer/2.14.2/picocontainer-2.14.2.jar"/>
10-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.0/robocode.repository-1.9.2.0.jar"/>
10+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.1/robocode.repository-1.9.2.1.jar"/>
1111
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/codesize/1.1/codesize-1.1.jar"/>
1212
<classpathentry kind="var" path="M2_REPO/net/sf/jni4net/jni4net.j/0.8.6.0/jni4net.j-0.8.6.0.jar"/>
1313
</classpath>

plugins/dotnet/robocode.dotnet.content/robocode.dotnet.content.iml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ under the License.
4949
<orderEntry type="module-library">
5050
<library>
5151
<CLASSES>
52-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.host/1.9.2.0/robocode.host-1.9.2.0.jar!/"/>
52+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.host/1.9.2.1/robocode.host-1.9.2.1.jar!/"/>
5353
</CLASSES>
5454
</library>
5555
</orderEntry>
5656
<orderEntry type="module-library">
5757
<library>
5858
<CLASSES>
59-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.core/1.9.2.0/robocode.core-1.9.2.0.jar!/"/>
59+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.core/1.9.2.1/robocode.core-1.9.2.1.jar!/"/>
6060
</CLASSES>
6161
</library>
6262
</orderEntry>
@@ -70,7 +70,7 @@ under the License.
7070
<orderEntry type="module-library">
7171
<library>
7272
<CLASSES>
73-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.repository/1.9.2.0/robocode.repository-1.9.2.0.jar!/"/>
73+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.repository/1.9.2.1/robocode.repository-1.9.2.1.jar!/"/>
7474
</CLASSES>
7575
</library>
7676
</orderEntry>

plugins/dotnet/robocode.dotnet.content/src/main/resources/libs/control/BattleRunnnerSample.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<SpecificVersion>False</SpecificVersion>
4141
<HintPath>C:\robocode\libs\jni4net.n-0.8.6.0.dll</HintPath>
4242
</Reference>
43-
<Reference Include="robocode, Version=1.9.2.0, Culture=neutral, PublicKeyToken=43c1c8ae0e25a953, processorArchitecture=MSIL">
43+
<Reference Include="robocode, Version=1.9.2.1, Culture=neutral, PublicKeyToken=43c1c8ae0e25a953, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
4545
<HintPath>C:\robocode\libs\robocode.dll</HintPath>
4646
</Reference>
47-
<Reference Include="robocode.control, Version=1.9.2.0, Culture=neutral, PublicKeyToken=43c1c8ae0e25a953, processorArchitecture=MSIL">
47+
<Reference Include="robocode.control, Version=1.9.2.1, Culture=neutral, PublicKeyToken=43c1c8ae0e25a953, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
4949
<HintPath>C:\robocode\libs\robocode.control.dll</HintPath>
5050
</Reference>

plugins/dotnet/robocode.dotnet.content/src/main/resources/robots/SamplesCs.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{80857B97-6397-487B-A9F5-B07026DCB666}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>SampleCs</RootNamespace>
11-
<AssemblyName>samplescs-1.9.2.0</AssemblyName>
11+
<AssemblyName>samplescs-1.9.2.1</AssemblyName>
1212
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkSubset>
@@ -38,7 +38,7 @@
3838
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="robocode, Version=1.9.2.0, Culture=neutral, PublicKeyToken=e58e8a3c73c4b22d, processorArchitecture=MSIL">
41+
<Reference Include="robocode, Version=1.9.2.1, Culture=neutral, PublicKeyToken=e58e8a3c73c4b22d, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
4343
<HintPath>..\libs\robocode.dll</HintPath>
4444
<Private>False</Private>

plugins/dotnet/robocode.dotnet.control.api/src/robocode.dotnet.control.api.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
-->
191191
<PropertyGroup>
192192
<PreBuildEvent>if not exist $(OutDir)\build-sources\generated-sources\META-INF mkdir $(OutDir)\build-sources\generated-sources\META-INF\
193-
echo [assembly: System.Reflection.AssemblyVersion("1.9.2.0")] &gt; $(OutDir)\build-sources\generated-sources\META-INF\AssemblyInfo.cs
193+
echo [assembly: System.Reflection.AssemblyVersion("1.9.2.1")] &gt; $(OutDir)\build-sources\generated-sources\META-INF\AssemblyInfo.cs
194194
</PreBuildEvent>
195195
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)\robocode.dotnet.host\target"
196196
copy "$(SolutionDir)\tools\lib\*.dll" "$(TargetDir)"

plugins/dotnet/robocode.dotnet.distribution/.classpath

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<classpathentry kind="src" path="/robocode.dotnet.installer"/>
66
<classpathentry kind="src" path="/robocode.dotnet.content"/>
77
<classpathentry kind="src" path="/robocode.dotnet.host"/>
8-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.0/robocode.host-1.9.2.0.jar"/>
9-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.0/robocode.core-1.9.2.0.jar"/>
8+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.1/robocode.host-1.9.2.1.jar"/>
9+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.1/robocode.core-1.9.2.1.jar"/>
1010
<classpathentry kind="var" path="M2_REPO/org/picocontainer/picocontainer/2.14.2/picocontainer-2.14.2.jar"/>
11-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.0/robocode.repository-1.9.2.0.jar"/>
11+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.1/robocode.repository-1.9.2.1.jar"/>
1212
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/codesize/1.1/codesize-1.1.jar"/>
1313
<classpathentry kind="var" path="M2_REPO/net/sf/jni4net/jni4net.j/0.8.6.0/jni4net.j-0.8.6.0.jar"/>
1414
</classpath>

plugins/dotnet/robocode.dotnet.distribution/robocode.dotnet.distribution.iml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ under the License.
5858
<orderEntry type="module-library">
5959
<library>
6060
<CLASSES>
61-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.host/1.9.2.0/robocode.host-1.9.2.0.jar!/"/>
61+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.host/1.9.2.1/robocode.host-1.9.2.1.jar!/"/>
6262
</CLASSES>
6363
</library>
6464
</orderEntry>
6565
<orderEntry type="module-library">
6666
<library>
6767
<CLASSES>
68-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.core/1.9.2.0/robocode.core-1.9.2.0.jar!/"/>
68+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.core/1.9.2.1/robocode.core-1.9.2.1.jar!/"/>
6969
</CLASSES>
7070
</library>
7171
</orderEntry>
@@ -79,7 +79,7 @@ under the License.
7979
<orderEntry type="module-library">
8080
<library>
8181
<CLASSES>
82-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.repository/1.9.2.0/robocode.repository-1.9.2.0.jar!/"/>
82+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.repository/1.9.2.1/robocode.repository-1.9.2.1.jar!/"/>
8383
</CLASSES>
8484
</library>
8585
</orderEntry>

plugins/dotnet/robocode.dotnet.host/.classpath

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<classpathentry kind="src" path="src/main/java"/>
55
<classpathentry kind="output" path="target/classes"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
7-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.0/robocode.host-1.9.2.0.jar"/>
8-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.api/1.9.2.0/robocode.api-1.9.2.0.jar"/>
9-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.0/robocode.core-1.9.2.0.jar"/>
7+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.1/robocode.host-1.9.2.1.jar"/>
8+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.api/1.9.2.1/robocode.api-1.9.2.1.jar"/>
9+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.1/robocode.core-1.9.2.1.jar"/>
1010
<classpathentry kind="var" path="M2_REPO/org/picocontainer/picocontainer/2.14.2/picocontainer-2.14.2.jar"/>
11-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.0/robocode.repository-1.9.2.0.jar"/>
11+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.1/robocode.repository-1.9.2.1.jar"/>
1212
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/codesize/1.1/codesize-1.1.jar"/>
1313
<classpathentry kind="var" path="M2_REPO/net/sf/jni4net/jni4net.j/0.8.6.0/jni4net.j-0.8.6.0.jar"/>
1414
<classpathentry kind="var" path="M2_REPO/junit/junit/4.11/junit-4.11.jar"/>

plugins/dotnet/robocode.dotnet.host/robocode.dotnet.host.iml

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,21 @@ under the License.
9595
<orderEntry type="module-library">
9696
<library>
9797
<CLASSES>
98-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.host/1.9.2.0/robocode.host-1.9.2.0.jar!/"/>
98+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.host/1.9.2.1/robocode.host-1.9.2.1.jar!/"/>
9999
</CLASSES>
100100
</library>
101101
</orderEntry>
102102
<orderEntry type="module-library">
103103
<library>
104104
<CLASSES>
105-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.api/1.9.2.0/robocode.api-1.9.2.0.jar!/"/>
105+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.api/1.9.2.1/robocode.api-1.9.2.1.jar!/"/>
106106
</CLASSES>
107107
</library>
108108
</orderEntry>
109109
<orderEntry type="module-library">
110110
<library>
111111
<CLASSES>
112-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.core/1.9.2.0/robocode.core-1.9.2.0.jar!/"/>
112+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.core/1.9.2.1/robocode.core-1.9.2.1.jar!/"/>
113113
</CLASSES>
114114
</library>
115115
</orderEntry>
@@ -137,7 +137,7 @@ under the License.
137137
<orderEntry type="module-library">
138138
<library>
139139
<CLASSES>
140-
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.repository/1.9.2.0/robocode.repository-1.9.2.0.jar!/"/>
140+
<root url="jar://C:/Users/Flemming.Flemming-PC/.m2/repository/net/sf/robocode/robocode.repository/1.9.2.1/robocode.repository-1.9.2.1.jar!/"/>
141141
</CLASSES>
142142
</library>
143143
</orderEntry>

plugins/dotnet/robocode.dotnet.nhost/src/robocode.dotnet.nhost.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{674AED55-B9EC-4C7D-8E0B-1B2481C578B2}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>net.sf.robocode.dotnet</RootNamespace>
11-
<AssemblyName>robocode.dotnet.nhost-1.9.2.0</AssemblyName>
11+
<AssemblyName>robocode.dotnet.nhost-1.9.2.1</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SignAssembly>true</SignAssembly>
@@ -178,7 +178,7 @@
178178
-->
179179
<PropertyGroup>
180180
<PreBuildEvent>if not exist $(OutDir)\build-sources\generated-sources\META-INF mkdir $(OutDir)\build-sources\generated-sources\META-INF\
181-
echo [assembly: System.Reflection.AssemblyVersion("1.9.2.0")] &gt; $(OutDir)\build-sources\generated-sources\META-INF\AssemblyInfo.cs
181+
echo [assembly: System.Reflection.AssemblyVersion("1.9.2.1")] &gt; $(OutDir)\build-sources\generated-sources\META-INF\AssemblyInfo.cs
182182
</PreBuildEvent>
183183
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)\robocode.dotnet.host\target"
184184
copy "$(SolutionDir)\tools\lib\*.dll" "$(TargetDir)"

plugins/dotnet/robocode.dotnet.ntests/src/robocode.dotnet.ntests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{B3487E2D-2737-4C04-AA71-B9A726B3F781}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>net.sf.robocode.dotnet</RootNamespace>
11-
<AssemblyName>robocode.dotnet.ntests-1.9.2.0</AssemblyName>
11+
<AssemblyName>robocode.dotnet.ntests-1.9.2.1</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SignAssembly>false</SignAssembly>

plugins/dotnet/robocode.dotnet.robotscs/src/SampleCs.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{80857B97-6397-487B-A9F5-B07026DCB666}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>SampleCs</RootNamespace>
11-
<AssemblyName>samplescs-1.9.2.0</AssemblyName>
11+
<AssemblyName>samplescs-1.9.2.1</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<FileUpgradeFlags>
@@ -40,7 +40,7 @@
4040
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="robocode, Version=1.9.2.0, Culture=neutral, PublicKeyToken=e58e8a3c73c4b22d, processorArchitecture=MSIL">
43+
<Reference Include="robocode, Version=1.9.2.1, Culture=neutral, PublicKeyToken=e58e8a3c73c4b22d, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
4545
<HintPath>..\libs\robocode.dll</HintPath>
4646
<Private>False</Private>

plugins/dotnet/robocode.dotnet.robotscs/src/robocode.dotnet.robotscs.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{B3487E2D-2737-4C04-AA71-B9A726B3F787}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>net.sf.robocode.dotnet</RootNamespace>
11-
<AssemblyName>robocode.dotnet.robotscs-1.9.2.0</AssemblyName>
11+
<AssemblyName>robocode.dotnet.robotscs-1.9.2.1</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SignAssembly>false</SignAssembly>
@@ -42,7 +42,7 @@
4242
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4343
</PropertyGroup>
4444
<ItemGroup>
45-
<Reference Include="robocode, Version=1.9.2.0, Culture=neutral, PublicKeyToken=43c1c8ae0e25a953, processorArchitecture=MSIL">
45+
<Reference Include="robocode, Version=1.9.2.1, Culture=neutral, PublicKeyToken=43c1c8ae0e25a953, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
4747
<HintPath>..\..\robocode.dotnet.api\target\robocode.dll</HintPath>
4848
</Reference>

plugins/dotnet/robocode.dotnet.samples/src/SampleCs.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{80857B97-6397-487B-A9F5-B07026DCB666}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>SampleCs</RootNamespace>
11-
<AssemblyName>samplescs-1.9.2.0</AssemblyName>
11+
<AssemblyName>samplescs-1.9.2.1</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<FileUpgradeFlags>
@@ -40,7 +40,7 @@
4040
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="robocode, Version=1.9.2.0, Culture=neutral, PublicKeyToken=e58e8a3c73c4b22d, processorArchitecture=MSIL">
43+
<Reference Include="robocode, Version=1.9.2.1, Culture=neutral, PublicKeyToken=e58e8a3c73c4b22d, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
4545
<HintPath>..\libs\robocode.dll</HintPath>
4646
<Private>False</Private>

plugins/dotnet/robocode.dotnet.samples/src/SampleCsSentry/BorderGuard.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace SampleCsSentry
5555
/// <p>
5656
/// Version: 1.0
5757
/// <p>
58-
/// Since 1.9.2.0
58+
/// Since 1.9.2.1
5959
/// </summary>
6060
public class BorderGuard
6161
: AdvancedRobot, IBorderSentry

plugins/dotnet/robocode.dotnet.samples/src/robocode.dotnet.samples.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{80857B97-6397-487B-A9F5-B07026DCBB66}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>samplecs</RootNamespace>
11-
<AssemblyName>samplescs-1.9.2.0</AssemblyName>
11+
<AssemblyName>samplescs-1.9.2.1</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<FileUpgradeFlags>

plugins/dotnet/robocode.dotnet.tests/.classpath

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<classpathentry kind="src" path="src/test/resources" excluding="**/_svn/**|**/.svn/**|**/.git/**|**/*.java"/>
55
<classpathentry kind="output" path="target/classes"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
7-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.0/robocode.core-1.9.2.0.jar"/>
8-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.api/1.9.2.0/robocode.api-1.9.2.0.jar"/>
7+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.core/1.9.2.1/robocode.core-1.9.2.1.jar"/>
8+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.api/1.9.2.1/robocode.api-1.9.2.1.jar"/>
99
<classpathentry kind="var" path="M2_REPO/org/picocontainer/picocontainer/2.14.2/picocontainer-2.14.2.jar"/>
10-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.0/robocode.host-1.9.2.0.jar"/>
11-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.battle/1.9.2.0/robocode.battle-1.9.2.0.jar"/>
12-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.0/robocode.repository-1.9.2.0.jar"/>
10+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.host/1.9.2.1/robocode.host-1.9.2.1.jar"/>
11+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.battle/1.9.2.1/robocode.battle-1.9.2.1.jar"/>
12+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.repository/1.9.2.1/robocode.repository-1.9.2.1.jar"/>
1313
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/codesize/1.1/codesize-1.1.jar"/>
14-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.samples/1.9.2.0/robocode.samples-1.9.2.0.jar"/>
15-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.tests/1.9.2.0/robocode.tests-1.9.2.0.jar"/>
16-
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.tests.robots/1.9.2.0/robocode.tests.robots-1.9.2.0.jar"/>
14+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.samples/1.9.2.1/robocode.samples-1.9.2.1.jar"/>
15+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.tests/1.9.2.1/robocode.tests-1.9.2.1.jar"/>
16+
<classpathentry kind="var" path="M2_REPO/net/sf/robocode/robocode.tests.robots/1.9.2.1/robocode.tests.robots-1.9.2.1.jar"/>
1717
<classpathentry kind="var" path="M2_REPO/junit/junit/4.11/junit-4.11.jar"/>
1818
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/>
1919
<classpathentry kind="src" path="/robocode.dotnet.host"/>

0 commit comments

Comments
 (0)