setup gogo bundles


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@906460 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/build.xml b/sigil/build.xml
index bcf213c..3361dd3 100644
--- a/sigil/build.xml
+++ b/sigil/build.xml
@@ -65,6 +65,9 @@
     <!-- ivy -->
     <ivy:retrieve organisation="org.apache" module="felix.sigil.ivy.resolver" revision="latest.integration" inline="true" pattern="${site.dir}/ivy/[artifact].[ext]" transitive="false"/>
 
+    <!-- gogo -->
+    <ivy:retrieve organisation="org.apache" module="felix.sigil.gogo.junit" revision="latest.integration" inline="true" pattern="${site.dir}/gogo/[artifact].[ext]" transitive="false"/>
+
     <groovy:groovy src="bldcommon/updatesite.groovy">
       <arg value="${site.dir}/features"/>
       <arg value="${site.dir}/site.xml" />