Revision: 464
http://assorted.svn.sourceforge.net/assorted/?rev=464&view=rev
Author: yangzhang
Date: 2008-02-16 13:44:10 -0800 (Sat, 16 Feb 2008)
Log Message:
-----------
moved to simple-build
Added Paths:
-----------
hash-dist/trunk/src/build
Removed Paths:
-------------
hash-dist/trunk/src/Makefile
Deleted: hash-dist/trunk/src/Makefile
===================================================================
--- hash-dist/trunk/src/Makefile 2008-02-16 21:42:15 UTC (rev 463)
+++ hash-dist/trunk/src/Makefile 2008-02-16 21:44:10 UTC (rev 464)
@@ -1,12 +0,0 @@
-COMMONS_SRCS := $(wildcard commons/*.scala)
-
-all: out/HashDist.class
-
-out/HashDist.class: HashDist.scala $(COMMONS_SRCS)
- mkdir -p out
- fsc -d out $^
-
-clean:
- rm -rf out
-
-.PHONY: clean
Added: hash-dist/trunk/src/build
===================================================================
--- hash-dist/trunk/src/build (rev 0)
+++ hash-dist/trunk/src/build 2008-02-16 21:44:10 UTC (rev 464)
@@ -0,0 +1,3 @@
+hash-dist:
+ srcs: [HashDist.scala]
+ mainclass: HashDist
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|