[Lunar-commits] r24876 - moonbase/trunk/eclipse/metrics
Auke Kok
sofar at lunar-linux.org
Sun Jun 17 22:00:06 CEST 2007
Author: sofar
Date: 2007-06-17 22:00:06 +0200 (Sun, 17 Jun 2007)
New Revision: 24876
Modified:
moonbase/trunk/eclipse/metrics/BUILD
moonbase/trunk/eclipse/metrics/DETAILS
Log:
Version bump from 2.7.0 to 3.3.1
Correction of download URL (see BR 247)
I'm not [currently] an Eclipse user, so I have only checked that it
downloads and installs and appears in the Eclipse/Preferences dialog.
From: duncan.gibson at xs4all.nl
Modified: moonbase/trunk/eclipse/metrics/BUILD
===================================================================
--- moonbase/trunk/eclipse/metrics/BUILD 2007-06-17 19:59:58 UTC (rev 24875)
+++ moonbase/trunk/eclipse/metrics/BUILD 2007-06-17 20:00:06 UTC (rev 24876)
@@ -1,9 +1,9 @@
(
- TARGET=/opt/lunar/eclipse/plugins/$EXTRA.$MODULE\_$VERSION
+ TARGET=/opt/lunar/eclipse/plugins
prepare_install &&
mkdir -p $TARGET
- cp -a * $TARGET
+ cp $SOURCE_CACHE/$SOURCE $TARGET
) > $C_FIFO 2>&1
Modified: moonbase/trunk/eclipse/metrics/DETAILS
===================================================================
--- moonbase/trunk/eclipse/metrics/DETAILS 2007-06-17 19:59:58 UTC (rev 24875)
+++ moonbase/trunk/eclipse/metrics/DETAILS 2007-06-17 20:00:06 UTC (rev 24876)
@@ -1,14 +1,17 @@
MODULE=metrics
- VERSION=2.7.0
- EXTRA=com.teaminabox.eclipse
- SOURCE=$EXTRA.$MODULE\_$VERSION.zip
+ VERSION=3.3.1
+ EXTRA=com.stateofflow.eclipse
+ SOURCE=$EXTRA.$MODULE\_$VERSION.jar
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$EXTRA.$MODULE\_$VERSION
- SOURCE_URL=http://www.teaminabox.co.uk/downloads/metrics/
- SOURCE_VFY=md5:14987950172f80be26d4a2d96eb8be9a
- WEB_SITE=http://www.teaminabox.co.uk/downloads/metrics
+ SOURCE_URL=$SFORGE_URL/eclipse-metrics/
+ SOURCE_VFY=sha1:5157d01cb22d3468d4256c3c008c634f16d63601
+ WEB_SITE=http://eclipse-metrics.sourceforge.net
ENTERED=20040728
- UPDATED=20040728
- SHORT="The Metrics Eclipse plug in calculates various metrics for your code during build cycles."
+ UPDATED=20070617
+ SHORT="Eclipse plug-in to calculate code metrics while you build"
cat << EOF
-The Metrics Eclipse plug in calculates various metrics for your code during build cycles and warns you, via the Task List, of 'range violations' for each metric. This allows you to stay continuously aware of the health of your code base.
+A plug in for Eclipse that calculates metrics for your code during
+build cycles and warns you, via the Problems View, of 'range violations'
+for each metric. You may also export the metrics to various formats for
+further analysis.
EOF
More information about the Lunar-commits
mailing list