mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-326: Removing unneeded legal doc files
I'm removing the awsapi/README.txt file, since it's not required at all, and is actually from Axis. I'm also removing the deps/XenServerJava/LICENSE.txt and README.txt files, since the license is covered by our top level LICENSE and the README.txt is not for our project itself. Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
parent
578bca08cb
commit
9c89e44963
@ -1,75 +0,0 @@
|
|||||||
======================================================
|
|
||||||
Apache Axis2 1.6.2 build (17-04-2012)
|
|
||||||
|
|
||||||
http://axis.apache.org/axis2/java/core/
|
|
||||||
------------------------------------------------------
|
|
||||||
|
|
||||||
___________________
|
|
||||||
Building
|
|
||||||
===================
|
|
||||||
|
|
||||||
We use Maven 2 (http://maven.apache.org) to build, and you'll find a
|
|
||||||
pom.xml in each module, as well as at the top level. Use "mvn install"
|
|
||||||
(or "mvn clean install" to clean up first) to build.
|
|
||||||
|
|
||||||
IMPORTANT: the *first* time you build a given version of Axis2, you will not
|
|
||||||
be able to do a regular "mvn install" from the top level - this is because
|
|
||||||
we have a couple of custom Maven plugins that (due to some dependency-
|
|
||||||
resolution issues in Maven) must be built and installed in your local
|
|
||||||
repository before a build will succeed. This means you need to do one
|
|
||||||
of the following:
|
|
||||||
|
|
||||||
1) Use ant (http://ant.apache.org) to build the first time. There is
|
|
||||||
a build.xml at the top level which automatically builds the plugins
|
|
||||||
first and then runs a regular "mvn install".
|
|
||||||
|
|
||||||
2) Manually "mvn install" both of the plugins in the following places:
|
|
||||||
|
|
||||||
modules/tool/axis2-mar-maven-plugin
|
|
||||||
modules/tool/axis2-aar-maven-plugin
|
|
||||||
|
|
||||||
___________________
|
|
||||||
Documentation
|
|
||||||
===================
|
|
||||||
|
|
||||||
Documentation can be found in the 'docs' distribution of this release
|
|
||||||
and in the main site.
|
|
||||||
|
|
||||||
___________________
|
|
||||||
Deploying
|
|
||||||
===================
|
|
||||||
|
|
||||||
To deploy a new Web service in Axis2 the following three steps must
|
|
||||||
be performed:
|
|
||||||
1) Create the Web service implementation class, supporting classes
|
|
||||||
and the services.xml file,
|
|
||||||
2) Archive the class files into a jar with the services.xml file in
|
|
||||||
the META-INF directory
|
|
||||||
3) Drop the jar file to the $AXIS2_HOME/WEB-INF/services directory
|
|
||||||
where $AXIS2_HOME represents the install directory of your Axis2
|
|
||||||
runtime. (In the case of a servelet container this would be the
|
|
||||||
"axis2" directory inside "webapps".)
|
|
||||||
|
|
||||||
To verify the deployment please go to http://<yourip>:<port>/axis2/ and
|
|
||||||
follow the "Services" Link.
|
|
||||||
|
|
||||||
For more information please refer to the User's Guide.
|
|
||||||
|
|
||||||
___________________
|
|
||||||
Support
|
|
||||||
===================
|
|
||||||
|
|
||||||
Any problem with this release can be reported to Axis mailing list
|
|
||||||
or in the JIRA issue tracker. If you are sending an email to the mailing
|
|
||||||
list make sure to add the [Axis2] prefix to the subject.
|
|
||||||
|
|
||||||
Mailing list subscription:
|
|
||||||
java-dev-subscribe@axis.apache.org
|
|
||||||
|
|
||||||
Jira:
|
|
||||||
http://issues.apache.org/jira/browse/AXIS2
|
|
||||||
|
|
||||||
|
|
||||||
Thank you for using Axis2!
|
|
||||||
|
|
||||||
The Axis2 Team.
|
|
||||||
26
deps/XenServerJava/LICENSE.txt
vendored
26
deps/XenServerJava/LICENSE.txt
vendored
@ -1,26 +0,0 @@
|
|||||||
Copyright (c) Citrix Systems, Inc.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions are
|
|
||||||
met:
|
|
||||||
|
|
||||||
1) Redistributions of source code must retain the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
2) Redistributions in binary form must reproduce the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer in
|
|
||||||
the documentation and/or other materials provided with the
|
|
||||||
distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
||||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
||||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
||||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
46
deps/XenServerJava/README.txt
vendored
46
deps/XenServerJava/README.txt
vendored
@ -1,46 +0,0 @@
|
|||||||
XenServerJava
|
|
||||||
=============
|
|
||||||
|
|
||||||
Version 5.6.100-1.
|
|
||||||
|
|
||||||
XenServerJava is a complete SDK for Citrix XenServer, exposing the XenServer
|
|
||||||
API as Java classes.
|
|
||||||
|
|
||||||
For XenServer documentation, see http://docs.xensource.com.
|
|
||||||
XenServerJava includes a class for every XenServer class, and a method for
|
|
||||||
each XenServer API call, so API documentation and examples written for
|
|
||||||
for other languages will apply equally well to Java.
|
|
||||||
In particular, the SDK Guide and API Documentation are ideal for developers
|
|
||||||
wishing to use XenServerJava.
|
|
||||||
|
|
||||||
For community content, blogs, and downloads, visit the XenServer Developer
|
|
||||||
Network at http://community.citrix.com/cdn/xs.
|
|
||||||
|
|
||||||
XenServerJava is free sofware. You can redistribute and modify it under the
|
|
||||||
terms of the BSD 2-clause license. See LICENSE.txt for details.
|
|
||||||
|
|
||||||
This library may be accompanied by pedagogical examples. These do not form
|
|
||||||
part of this library, and are licensed for redistribution and modification
|
|
||||||
under less restrictive terms. Such examples are licensed clearly at the top
|
|
||||||
of each file.
|
|
||||||
|
|
||||||
XenServerJava is dependent upon Apache XML-RPC and WS-Commons, both by The
|
|
||||||
Apache Software Foundation. We would like to thank the ASF and the
|
|
||||||
Apache XML-RPC development team in particular.
|
|
||||||
Both are licensed under the Apache Software License 2.0; see
|
|
||||||
LICENSE.Apache-2.0.txt for details.
|
|
||||||
|
|
||||||
We test with version 3.1 of Apache XML-RPC, and version 1.0.2 of WS-Commons.
|
|
||||||
We recommend that you use these versions, though others may work.
|
|
||||||
|
|
||||||
Downloads
|
|
||||||
---------
|
|
||||||
|
|
||||||
XenServerJava is available in three separate archives, one for the compiled
|
|
||||||
binaries, one for the source code, and one containing sample code.
|
|
||||||
|
|
||||||
All three archives are available from the XenServer Developer Network at
|
|
||||||
http://community.citrix.com/cdn/xs.
|
|
||||||
|
|
||||||
Apache XML-RPC is available from http://ws.apache.org/xmlrpc/.
|
|
||||||
WS-Commons is available from http://ws.apache.org/commons/.
|
|
||||||
Loading…
x
Reference in New Issue
Block a user