Author: hardy.ferentschik
Date: 2008-11-17 05:32:38 -0500 (Mon, 17 Nov 2008)
New Revision: 15573
Modified:
search/trunk/build.xml
search/trunk/common-build.xml
Log:
removed the ivy publish task
Modified: search/trunk/build.xml
===================================================================
--- search/trunk/build.xml 2008-11-17 07:34:10 UTC (rev 15572)
+++ search/trunk/build.xml 2008-11-17 10:32:38 UTC (rev 15573)
@@ -284,14 +284,9 @@
<attribute name="Implementation-Vendor-Id"
value="hibernate.org"/>
<attribute name="Implementation-URL"
value="http://search.hibernate.org"/>
</manifest>
- <antcall target="common-build.jar"/>
- <ivy:resolve conf="default"/>
- <ivy:publish artifactspattern="${dist.dir}/[artifact].[ext]"
- resolver="local"
- pubrevision="latest"
- pubdate="${now}"
- status="integration"
- />
+ <mkdir dir="${dist.dir}"/>
+ <jar filesetmanifest="merge" jarfile="${jar.file.name}"
+ basedir="${classes.dir}"/>
</target>
<!-- Some of this can probably be moved to common-build... -->
Modified: search/trunk/common-build.xml
===================================================================
--- search/trunk/common-build.xml 2008-11-17 07:34:10 UTC (rev 15572)
+++ search/trunk/common-build.xml 2008-11-17 10:32:38 UTC (rev 15573)
@@ -240,14 +240,7 @@
</fileset>
</copy>
</target>
-
- <target name="jar" depends="compile"
- description="Build the distribution .jar file">
- <mkdir dir="${dist.dir}"/>
- <jar filesetmanifest="merge" jarfile="${jar.file.name}"
- basedir="${classes.dir}"/>
- </target>
-
+
<target name="jartest" depends="compiletest"
description="Build the distribution .jar file">
<mkdir dir="${dist.dir}"/>
Show replies by date