[Lunar-commits] CVS: moonbase/eclipse/metrics BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Joel Vennin jol at lunar-linux.org
Wed Jul 28 19:11:55 GMT 2004


Update of /var/cvs/lunar/moonbase/eclipse/metrics
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6410/eclipse/metrics

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Create an eclipse directory to contain all eclipse stuff.
The first import contains this module:
	- eclipse-bin (from x11-apps)
	- cdt
	- emf-sdo-xsd
	- gef 
	- metrics
	- ve


--- NEW FILE: BUILD ---
(

  TARGET=/opt/lunar/eclipse/plugins/$EXTRA.$MODULE\_$VERSION

  prepare_install  &&
  mkdir -p $TARGET
  cp -a * $TARGET

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends eclipse-bin

--- NEW FILE: DETAILS ---
          MODULE=metrics
         VERSION=2.7.0
	   EXTRA=com.teaminabox.eclipse
	  SOURCE=$EXTRA.$MODULE\_$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$EXTRA.$MODULE\_$VERSION
      SOURCE_URL=http://www.teaminabox.co.uk/downloads/metrics/$SOURCE
      SOURCE_VFY=md5:14987950172f80be26d4a2d96eb8be9a
        WEB_SITE=http://www.teaminabox.co.uk/downloads/metrics
         ENTERED=20040728
         UPDATED=20040728
           SHORT="The Metrics Eclipse plug in calculates various metrics for your code during build cycles."
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.
EOF



More information about the Lunar-commits mailing list