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

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Tue Oct 4 18:14:18 CDT 2011


Author: ksmyth
Date: Tue Oct  4 18:14:18 2011
New Revision: 3911

Log:
Use judm Target in Installer

Modified:
   UDM/trunk/make.msbuild

Modified: UDM/trunk/make.msbuild
==============================================================================
--- UDM/trunk/make.msbuild	Tue Oct  4 18:14:11 2011	(r3910)
+++ UDM/trunk/make.msbuild	Tue Oct  4 18:14:18 2011	(r3911)
@@ -42,8 +42,8 @@
   <PropertyGroup>
     <ISS>InnoSetup\udm_innosetupVS2008.iss</ISS>
   </PropertyGroup>
-  <Target Name="Installer">
-    <!-- Must BuildVS9, BuildVS10, UdmCliGen, and `ant generate test` first-->
+  <Target Name="Installer" DependsOnTargets="BuildVS9;BuildVS10;judm">
+    <!-- Must build MetaGME2UML before this -->
     <CallTarget Targets="ISCC"/>
   </Target>
 </Project>


More information about the Mobies-commit mailing list