Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r710 - branches/opensource

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r710 - branches/opensource


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r710 - branches/opensource
  • Date: Tue, 5 Feb 2008 17:43:35 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus AT PSI.CH
Date: Tue Feb 5 17:43:35 2008
New Revision: 710

Log:
Removed jar signing from "dist" ant task, it will be done in a separate task

Modified:
branches/opensource/build.xml

Modified: branches/opensource/build.xml
==============================================================================
--- branches/opensource/build.xml (original)
+++ branches/opensource/build.xml Tue Feb 5 17:43:35 2008
@@ -172,8 +172,6 @@

<!-- Put everything in ${build.dir} into the idok.jar file -->
<jar destfile="${dist.dir}/idok.jar" basedir="${build.dir}"
excludes="**/*Test.class **/*TestBase.class ch/idok/qtgui/**
com/trolltech/**" />
- <signjar alias="jarsign" storepass="${keystore.passwd}"
keystore="${keystore.file}" jar="${dist.dir}/idok.jar">
- </signjar>

<!-- Qt Jambi GUI related code -->
<jar destfile="${dist.dir}/qtgui.jar">
@@ -184,8 +182,6 @@
<exclude name="**/*TestBase.class" />
</fileset>
</jar>
- <signjar alias="jarsign" storepass="${keystore.passwd}"
keystore="${keystore.file}" jar="${dist.dir}/qtgui.jar">
- </signjar>

<!-- jar file for the thin client -->
<jar destfile="${dist.dir}/idok_thin.jar">



  • [idok-commit] idok commit r710 - branches/opensource, Apache, 02/05/2008

Archive powered by MHonArc 2.6.19.

Top of Page