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-09-06 14:20:49 +0400
committerNoam Lampert <noaml@mono-cvs.ximian.com>2007-09-06 14:20:49 +0400
commitc1498b102764f284e5152654aa959f317e5e6a4d (patch)
treeeee7a927c4f0fba71fccd83620536d29050ad3e2
parenta818a8c465bfcf6d2fc6f482abfeade67761238e (diff)
Update Java build system
svn path=/trunk/mcs/; revision=85398
-rwxr-xr-xmcs/class/Mainsoft.Configuration/makefile.build41
-rwxr-xr-xmcs/class/Novell.Directory.Ldap/makefile.build42
-rwxr-xr-xmcs/class/System.Configuration/makefile.build42
-rwxr-xr-xmcs/class/System.Data.OracleClient/makefile.build42
-rwxr-xr-xmcs/class/System.Data/System.Data20.csproj7
-rwxr-xr-xmcs/class/System.Data/makefile.build42
-rwxr-xr-xmcs/class/System.DirectoryServices/makefile.build42
-rwxr-xr-xmcs/class/System.Drawing/makefile.build42
-rwxr-xr-xmcs/class/System.Runtime.Remoting/makefile.build42
-rwxr-xr-xmcs/class/System.Runtime.Serialization.Formatters.Soap/makefile.build42
-rwxr-xr-xmcs/class/System.Web.Extensions/makefile.build41
-rwxr-xr-xmcs/class/System.Web.Services/makefile.build42
-rwxr-xr-xmcs/class/System.Web/makefile.build42
-rwxr-xr-xmcs/class/System.XML/makefile.build42
14 files changed, 549 insertions, 2 deletions
diff --git a/mcs/class/Mainsoft.Configuration/makefile.build b/mcs/class/Mainsoft.Configuration/makefile.build
new file mode 100755
index 00000000000..37b03a0e2ab
--- /dev/null
+++ b/mcs/class/Mainsoft.Configuration/makefile.build
@@ -0,0 +1,41 @@
+<!--Minimalistic buildfile -->
+<project name="Mainsoft.Web.PortalControls20" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="Mainsoft.Configuration.JavaEE.csproj"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration}\Mainsoft.Configuration.jar"/>
+ <include name="${ghconfiguration}\Mainsoft.Configuration.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/Novell.Directory.Ldap/makefile.build b/mcs/class/Novell.Directory.Ldap/makefile.build
new file mode 100755
index 00000000000..99964e0337a
--- /dev/null
+++ b/mcs/class/Novell.Directory.Ldap/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Runtime.Remoting" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="Novell.Directory.Ldap20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\Novell.Directory.Ldap.jar"/>
+ <include name="${ghconfiguration_ver}\Novell.Directory.Ldap.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Configuration/makefile.build b/mcs/class/System.Configuration/makefile.build
new file mode 100755
index 00000000000..c6f0660ad20
--- /dev/null
+++ b/mcs/class/System.Configuration/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="Mainsoft.Web.PortalControls20" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Configuration20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Configuration.jar"/>
+ <include name="${ghconfiguration_ver}\System.Configuration.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Data.OracleClient/makefile.build b/mcs/class/System.Data.OracleClient/makefile.build
new file mode 100755
index 00000000000..0dc3914df57
--- /dev/null
+++ b/mcs/class/System.Data.OracleClient/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Data.OracleClient" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Data.OracleClient20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Data.OracleClient.jar"/>
+ <include name="${ghconfiguration_ver}\System.Data.OracleClient.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Data/System.Data20.csproj b/mcs/class/System.Data/System.Data20.csproj
index cd8609115c9..8635de6adfb 100755
--- a/mcs/class/System.Data/System.Data20.csproj
+++ b/mcs/class/System.Data/System.Data20.csproj
@@ -9,11 +9,14 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>System.Data</RootNamespace>
<AssemblyName>System.Data</AssemblyName>
- <JDKName>1.6</JDKName>
+ <JDKName>1.4.2</JDKName>
<GHProjectType>1</GHProjectType>
<GHProjectKind>framework</GHProjectKind>
<Version>2.0</Version>
<ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <jarserver>ipa</jarserver>
+ <AdditionalClassPath>
+ </AdditionalClassPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
<OutputPath>bin\Release_Java20\</OutputPath>
@@ -494,7 +497,7 @@
-->
<ProjectExtensions>
<VisualStudio>
- <UserProperties REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.jar" REFS-JarPath-system-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Data.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Xml.jar" REFS-JarPath-rt="..\lib\rt.jar" REFS-JarPath-j2se-helpers="..\lib\J2SE.Helpers.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\mscorlib.jar" REFS-JarPath-system-configuration="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Configuration.jar" />
+ <UserProperties REFS-JarPath-system-configuration="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Configuration.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\mscorlib.jar" REFS-JarPath-j2se-helpers="..\lib\J2SE.Helpers.jar" REFS-JarPath-rt="..\lib\rt.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Xml.jar" REFS-JarPath-system-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.jar" />
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
diff --git a/mcs/class/System.Data/makefile.build b/mcs/class/System.Data/makefile.build
new file mode 100755
index 00000000000..493cb135d91
--- /dev/null
+++ b/mcs/class/System.Data/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Data" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Data20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Data.jar"/>
+ <include name="${ghconfiguration_ver}\System.Data.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.DirectoryServices/makefile.build b/mcs/class/System.DirectoryServices/makefile.build
new file mode 100755
index 00000000000..5c5750558a2
--- /dev/null
+++ b/mcs/class/System.DirectoryServices/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.DirectoryServices" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.DirectoryServices20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.DirectoryServices.jar"/>
+ <include name="${ghconfiguration_ver}\System.DirectoryServices.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Drawing/makefile.build b/mcs/class/System.Drawing/makefile.build
new file mode 100755
index 00000000000..963910d6980
--- /dev/null
+++ b/mcs/class/System.Drawing/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Drawing" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Drawing20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Drawing.jar"/>
+ <include name="${ghconfiguration_ver}\System.Drawing.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Runtime.Remoting/makefile.build b/mcs/class/System.Runtime.Remoting/makefile.build
new file mode 100755
index 00000000000..0aa7a447d4b
--- /dev/null
+++ b/mcs/class/System.Runtime.Remoting/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Runtime.Remoting" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Runtime.Remoting_2_0.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Runtime.Remoting.jar"/>
+ <include name="${ghconfiguration_ver}\System.Runtime.Remoting.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Runtime.Serialization.Formatters.Soap/makefile.build b/mcs/class/System.Runtime.Serialization.Formatters.Soap/makefile.build
new file mode 100755
index 00000000000..820584d844b
--- /dev/null
+++ b/mcs/class/System.Runtime.Serialization.Formatters.Soap/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Runtime.Serialization.Formatters.Soap" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Runtime.Serialization.Formatters.Soap20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Runtime.Serialization.Formatters.Soap.jar"/>
+ <include name="${ghconfiguration_ver}\System.Runtime.Serialization.Formatters.Soap.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Web.Extensions/makefile.build b/mcs/class/System.Web.Extensions/makefile.build
new file mode 100755
index 00000000000..4031415d2c1
--- /dev/null
+++ b/mcs/class/System.Web.Extensions/makefile.build
@@ -0,0 +1,41 @@
+<!--Minimalistic buildfile -->
+<project name="System.Web.Extensions" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Web.Extensions.JavaEE.csproj"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration}\System.Web.Extensions.jar"/>
+ <include name="${ghconfiguration}\System.Web.Extensions.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Web.Services/makefile.build b/mcs/class/System.Web.Services/makefile.build
new file mode 100755
index 00000000000..4ae9a667f67
--- /dev/null
+++ b/mcs/class/System.Web.Services/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Web.Services" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Web.Services20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Web.Services.jar"/>
+ <include name="${ghconfiguration_ver}\System.Web.Services.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.Web/makefile.build b/mcs/class/System.Web/makefile.build
new file mode 100755
index 00000000000..40d236fb524
--- /dev/null
+++ b/mcs/class/System.Web/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="System.Runtime.Serialization.Formatters.Soap" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.Web20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}\System.Web.jar"/>
+ <include name="${ghconfiguration_ver}\System.Web.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>
diff --git a/mcs/class/System.XML/makefile.build b/mcs/class/System.XML/makefile.build
new file mode 100755
index 00000000000..d175219876d
--- /dev/null
+++ b/mcs/class/System.XML/makefile.build
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->
+<project name="Mainsoft.Web.PortalControls20" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="System.XML20.csproj"/>
+ <property name="override_config" value="${ghconfiguration_ver}${configappend}"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration_ver}${configappend}\System.Xml.jar"/>
+ <include name="${ghconfiguration_ver}${configappend}\System.Xml.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>