Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Lampert <noaml@mono-cvs.ximian.com>2007-12-13 15:01:56 +0300
committerNoam Lampert <noaml@mono-cvs.ximian.com>2007-12-13 15:01:56 +0300
commit078bfb72746c393b260f831c176895791fd569ad (patch)
tree3f0aad93b60a10d025920cc2a7904c88fca5c460 /mcs/class/Mainsoft.Configuration
parent0add077b86c4ae0236765c7c9441cb5498fca8b8 (diff)
Build java configuration using RT of JRE 1.4.2 for support of older java systems
svn path=/trunk/mcs/; revision=91221
Diffstat (limited to 'mcs/class/Mainsoft.Configuration')
-rw-r--r--mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.JavaEE.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.JavaEE.csproj b/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.JavaEE.csproj
index dceaca53484..aa2175a3365 100644
--- a/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.JavaEE.csproj
+++ b/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.JavaEE.csproj
@@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Mainsoft.Configuration</AssemblyName>
- <JDKName>1.6</JDKName>
+ <JDKName>1.4.2</JDKName>
<GHProjectType>1</GHProjectType>
<Version>2.0</Version>
<UseVSHostingProcess>false</UseVSHostingProcess>
@@ -58,14 +58,14 @@
-->
<ProjectExtensions>
<VisualStudio>
- <UserProperties REFS-JarPath-j2se-helpers="..\lib\J2SE.Helpers.jar" REFS-RefInfo-rt="repository:jre:sun:1.6.0" REFS-JarPath-rt="" REFS-JarPath-system="" REFS-RefInfo-system="repository:vmw:framework:2.0" REFS-JarPath-system-configuration="" REFS-RefInfo-system-configuration="repository:vmw:framework:2.0" REFS-JarPath-system-data="" REFS-RefInfo-system-data="repository:vmw:framework:2.0" REFS-JarPath-system-xml="" REFS-RefInfo-system-xml="repository:vmw:framework:2.0" />
+ <UserProperties REFS-JarPath-j2se-helpers="..\lib\J2SE.Helpers.jar" REFS-RefInfo-rt="repository:jre:sun:1.4.2" REFS-JarPath-rt="" REFS-JarPath-system="" REFS-RefInfo-system="repository:vmw:framework:2.0" REFS-JarPath-system-configuration="" REFS-RefInfo-system-configuration="repository:vmw:framework:2.0" REFS-JarPath-system-data="" REFS-RefInfo-system-data="repository:vmw:framework:2.0" REFS-JarPath-system-xml="" REFS-RefInfo-system-xml="repository:vmw:framework:2.0" />
</VisualStudio>
</ProjectExtensions>
<ItemGroup>
<Reference Include="J2SE.Helpers, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\lib\J2SE.Helpers.dll</HintPath>
</Reference>
- <Reference Include="rt, Version=1.6.0.65535, Culture=neutral, processorArchitecture=MSIL" />
+ <Reference Include="rt, Version=1.4.2.65535, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
<Reference Include="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" />
@@ -76,4 +76,4 @@
<Compile Include="Mainsoft.Web.Configuration\PagesSection.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>