Update Java build system
authorNoam Lampert <noaml@mono-cvs.ximian.com>
Thu, 6 Sep 2007 10:20:22 +0000 (10:20 -0000)
committerNoam Lampert <noaml@mono-cvs.ximian.com>
Thu, 6 Sep 2007 10:20:22 +0000 (10:20 -0000)
svn path=/trunk/mcs/; revision=85397

mcs/class/System.Data/System.Data20.csproj.user [new file with mode: 0755]
mcs/class/System/makefile.build [new file with mode: 0755]

diff --git a/mcs/class/System.Data/System.Data20.csproj.user b/mcs/class/System.Data/System.Data20.csproj.user
new file mode 100755 (executable)
index 0000000..bb6d7c9
--- /dev/null
@@ -0,0 +1,7 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup>\r
+    <JREPath>C:\views\trunk\studio\GH\Redist\j2sdk1.4.full</JREPath>\r
+    <VMArguments>\r
+    </VMArguments>\r
+  </PropertyGroup>\r
+</Project>
\ No newline at end of file
diff --git a/mcs/class/System/makefile.build b/mcs/class/System/makefile.build
new file mode 100755 (executable)
index 0000000..0625511
--- /dev/null
@@ -0,0 +1,42 @@
+<!--Minimalistic buildfile -->\r
+<project name="Mainsoft.Web.PortalControls20" default="all">\r
+<property name="ghroot"  value="${project::get-base-directory()}\..\..\..\.."/>\r
+  <!--Allways at the beginning-->\r
+  <include buildfile="${ghroot}\vsbuild\properties.xml" />\r
+\r
+  <!--MANDATORY SECTION-->\r
+\r
+  <!--Could be GH ANT .NET-->\r
+  <property name="projecttype" value=".NET2005"/>\r
+  <!--Could be RUNTIME TOOLS ... -->\r
+  <property name="rules" value="RUNTIME"/>\r
+\r
+  <property name="msbuild_file" value="System20.csproj"/>\r
+  <property name="override_config" value="${ghconfiguration_ver}${configappend}"/>\r
+  \r
+  <!--Fileset describing project output files. Uset by copy/delete rules in framework-->\r
+  <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">\r
+       <include name="${ghconfiguration_ver}${configappend}\System.jar"/>\r
+       <include name="${ghconfiguration_ver}${configappend}\System.dll"/>\r
+  </fileset>\r
+\r
+  <!--END MANDATORY SECTION-->\r
+\r
+ <!--OPTIONAL SECTION-->\r
+<!--\r
+  <target name="postbuild">\r
+          \r
+  </target>\r
+-->\r
+  <!--\r
+  <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>\r
+  <target name="prebuild">\r
+  Put something there if you need\r
+  </target>\r
+  -->\r
+  <!--END OPTIONAL SECTION-->\r
+\r
+\r
+  <!--Allways at the end-->\r
+  <include buildfile="${ghroot}\vsbuild\framework.xml" />\r
+</project>\r