浏览代码

Remove default web deployment.

Daniel Buckmaster 10 年之前
父节点
当前提交
50c52a1cdb
共有 2 个文件被更改,包括 0 次插入6 次删除
  1. 0 3
      Templates/Empty/buildFiles/config/project.conf
  2. 0 3
      Templates/Full/buildFiles/config/project.conf

+ 0 - 3
Templates/Empty/buildFiles/config/project.conf

@@ -13,9 +13,6 @@ $TORQUE_EXTENDED_MOVE = false;
 
 // Configure Torque 3D
 Torque3D::beginConfig( "win32", "Empty" );
-
-    // Include Web Deployment module
-    includeModule( 'webDeploy' );
         
     // Enable for optional minidump debugging support
     // addProjectDefine( 'TORQUE_MINIDUMP' );

+ 0 - 3
Templates/Full/buildFiles/config/project.conf

@@ -13,9 +13,6 @@ $TORQUE_EXTENDED_MOVE = false;
 
 // Configure Torque 3D
 Torque3D::beginConfig( "win32", "Full" );
-
-    // Include Web Deployment module
-    includeModule( 'webDeploy' );
         
     // Enable for optional minidump debugging support
     // addProjectDefine( 'TORQUE_MINIDUMP' );