[Imagetools-commit] SF.net SVN: imagetools:[41] trunk/imagetools/README
Status: Beta
Brought to you by:
cmarcum
From: <cm...@us...> - 2009-04-26 16:00:55
|
Revision: 41 http://imagetools.svn.sourceforge.net/imagetools/?rev=41&view=rev Author: cmarcum Date: 2009-04-26 16:00:48 +0000 (Sun, 26 Apr 2009) Log Message: ----------- added README file for developers Added Paths: ----------- trunk/imagetools/README Added: trunk/imagetools/README =================================================================== --- trunk/imagetools/README (rev 0) +++ trunk/imagetools/README 2009-04-26 16:00:48 UTC (rev 41) @@ -0,0 +1,34 @@ + +NetBeans project for Image Tools + +This code comes from the Image Tools SourceForge.net project: +http://imagetools.sourceforge.net/ Go there for documentation, news, +updates, email aliases, and so on. If you have questions or feedback +about the API, please subscribe to the Image Tools users mailing list +and send your feedback there: +http://sourceforge.net/mail/?group_id=256276 + +The code is organized as a NetBeans 6.5 project and it's been built for +JDK 1.6. + +A few points of interest in the hiearchy: + +dist_include - files to copy into the root of the distributed file + includes the licenses, shortcut, and shortcut icon +lib - the libraries +nbproject - Netbeans project files +src/net/codebuilders/desktop/imagetools - the source code +src/net/codebuilders/desktop/imagetools/resources - the property + files and icons +test - JUnit tests - when we have some + + +* Building the Source Code + +The NetBeans project should build correctly on all major platforms. + +In addition to the 1.6 JDK, the build depends on: +Swing Application Framework and SwingWorker which are copied by +Netbeans into the dist folder during build. +These libraries have been been copied into SVN as binary files +lib/appframework-1.0.3.jar lib/swing-worker-1.1.jar This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |