forked from wso2/carbon-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding merged dependencies/service-stubs
- Loading branch information
erandasooriyabandara
committed
Jan 23, 2014
0 parents
commit 58f8a71
Showing
6,133 changed files
with
924,339 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
========================================================================= | ||
== NOTICE file corresponding to the section 4 d of == | ||
== the Apache License, Version 2.0, == | ||
== in this case for the Apache AXIOM distribution. == | ||
========================================================================= | ||
|
||
This product includes software developed by | ||
The Apache Software Foundation (http://www.apache.org/). | ||
Portions Copyright 2006 International Business Machines Corp. | ||
|
||
Please read the different LICENSE files present in the licenses directory of | ||
this distribution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
====================================================== | ||
Apache Axiom ${axiom_version} (${build_date}) | ||
|
||
http://ws.apache.org/axiom/ | ||
------------------------------------------------------ | ||
|
||
___________________ | ||
Documentation | ||
=================== | ||
|
||
Documentation can be found within this release and in the main site. | ||
|
||
___________________ | ||
Support | ||
=================== | ||
|
||
Any problem with this release can be reported to Apache Web Services mailing lists. | ||
If you are sending an email to the mailing list make sure to add the [Axiom] prefix to the subject. | ||
|
||
Mailing list subscription: | ||
|
||
[email protected] | ||
[email protected] | ||
|
||
Thank you for using Axiom! | ||
|
||
The Apache Axiom Team. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
=========================================== | ||
|
||
Apache Axiom 1.2.11 Release Note | ||
|
||
=========================================== | ||
|
||
Axiom 1.2.11 is a maintenance release to support the upcoming Axis2 1.6 release. | ||
It also introduces a couple of new APIs that make it easier to support alternative | ||
Axiom implementations and that eliminate the need to refer to internal Axiom APIs. | ||
|
||
Resolved JIRA issues: | ||
|
||
* [AXIOM-12] - OMOutputFormat: doSWA and doOptimize should be mutually exclusive...plus we need doOptimizeThreshold | ||
* [AXIOM-24] - OMDocument#serializeAndConsume doesn't consume the document | ||
* [AXIOM-172] - OMChildrenQNameIterator doesn't work correctly if hasNext() is not called before next() | ||
* [AXIOM-274] - Refactor/deprecate MIMEOutputUtils | ||
* [AXIOM-275] - Implement non JavaMail implementation of MultipartWriter | ||
* [AXIOM-313] - Add a new getDocumentElement method to StAXOMBuilder that allows to discard the OMDocument | ||
* [AXIOM-333] - getFirstChildWithName should not read the next element. | ||
* [AXIOM-346] - Enhance OMStAXWrapper/OMNavigator to work with OMDocument objects | ||
* [AXIOM-351] - Links in Javadoc JARs are broken | ||
* [AXIOM-352] - StAXDialectDetector doesn't recognize com.bea.core.weblogic.stax_1.7.0.0.jar | ||
|
||
Please refer to the user guide for additional information about changes in Axiom 1.2.11. | ||
|
||
- The Apache Axiom Team. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ 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. | ||
--> | ||
<rdf:RDF xml:lang="en" | ||
xmlns="http://usefulinc.com/ns/doap#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:asfext="http://projects.apache.org/ns/asfext#" | ||
xmlns:foaf="http://xmlns.com/foaf/0.1/"> | ||
<Project rdf:about="http://ws.apache.org/axiom/"> | ||
<created>2010-05-30</created> | ||
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> | ||
<name>Apache Axiom</name> | ||
<homepage rdf:resource="http://ws.apache.org/axiom/"/> | ||
<asfext:pmc rdf:resource="http://webservices.apache.org"/> | ||
<shortdesc>Apache Axiom is an XML object model supporting deferred parsing.</shortdesc> | ||
<description>Apache Axiom is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture!</description> | ||
<bug-database rdf:resource="http://issues.apache.org/jira/browse/AXIOM"/> | ||
<mailing-list rdf:resource="http://ws.apache.org/axiom/mail-lists.html"/> | ||
<download-page rdf:resource="http://ws.apache.org/axiom/download.cgi"/> | ||
<programming-language>Java</programming-language> | ||
<category rdf:resource="http://projects.apache.org/category/library"/> | ||
<category rdf:resource="http://projects.apache.org/category/xml"/> | ||
<release><Version><name>Apache Axiom</name><created>2006-03-26</created><revision>0.95</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2006-05-02</created><revision>1.0</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2006-09-15</created><revision>1.1</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2006-09-18</created><revision>1.1.1</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2006-11-13</created><revision>1.2</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2006-11-30</created><revision>1.2.1</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2007-01-09</created><revision>1.2.2</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2007-04-03</created><revision>1.2.3</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2007-04-20</created><revision>1.2.4</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2007-07-05</created><revision>1.2.5</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2008-04-09</created><revision>1.2.6</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2008-04-20</created><revision>1.2.7</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2009-01-15</created><revision>1.2.8</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2010-06-13</created><revision>1.2.9</revision></Version></release> | ||
<release><Version><name>Apache Axiom</name><created>2010-10-30</created><revision>1.2.10</revision></Version></release> | ||
<repository> | ||
<SVNRepository> | ||
<location rdf:resource="http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom"/> | ||
<browse rdf:resource="http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom"/> | ||
</SVNRepository> | ||
</repository> | ||
<maintainer> | ||
<foaf:Person> | ||
<foaf:name>Axiom Development Team</foaf:name> | ||
<foaf:mbox rdf:resource="mailto:[email protected]?subject=[Axiom]"/> | ||
</foaf:Person> | ||
</maintainer> | ||
<asfext:implements> | ||
<asfext:Standard> | ||
<asfext:title>Extensible Markup Language (XML) 1.0 (Fourth Edition)</asfext:title> | ||
<asfext:body>W3C</asfext:body> | ||
<asfext:id>XML 1.0</asfext:id> | ||
<asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml-20060816/"/> | ||
</asfext:Standard> | ||
</asfext:implements> | ||
<asfext:implements> | ||
<asfext:Standard> | ||
<asfext:title>Namespaces in XML 1.0 (Second Edition)</asfext:title> | ||
<asfext:body>W3C</asfext:body> | ||
<asfext:id>Namespaces in XML 1.0</asfext:id> | ||
<asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml-names-20060816/"/> | ||
</asfext:Standard> | ||
</asfext:implements> | ||
<asfext:implements> | ||
<asfext:Standard> | ||
<asfext:title>XML-binary Optimized Packaging</asfext:title> | ||
<asfext:body>W3C</asfext:body> | ||
<asfext:id>XOP 1.0</asfext:id> | ||
<asfext:url rdf:resource="http://www.w3.org/TR/2005/REC-xop10-20050125/"/> | ||
</asfext:Standard> | ||
</asfext:implements> | ||
<asfext:implements> | ||
<asfext:Standard> | ||
<asfext:title>SOAP Version 1.2 Part 1: Messaging Framework (Second Edition)</asfext:title> | ||
<asfext:body>W3C</asfext:body> | ||
<asfext:id>SOAP 1.2</asfext:id> | ||
<asfext:url rdf:resource="http://www.w3.org/TR/2007/REC-soap12-part1-20070427/"/> | ||
</asfext:Standard> | ||
</asfext:implements> | ||
<asfext:implements> | ||
<asfext:Standard> | ||
<asfext:title>SOAP Message Transmission Optimization Mechanism</asfext:title> | ||
<asfext:body>W3C</asfext:body> | ||
<asfext:id>MTOM</asfext:id> | ||
<asfext:url rdf:resource="http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/"/> | ||
</asfext:Standard> | ||
</asfext:implements> | ||
<asfext:implements> | ||
<asfext:Standard> | ||
<asfext:title>XML Information Set (Second Edition)</asfext:title> | ||
<asfext:body>W3C</asfext:body> | ||
<asfext:id>XML Infoset</asfext:id> | ||
<asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/"/> | ||
</asfext:Standard> | ||
</asfext:implements> | ||
<asfext:implements> | ||
<asfext:Standard> | ||
<asfext:title>Document Object Model (DOM) Level 2 Core</asfext:title> | ||
<asfext:body>W3C</asfext:body> | ||
<asfext:id>DOM Level 2 Core</asfext:id> | ||
<asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/"/> | ||
</asfext:Standard> | ||
</asfext:implements> | ||
</Project> | ||
</rdf:RDF> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# | ||
# 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. | ||
# | ||
|
||
from sys import * | ||
from os import * | ||
from os.path import * | ||
from urllib import * | ||
|
||
release = argv[1] | ||
dir = release.replace(".", "_") | ||
mkdir(dir) | ||
|
||
for classifier in [ "bin", "source-release" ]: | ||
for suffix in [ "zip", "zip.asc", "zip.md5"]: | ||
file = "axiom-" + release + "-" + classifier + "." + suffix | ||
urlretrieve("http://repository.apache.org/content/repositories/releases/org/apache/ws/commons/axiom/axiom/" + release + "/" + file, join(dir, file)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# | ||
# 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. | ||
# | ||
|
||
from subprocess import * | ||
from os import * | ||
from os.path import * | ||
from sys import * | ||
from shutil import * | ||
|
||
srcroot = argv[1] | ||
dstroot = argv[2] | ||
|
||
svndirs = set() | ||
svnfiles = set() | ||
proc = Popen([ "svn", "status", "-v", dstroot ], stdout=PIPE) | ||
for line in proc.stdout.readlines(): | ||
if line[0] != "?" and line[0] != "D": | ||
path = line[5:].split()[3] | ||
item = relpath(path, dstroot) | ||
if item != ".": | ||
if isdir(path): | ||
svndirs.add(item) | ||
else: | ||
svnfiles.add(item) | ||
|
||
def scan(arg, directory, files): | ||
global srcroot | ||
global dstroot | ||
global svndirs | ||
global svnfiles | ||
dir = relpath(directory, srcroot) | ||
if dir == ".": | ||
dir = "" | ||
else: | ||
if dir in svndirs: | ||
svndirs.remove(dir) | ||
else: | ||
dstpath = join(dstroot, dir) | ||
mkdir(dstpath) | ||
call(["svn", "add", dstpath]) | ||
|
||
for file in files: | ||
file = join(dir, file) | ||
srcpath = join(srcroot, file) | ||
if not isdir(srcpath): | ||
dstpath = join(dstroot, file) | ||
copyfile(srcpath, dstpath) | ||
if file in svnfiles: | ||
svnfiles.remove(file) | ||
else: | ||
call(["svn", "add", dstpath]) | ||
|
||
walk(srcroot, scan, 0) | ||
|
||
# Don't touch the .htaccess file at the root | ||
svnfiles.remove(".htaccess") | ||
|
||
for file in svnfiles: | ||
call(["svn", "remove", join(dstroot, file)]) | ||
|
||
for dir in svndirs: | ||
call(["svn", "remove", join(dstroot, dir)]) |
Oops, something went wrong.