readme.html - this filepom.xml - the Maven 2 project model (POM) file, see belowsrc/main/java - the Java source codesrc/main/resources/module.xml - the BEAM module
manifestsrc/main/resources/about.html - information about the
modulesrc/main/resources/license.txt - a copy of the GPL
src/test/java - source code of the JUnit testsThis project requires the Apache Maven 2
software project management and comprehension tool to be installed and set-up on your computer.
To start development, open a console window or a shell and cd into the directory where
you have unpacked this module's contents.
To build the module, type
mvn package
To install the module (and make it available as dependency in other modules), type
mvn clean install
To create the project files for your IDE, type
mvn idea:idea
resp.
mvn eclipse:eclipse
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Copyright © 2007 by Brockmann Consult (info@brockmann-consult.de)