[MMTP-devel] SF.net SVN: mtp: [37] trunk
Status: Pre-Alpha
Brought to you by:
idominguez
|
From: <ido...@us...> - 2007-12-06 15:53:17
|
Revision: 37
http://mtp.svn.sourceforge.net/mtp/?rev=37&view=rev
Author: idominguez
Date: 2007-12-06 07:51:33 -0800 (Thu, 06 Dec 2007)
Log Message:
-----------
dependencies added to lib/, checkstyle script fixed
Modified Paths:
--------------
trunk/bin/checkstyle
Added Paths:
-----------
trunk/lib/antlr.jar
trunk/lib/checkstyle.jar
trunk/lib/commons-beanutils.jar
trunk/lib/commons-logging.jar
Modified: trunk/bin/checkstyle
===================================================================
--- trunk/bin/checkstyle 2007-12-06 15:38:17 UTC (rev 36)
+++ trunk/bin/checkstyle 2007-12-06 15:51:33 UTC (rev 37)
@@ -1 +1 @@
-ant -lib /usr/share/java/checkstyle.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-logging.jar:/usr/share/java/antlr.jar checkstyle
+ant -lib lib/checkstyle.jar:lib/commons-beanutils.jar:lib/commons-logging.jar:lib/antlr.jar checkstyle
Added: trunk/lib/antlr.jar
===================================================================
(Binary files differ)
Property changes on: trunk/lib/antlr.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/lib/checkstyle.jar
===================================================================
(Binary files differ)
Property changes on: trunk/lib/checkstyle.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/lib/commons-beanutils.jar
===================================================================
(Binary files differ)
Property changes on: trunk/lib/commons-beanutils.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/lib/commons-logging.jar
===================================================================
(Binary files differ)
Property changes on: trunk/lib/commons-logging.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|