Browse Source

Back out destructive submodules target until DF introduces better fix

Change-Id: I4f5a483b1fcdf17b832fa4fcfbb2fc7bd18307bf
Reviewed-on: http://gerrit.dmdirc.com/335
Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
Tested-by: Gregory Holmes <greboid@dmdirc.com>
tags/0.6.3b1
Chris Smith 14 years ago
parent
commit
c597132650
1 changed files with 0 additions and 12 deletions
  1. 0
    12
      build.xml

+ 0
- 12
build.xml View File

@@ -12,18 +12,6 @@
12 12
     <import file="build-tests.xml"/>
13 13
     <import file="build-versioning.xml"/>
14 14
 
15
-    <target name="-submodules" unless="submodule.noupdate">
16
-        <exec executable="git">
17
-            <arg value="submodule"/>
18
-            <arg value="init"/>
19
-        </exec>
20
-        <exec executable="git">
21
-            <arg value="submodule"/>
22
-            <arg value="update"/>
23
-        </exec>
24
-    </target>
25
-
26
-    <target name="-pre-init" depends="-submodules"/>
27 15
     <target name="-post-compile" depends="-write-version, build-plugins, -addpluginlibs"/>
28 16
     <target name="-post-test-run" depends="-do-test-reports"/>
29 17
     <target name="-post-jar" depends="-addjarlibs"/>

Loading…
Cancel
Save