From 14d688b9bf5a64bea39fb82d9e5ec7a3761164dc Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 25 Jan 2014 15:47:44 -0300 Subject: [PATCH] Remove unsed files. --- Compiling-and-running.md | 36 ------------------------------------ README.md | 6 +++--- license.txt | 2 +- 3 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 Compiling-and-running.md diff --git a/Compiling-and-running.md b/Compiling-and-running.md deleted file mode 100644 index 53d0ab77..00000000 --- a/Compiling-and-running.md +++ /dev/null @@ -1,36 +0,0 @@ -# Compiling and Running - -## Prerequisites - -The following products must be installed: - - * Java Development Kit 7 or higher ([http://www.oracle.com/technetwork/java/javase/downloads/index.html]) - * Maven 3.x or higher ([http://maven.apache.org/]) - -## Compiling - -WiseMapping uses Maven as packaging and project management. It's composed of 5 maven sub-modules: - - * core-js: Utilities JavaScript classes - * web2d: JavaScript 2D SVG abstraction library used by the mind map editor - * mindplot: JavaScript mindmap designer core - * wise-editor: Mindmap Editor standalone distribution - * wise-webapp: J2EE web application - -The full compilation of the project can be performed executing within : - -`mvn package` - -Once this command is execute, the file /wise-webapp/target/wisemapping*.war will be generated. - -## Testing -The previously generated war can be deployed locally executing within the directory /wise-webapp the following command: - -`cd wise-webapp;mvn jetty:run-war` - -This will start the application on the URL: [http://localhost:8080/wise-webapp/]. Additionally, a file based database is automatically populated with a test user. - -User: test@wisemapping.org -Password: test - -Enjoy :) \ No newline at end of file diff --git a/README.md b/README.md index 0b6eff4f..350f0fc4 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ Now open a browser using the URL http://localhost:8000/wise-editor/src/main/weba ### Individual Controbutors - * Ezequiel Bergamaschi + * Ezequiel Bergamaschi ### Past Individual Contributors - * Ignacio Manzano - * Nicolas Damonte + * Ignacio Manzano + * Nicolas Damonte ## License diff --git a/license.txt b/license.txt index 3f5065af..fa41cbdd 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ - Copyright [2012] [wisemapping] + Copyright [2014] [wisemapping] Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the