You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2009/09/04 22:18:55 UTC

svn commit: r811538 - /turbine/core/trunk/README.txt

Author: tv
Date: Fri Sep  4 20:18:54 2009
New Revision: 811538

URL: http://svn.apache.org/viewvc?rev=811538&view=rev
Log:
Update license and directory information

Modified:
    turbine/core/trunk/README.txt

Modified: turbine/core/trunk/README.txt
URL: http://svn.apache.org/viewvc/turbine/core/trunk/README.txt?rev=811538&r1=811537&r2=811538&view=diff
==============================================================================
--- turbine/core/trunk/README.txt (original)
+++ turbine/core/trunk/README.txt Fri Sep  4 20:18:54 2009
@@ -1,17 +1,20 @@
 --------------------------------------------------------------------------
-Copyright 2001-2004 The Apache Software Foundation
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
 --------------------------------------------------------------------------
 
 --------------------------------------------------------------------------
@@ -26,14 +29,12 @@
 contains.  Please consult the documentation in each of the lower level
 directories for information that is specific to their contents.
 
-bin/        This is a temporary directory for building the project.
 conf/       This is where the sample configurations live.
-docs/       This is where the documentation and database schemas live.
+xdocs/      This is where the documentation and database schemas live.
             All of the files in this directory are mirrored onto
             the live website.
-lib/        This is where the additional libraries and .jar
-            files reside.
 src/        This is where all of the source code to Turbine lives.
+target/     This is a temporary directory for building the project.
 
 In order to get started with Turbine, you must build it first.
 Turbine uses Maven for its build environment.  You can find installation
@@ -47,15 +48,4 @@
 to build Turbine.  Information on how to install the plugin is available
 at http://db.apache.org/torque/maven-howto.html.
 
-During the build process, you may run into a few unsatisfied dependencies.
-These particular jar files are from Sun and can not be downloaded with Maven.
-You will need to download these yourself from the URL's listed below and
-manually copy the jar files into your local maven repository
-($MAVEN_HOME/repository).
-
-http://java.sun.com/products/javabeans/glasgow/jaf.html
-http://java.sun.com/products/javamail/
-http://java.sun.com/products/jdbc/
-http://java.sun.com/products/jndi/
-
 -The Turbine Team