summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-06-23 13:44:50 +0000
committerJonathan Robie <jonathan@apache.org>2010-06-23 13:44:50 +0000
commited440c79f3640259a9912e97f29b91284c8c2292 (patch)
tree14852aa1f8e67bc63ad32153f6f2036d3ebaa597
parent5c72228bac33f60c37ae283211090fe2d4a4c740 (diff)
downloadqpid-python-ed440c79f3640259a9912e97f29b91284c8c2292.tar.gz
Changed README to README.txt throughout the project for consistency. Removed gentools/README.txt, which described Velocity.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957201 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cc/README.txt (renamed from cc/README)0
-rw-r--r--cpp/README.txt (renamed from cpp/README)0
-rw-r--r--cpp/boost-1.32-support/README.txt (renamed from cpp/boost-1.32-support/README)0
-rw-r--r--cpp/examples/xml-exchange/README.txt (renamed from cpp/examples/xml-exchange/README)0
-rw-r--r--cpp/rubygen/README.txt (renamed from cpp/rubygen/README)0
-rw-r--r--cpp/src/tests/README.txt (renamed from cpp/src/tests/README)0
-rw-r--r--gentools/README61
-rw-r--r--gentools/README.txt163
-rw-r--r--java/management/client/README.txt (renamed from java/management/client/README)0
-rw-r--r--java/management/client/src/example/README.txt (renamed from java/management/client/src/example/README)0
-rw-r--r--java/management/tools/qpid-cli/README.txt (renamed from java/management/tools/qpid-cli/README)0
-rw-r--r--java/resources/README.txt (renamed from java/resources/README)0
-rw-r--r--java/testkit/README.txt (renamed from java/testkit/README)0
-rw-r--r--java/tools/README.txt (renamed from java/tools/README)0
-rw-r--r--python/examples/README.txt (renamed from python/examples/README)0
-rw-r--r--tools/src/py/README.txt (renamed from tools/src/py/README)0
16 files changed, 61 insertions, 163 deletions
diff --git a/cc/README b/cc/README.txt
index 8d1286f6d7..8d1286f6d7 100644
--- a/cc/README
+++ b/cc/README.txt
diff --git a/cpp/README b/cpp/README.txt
index a16dec09c4..a16dec09c4 100644
--- a/cpp/README
+++ b/cpp/README.txt
diff --git a/cpp/boost-1.32-support/README b/cpp/boost-1.32-support/README.txt
index 3c0edc8697..3c0edc8697 100644
--- a/cpp/boost-1.32-support/README
+++ b/cpp/boost-1.32-support/README.txt
diff --git a/cpp/examples/xml-exchange/README b/cpp/examples/xml-exchange/README.txt
index 85caebe352..85caebe352 100644
--- a/cpp/examples/xml-exchange/README
+++ b/cpp/examples/xml-exchange/README.txt
diff --git a/cpp/rubygen/README b/cpp/rubygen/README.txt
index a1fd6cfec8..a1fd6cfec8 100644
--- a/cpp/rubygen/README
+++ b/cpp/rubygen/README.txt
diff --git a/cpp/src/tests/README b/cpp/src/tests/README.txt
index 0f4edee493..0f4edee493 100644
--- a/cpp/src/tests/README
+++ b/cpp/src/tests/README.txt
diff --git a/gentools/README b/gentools/README
deleted file mode 100644
index c4abecc199..0000000000
--- a/gentools/README
+++ /dev/null
@@ -1,61 +0,0 @@
-================================================================================
-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.
-================================================================================
-
-AMQP MULTI_VERSION CODE GENERATOR
-
-This directory contains the first part of the new multi-AMQP-version code
-generator. The Java generation is almost complete, C++ will follow.
-
-NOTE: The generator has NOT been integrated into the current build, and is
-included here to run stand-alone for the purposes of review and comment. As
-currently configured, this generator will not interact with any file or
-directory outside of this directory.
-
-To build (from this directory):
-rm org/apache/qpid/gentools/*.class
-javac org/apache/qpid/gentools/Main.java
-
-Make sure you are using Sun's JDK1.5.0; Eclipse and gcj do not work.
-
-To run (from this directory):
-java org/apache/qpid/gentools/Main -j [xml_spec_file, ...]
-
-XML test files are located in the xml-src directory. Pay attention to the
-Basic class and Basic.Consume method - these were the primary test vehicles
-for this generator. *** NOTE *** These files do not represent any current or
-future version of the AMQP specification - do not use in production!
-
-Folders:
---------
-org/apache/qpid/gentools/: Source.
-xml-src/: Test AMQP specification files.
-templ.java/: Templates for java code generation.
-out.java/: Output folder for generated Java files (will be created with use
- of -j flag on command-line).
-templ.cpp/: (Future:) Templates for C++ code generation.
-out.cpp/: Output folder for generated C++ files (will be created with use
- of -c flag on command-line).
-
-For a more detaild description of the generator, see the Qpid Wiki
-(http://cwiki.apache.org/qpid/multiple-amqp-version-support.html).
-
-Please send comments and bugs to me (kim.vdriet [at] redhat.com) or via the
-Apache Qpid list (qpid-dev [at] incubator.apache.org).
-
-Kim van der Riet
diff --git a/gentools/README.txt b/gentools/README.txt
index eb364ece53..c4abecc199 100644
--- a/gentools/README.txt
+++ b/gentools/README.txt
@@ -1,102 +1,61 @@
---------
-Velocity
---------
-
-Welcome to Velocity. Velocity is a general purpose template engine
-written in Java. For more information about Velocity, please look at the
-HTML documentation in the docs/ directory, as well as the Velocity
-web site
-
- http://jakarta.apache.org/velocity/index.html
-
-Here is a description of what each of the top level directories
-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 build directory.
-build/ This is where the build scripts live.
-docs/ This is where the documentation lives.
-examples/ This is where the examples live.
-src/ This is where all of the source code to Velocity lives.
-test/ This is where all of the tests live.
-xdocs/ This is the .xml files for building the .html files
- related to the website and documentation.
-
-REQUIREMENTS
-------------
-
-The Java 2 SDK is required to build Velocity.
-
-For users that wish to use Log4J as the logging
-system, version 1.1 or newer of Log4J is required.
-
-
-INCLUDED PRE-BUILT JARS
------------------------
-If you are using an offical Velocity release distribution,
-you will find two pre-built Velocity jars in the top level
-directory.
-
-PLEASE NOTE : Starting with the 1.2 release, we include two jars
- with the distribution.
-
-1) velocity-<version>.jar : The Velocity jar that does not include
-any external dependencies needed by Velocity, such as the
-jakarta-commons-collection classes, Jakarta Avalon Logkit, or
-Jakarta ORO. We do this to allow you to use whatever version of
-collections, logkit, etc that you wish w/o fear of collision.
-These jars are included in the distribution, in
-the build/lib directory, or at the respective project sites.
-
-2) velocity-dep-<version>.jar : This is a Velocity jar that includes
-all dependencies that were included with previous distribution
-jars. It is intended as a convenience to allow you to drop
-this 1.3 (or later) distribution in place of existing 1.1 or 1.2-dep
- distributions.
-
-Please see the developers guide for more information.
-
-BUILDING VELOCITY
------------------
-
-In order to get started with Velocity, you may want to build it.
-
-Building Velocity is easy. All components necessary to build Velocity are
-included, except for the Java 2 SDK and the fabulous Ant build tool
-from the Jakarta project.
-
-http://jakarta.apache.org/ant/
-
-Note that you must use Ant version 1.4 or later.
-
-To build Velocity's jar, change directory into the build/ directory and
-simply type :
-
-ant jar
-
-This will create a bin/ directory containing the Velocity .jar file. Be
-sure to update your classpath to include Velocity's .jar file, or when using a
-modern servlet container, put it in the WEB-INF/lib directory.
-
-If you wish to build a Velocity jar that contains all dependencies, we have
-provided an optional build target for our convenience :
-
-ant jar-dep
-
-This will build a complete Velocity jar with dependencies included, and it can
-be found in the /bin directory as
-
-velocity-dep-<version>.jar
-
-TRYING THE EXAMPLES
--------------------
-
-After building Velocity, you can also buld the examples that are included
-with the Velocity distribution. These examples show how to use Velocity
-in your Java applications and Servlets. There also are examples of
-how to use Anakia, a XML transformation engine and an example of a servlet-
-based forum application.
-
-For more information, please see the README.txt in the examples/ directory.
-
--The Velocity Team
+================================================================================
+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.
+================================================================================
+
+AMQP MULTI_VERSION CODE GENERATOR
+
+This directory contains the first part of the new multi-AMQP-version code
+generator. The Java generation is almost complete, C++ will follow.
+
+NOTE: The generator has NOT been integrated into the current build, and is
+included here to run stand-alone for the purposes of review and comment. As
+currently configured, this generator will not interact with any file or
+directory outside of this directory.
+
+To build (from this directory):
+rm org/apache/qpid/gentools/*.class
+javac org/apache/qpid/gentools/Main.java
+
+Make sure you are using Sun's JDK1.5.0; Eclipse and gcj do not work.
+
+To run (from this directory):
+java org/apache/qpid/gentools/Main -j [xml_spec_file, ...]
+
+XML test files are located in the xml-src directory. Pay attention to the
+Basic class and Basic.Consume method - these were the primary test vehicles
+for this generator. *** NOTE *** These files do not represent any current or
+future version of the AMQP specification - do not use in production!
+
+Folders:
+--------
+org/apache/qpid/gentools/: Source.
+xml-src/: Test AMQP specification files.
+templ.java/: Templates for java code generation.
+out.java/: Output folder for generated Java files (will be created with use
+ of -j flag on command-line).
+templ.cpp/: (Future:) Templates for C++ code generation.
+out.cpp/: Output folder for generated C++ files (will be created with use
+ of -c flag on command-line).
+
+For a more detaild description of the generator, see the Qpid Wiki
+(http://cwiki.apache.org/qpid/multiple-amqp-version-support.html).
+
+Please send comments and bugs to me (kim.vdriet [at] redhat.com) or via the
+Apache Qpid list (qpid-dev [at] incubator.apache.org).
+
+Kim van der Riet
diff --git a/java/management/client/README b/java/management/client/README.txt
index 34a48f1f50..34a48f1f50 100644
--- a/java/management/client/README
+++ b/java/management/client/README.txt
diff --git a/java/management/client/src/example/README b/java/management/client/src/example/README.txt
index 5365a416e5..5365a416e5 100644
--- a/java/management/client/src/example/README
+++ b/java/management/client/src/example/README.txt
diff --git a/java/management/tools/qpid-cli/README b/java/management/tools/qpid-cli/README.txt
index 6db439aad0..6db439aad0 100644
--- a/java/management/tools/qpid-cli/README
+++ b/java/management/tools/qpid-cli/README.txt
diff --git a/java/resources/README b/java/resources/README.txt
index 1d52d487fb..1d52d487fb 100644
--- a/java/resources/README
+++ b/java/resources/README.txt
diff --git a/java/testkit/README b/java/testkit/README.txt
index df7996f471..df7996f471 100644
--- a/java/testkit/README
+++ b/java/testkit/README.txt
diff --git a/java/tools/README b/java/tools/README.txt
index fdde734027..fdde734027 100644
--- a/java/tools/README
+++ b/java/tools/README.txt
diff --git a/python/examples/README b/python/examples/README.txt
index bd30b2a6f4..bd30b2a6f4 100644
--- a/python/examples/README
+++ b/python/examples/README.txt
diff --git a/tools/src/py/README b/tools/src/py/README.txt
index cabeb1be02..cabeb1be02 100644
--- a/tools/src/py/README
+++ b/tools/src/py/README.txt