summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--push/build.xml3
-rw-r--r--push/ivy.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/push/build.xml b/push/build.xml
index 953416cf2d..3e750b67cd 100644
--- a/push/build.xml
+++ b/push/build.xml
@@ -59,9 +59,6 @@
</target>
<target name="publish-local" depends="jar">
- <antcall target="common.sources.jar">
- <reference torefid="extra.jar.includes" refid="jar.includes" />
- </antcall>
<antcall target="common.publish-local" />
</target>
diff --git a/push/ivy.xml b/push/ivy.xml
index 4834342f00..69b7661fca 100644
--- a/push/ivy.xml
+++ b/push/ivy.xml
@@ -15,8 +15,10 @@
</configurations>
<publications>
<artifact type="jar" ext="jar" />
+<!--
<artifact type="source" ext="jar" m:classifier="sources" />
<artifact type="javadoc" ext="jar" m:classifier="javadoc" />
+-->
<artifact type="pom" ext="pom" />
</publications>
<dependencies>