rpms/maven-eclipse-plugin Makefile,NONE,1.1

Kevin Fenzi kevin at fedoraproject.org
Mon Jun 21 02:37:25 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/maven-eclipse-plugin
In directory cvs01.phx2.fedoraproject.org:/home/fedora/kevin/CVSROOT/admin/tmpcvsxF8977/rpms/maven-eclipse-plugin

Added Files:
	Makefile 
Log Message:
Setup of module maven-eclipse-plugin


--- NEW FILE Makefile ---
# Top level Makefile for module maven-eclipse-plugin
all : CVS/Root common-update
	@cvs update

common-update : common
	@cd common && cvs update

common : CVS/Root
	@cvs checkout common

CVS/Root :
	@echo "ERROR: This does not look like a CVS checkout" && exit 1

clean :
	@find . -type f -name *~ -exec rm -fv {} \;



More information about the scm-commits mailing list