[Mobies-commit] [commit] r3907 - UDM/trunk

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 21 10:47:36 CDT 2011


Author: ksmyth
Date: Wed Sep 21 10:47:36 2011
New Revision: 3907

Log:
Add judm target

Modified:
   UDM/trunk/make.msbuild

Modified: UDM/trunk/make.msbuild
==============================================================================
--- UDM/trunk/make.msbuild	Wed Sep 21 10:47:29 2011	(r3906)
+++ UDM/trunk/make.msbuild	Wed Sep 21 10:47:36 2011	(r3907)
@@ -34,6 +34,10 @@
   <Target Name="UdmCliGen" DependsOnTargets="CheckEnv">
     <MSBuild Projects="src\UdmCliGen\make.msbuild"/>
   </Target>
+  
+  <Target Name="judm" DependsOnTargets="CheckEnv">
+    <Exec Command="call scripts\run-ant-on-judm.bat VC9 Release generate test" WorkingDirectory="$(MSBuildThisFileDirectory)"/>
+  </Target>
 
   <PropertyGroup>
     <ISS>InnoSetup\udm_innosetupVS2008.iss</ISS>


More information about the Mobies-commit mailing list