Author: [email protected]
Date: Thu Nov 17 20:13:24 2011
New Revision: 1728
Log:
AMDATU-463 Updated readme, removed license and unused changelog template
Removed:
trunk/changelog.txt
trunk/license.txt
Modified:
trunk/readme.txt
Modified: trunk/readme.txt
==============================================================================
--- trunk/readme.txt (original)
+++ trunk/readme.txt Thu Nov 17 20:13:24 2011
@@ -1,79 +1,58 @@
-===================================================================================================
-
- R E A D M E T E X T
-
- Amdatu
-
-Release ${project.version}
------------------------------
-
-===================================================================================================
-CONTENTS
-===================================================================================================
-
--1- LICENSE AND COPYRIGHT
--2- INTRODUCTION
--3- NEW FEATURES IN THIS RELEASE
--4- HARDWARE AND SOFTWARE REQUIREMENTS
--5- INSTALLATION
--6- ISSUES
--7- PROJECT INFORMATION
--8- MORE INFORMATION
-
-===================================================================================================
--1- LICENSE AND COPYRIGHT
-===================================================================================================
-Amdatu 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, either
version 3 of the
-License, or (at your option) any later version.
-
-Amdatu is distributed in the hope that 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 should have received a copy of the GNU General Public License along with
This WCB. If not,
-see <http://www.gnu.org/licenses/>.
-
-===================================================================================================
--2- INTRODUCTION
-===================================================================================================
-Amdatu is an Open Source platform and runtime for open, service oriented and
cloud aware
-applications. It provides a robust service fabric and application development
framework that
-promotes rapid and agile development and deployment of high-end business
applications. Amdatu
-service fabric and foundation services provide persistence, authorization &
authentication,
-scalability, provisioning, serviceability, manageability, integration,
compliance and much more.
-
-===================================================================================================
--3- NEW FEATURES IN THIS RELEASE
-===================================================================================================
-See changelog.txt.
-
-===================================================================================================
--4- HARDWARE AND SOFTWARE REQUIREMENTS
-===================================================================================================
-- JDK or JRE 1.6 or higher
-- Firefox 3 or higher, Internet explorer 8 or higher
-
-===================================================================================================
--5- INSTALLATION
-===================================================================================================
-See http://amdatu.org/confluence/display/Amdatu/Getting+started.
-
-Default usernames and passwords:
- http://localhost/dashboard/dashboard.jsp - Administrator/Administrator
- http://localhost/system/console - admin/admin
-
-===================================================================================================
--6- ISSUES
-===================================================================================================
-See http://jira.amdatu.org
-
-===================================================================================================
--7- PROJECT INFORMATION
-===================================================================================================
-See http://repository.amdatu.org/sites/
-
-===================================================================================================
--8- MORE INFORMATION
-===================================================================================================
-See http://amdatu.org/confluence
+***********************
+Amdatu Readme
+***********************
+
+This document is is a general info/intro file for developers that have checked
out
+the Amdatu code repository. For more and/or detailed info on the Amdatu project
+please refer to the project websites.
+
+WIKI -> http://www.amdatu.org
+JIRA -> http://jira.amdatu.org
+
+
+***********************
+Repository
+***********************
+
+The Amdatu repository uses the well known trunk, tags and branches layout. In
+addition there is a sandbox where developer maintain their own module based on
+username.
+
+e.g.
+
++ branches
++ tags
++ trunk
++ sandbox
+ + bdekruijff
+ + marrs
+
+The repository trunk is structured into project modules based on software
+lifecycle. Tagging happens at this level. Each module may contain submodules
+which are expected to share a common version.
+
+e.g.
+
++ amdatu-core
++ amdatu-web
++ amdatu-opensocial
+
+
+***********************
+Building
+***********************
+
+The Amdatu build infrastructure is based on Maven 2. The default goal builds,
+tests, packages and installs all artifacts. Modules can also be build
+individually by stepping into the directory. In addition several profiles
+exist to speed up builds during development.
+
+e.g.
+
+mvn # build everything
+mvn -P!itest # skip integration tests
+mvn -P!release # skip javadoc and more
+
+mvn package \ # fastest build
+-P!itest,!release \
+-Dmaven.test.skip=true
\ No newline at end of file
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits