Removed depends on JavaDoc from test
diff --git a/releng/org.eclipse.graphiti.releng/build.xml b/releng/org.eclipse.graphiti.releng/build.xml
index 749233f..86c2988 100644
--- a/releng/org.eclipse.graphiti.releng/build.xml
+++ b/releng/org.eclipse.graphiti.releng/build.xml
@@ -254,7 +254,7 @@
<echo message="Do the provisioning" />
</target>
- <target name="site.p2" depends="provision">
+ <target name="site.p2" depends="provision, create.javadoc">
<echo message="Building all projects in workspace ${workspace}" />
<buckminster command="build">
<cmdargs>
@@ -262,8 +262,6 @@
</cmdargs>
</buckminster>
- <antcall target="create.javadoc" />
-
<echo message="Performing org.eclipse.graphiti.site#site.p2" />
<buckminster command="perform">
<cmdargs>
@@ -331,7 +329,7 @@
</javadoc>
</target>
- <target name="test" depends="create.javadoc">
+ <target name="test">
<echo message="Running JUnit tests for Graphiti" />
<buckminsterDirect>
<cmdargs>