Log Message
Created a target to build the zip and updated the readme.
Modified Paths
Diff
Modified: trunk/hudson/plugins/serenity/build.xml (40900 => 40901)
--- trunk/hudson/plugins/serenity/build.xml 2013-06-08 12:00:57 UTC (rev 40900)
+++ trunk/hudson/plugins/serenity/build.xml 2013-06-08 18:13:41 UTC (rev 40901)
@@ -3,6 +3,7 @@
<property name="src" value="src/main/java" />
<property name="temp" value="target/temp" />
<property name="serenity.jar" value="target/serenity.jar" />
+ <property name="readme.txt" value="docs/readme.txt" />
<property name="serenity.hpi" value="target/serenity.hpi" />
<target name="deploy">
@@ -11,5 +12,14 @@
<copy todir="../ikube/serenity/" file="${serenity.jar}" overwrite="true" failonerror="true" />
<copy todir="serenity" file="${serenity.jar}" overwrite="true" failonerror="true" />
</target>
+
+ <target name="package">
+ <delete dir="serenity" />
+ <mkdir dir="serenity"/>
+ <copy todir="serenity" file="${serenity.jar}" overwrite="true" failonerror="true" />
+ <copy todir="serenity" file="${readme.txt}" overwrite="true" failonerror="true" />
+ <copydir dest="serenity/lib" src="" />
+ <zip destfile="serenity.zip" basedir="serenity" />
+ </target>
</project>
\ No newline at end of file
Modified: trunk/hudson/plugins/serenity/docs/readme.txt (40900 => 40901)
--- trunk/hudson/plugins/serenity/docs/readme.txt 2013-06-08 12:00:57 UTC (rev 40900)
+++ trunk/hudson/plugins/serenity/docs/readme.txt 2013-06-08 18:13:41 UTC (rev 40901)
@@ -1,7 +1,13 @@
-Hi,
-
-Thank you for downloading and using Serenity. For information on how to configure
-Serenity please refer to the Wiki at http://wiki.hudson-ci.org/display/HUDSON/Serenity+Plugin.
-
-Have a nice day,
-Michael Couck
\ No newline at end of file
+This is the Serenity code coverage packaged files. It includes the Serenity jar and
+required libraries. Please refer to the wiki for either Jenkins or Hudson to configure
+Serenity to generate coverage and code metrics for your Ant or Maven project.
+
+Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/Serenity+Plugin
+Hudson: http://wiki.hudson-ci.org/display/HUDSON/Serenity+Plugin
+
+Other software form same programmer:
+* http://ikube.be/site
+* http://ikube.be:8080/ikube
+
+Have a fantastic day!
+Michael
\ No newline at end of file
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
