Author: dims
Date: Tue Jul 31 09:44:18 2007
New Revision: 561388
URL: http://svn.apache.org/viewvc?view=rev&rev=561388
Log:
Run bin dist thru Apache RAT
Removed:
webservices/axis2/branches/java/1_3/modules/samples/userguide/src/userguide/loggingmodule/META-INF/MANIFEST.MF
Modified:
webservices/axis2/branches/java/1_3/modules/distribution/ (props changed)
webservices/axis2/branches/java/1_3/modules/distribution/distribution.iml
webservices/axis2/branches/java/1_3/modules/distribution/pom.xml
webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/bin-assembly.xml
webservices/axis2/branches/java/1_3/modules/documentation/ (props changed)
webservices/axis2/branches/java/1_3/modules/tool/script/java2wsdl.bat
webservices/axis2/branches/java/1_3/modules/tool/script/wsdl2java.bat
webservices/axis2/branches/java/1_3/modules/webapp/conf/modules.list
webservices/axis2/branches/java/1_3/modules/webapp/conf/services.list
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/footer.inc
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/header.inc
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc
webservices/axis2/branches/java/1_3/release-docs/readme-files/installation-std-bin.txt
Propchange: webservices/axis2/branches/java/1_3/modules/distribution/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jul 31 09:44:18 2007
@@ -0,0 +1,4 @@
+*.ipr
+*.iws
+*.iml
+target
Modified:
webservices/axis2/branches/java/1_3/modules/distribution/distribution.iml
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/distribution/distribution.iml?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/distribution/distribution.iml
(original)
+++ webservices/axis2/branches/java/1_3/modules/distribution/distribution.iml
Tue Jul 31 09:44:18 2007
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="true" type="JAVA_MODULE">
<component name="ModuleRootManager" />
- <component name="NewModuleRootManager">
- <output url="file://$MODULE_DIR$/classes" />
+ <component name="NewModuleRootManager" inherit-compiler-output="false">
+ <output url="file://$MODULE_DIR$/target/classes" />
<exclude-output />
+ <output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+ <excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
@@ -13,7 +14,7 @@
</component>
<component name="copyright">
<Base>
- <setting name="state" value="2" />
+ <setting name="state" value="1" />
</Base>
<LanguageOptions name="$TEMPLATE$">
<option name="templateOptions">
Modified: webservices/axis2/branches/java/1_3/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/distribution/pom.xml?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/distribution/pom.xml Tue Jul 31
09:44:18 2007
@@ -257,6 +257,24 @@
<!-- generate modules.list -->
<echo
file="target/tmp-repository/modules/modules.list" append="false">
+#
+# 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.
+#
soapmonitor-${soapmonitor.mar.version}.mar
addressing-${addressing.mar.version}.mar
ping-${ping.mar.version}.mar
@@ -267,6 +285,24 @@
<copy
file="../../modules/samples/target/toWar/services/version.aar"
todir="target/tmp-repository/services"/>
<!-- generate services.list -->
<echo
file="target/tmp-repository/services/services.list" append="false">
+#
+# 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.
+#
version.aar
</echo>
</tasks>
@@ -279,61 +315,4 @@
</plugin>
</plugins>
</build>
-
-
- <!--<profiles>
- <profile>
- <id>java15</id>
- <build>
- <plugins>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <id>package</id>
- <phase>generate-resources</phase>
- <configuration>
- <tasks>
- <copy
toDir="target/bin/jdk1.5-modules">
- <fileset
-
file="../../modules/jaxbri/target/axis2-jaxbri-${version}.jar"/>
- </copy>
- <copy
toDir="target/bin/jdk1.5-modules">
- <fileset
-
file="../../modules/metadata/target/axis2-metadata-${version}.jar"/>
- </copy>
- <copy
toDir="target/bin/jdk1.5-modules">
- <fileset
-
file="../../modules/jaxws/target/axis2-jaxws-${version}.jar"/>
- </copy>
- <copy
toDir="target/bin/jdk1.5-modules">
- <fileset
-
file="../../modules/jaxws-api/target/axis2-jaxws-api-${version}.jar"/>
- </copy>
- <copy
toDir="target/bin/jdk1.5-modules">
- <fileset
-
file="../../modules/saaj-api/target/axis2-saaj-api-${version}.jar"/>
- </copy>
- <copy
toDir="target/bin/jdk1.5-modules">
- <fileset
-
file="../../modules/saaj/target/axis2-saaj-${version}.jar"/>
- </copy>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <activation>
- <jdk>1.5</jdk>
- </activation>
- </profile>
- </profiles>-->
</project>
Modified:
webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/bin-assembly.xml
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/bin-assembly.xml?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
---
webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/bin-assembly.xml
(original)
+++
webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/bin-assembly.xml
Tue Jul 31 09:44:18 2007
@@ -307,6 +307,9 @@
<include>yahoojsonsearch/**/*</include>
<include>yahoorestsearch/**/*</include>
</includes>
+ <excludes>
+ <exclude>**/*.iml</exclude>
+ </excludes>
</fileSet>
</fileSets>
Propchange: webservices/axis2/branches/java/1_3/modules/documentation/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jul 31 09:44:18 2007
@@ -0,0 +1,4 @@
+*.ipr
+*.iml
+target
+*.iws
Modified: webservices/axis2/branches/java/1_3/modules/tool/script/java2wsdl.bat
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/tool/script/java2wsdl.bat?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/tool/script/java2wsdl.bat
(original)
+++ webservices/axis2/branches/java/1_3/modules/tool/script/java2wsdl.bat Tue
Jul 31 09:44:18 2007
@@ -1,4 +1,19 @@
@echo off
+
+REM Copyright 2001,2004-2005 The Apache Software Foundation
+REM
+REM Licensed under the Apache License, Version 2.0 (the "License");
+REM you may not use this file except in compliance with the License.
+REM You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
rem ---------------------------------------------------------------------------
rem Startup script for the WSDLJava
rem
Modified: webservices/axis2/branches/java/1_3/modules/tool/script/wsdl2java.bat
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/tool/script/wsdl2java.bat?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/tool/script/wsdl2java.bat
(original)
+++ webservices/axis2/branches/java/1_3/modules/tool/script/wsdl2java.bat Tue
Jul 31 09:44:18 2007
@@ -1,4 +1,19 @@
@echo off
+
+REM Copyright 2001,2004-2005 The Apache Software Foundation
+REM
+REM Licensed under the Apache License, Version 2.0 (the "License");
+REM you may not use this file except in compliance with the License.
+REM You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
rem ---------------------------------------------------------------------------
rem Startup script for the WSDLJava
rem
Modified: webservices/axis2/branches/java/1_3/modules/webapp/conf/modules.list
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/conf/modules.list?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/webapp/conf/modules.list
(original)
+++ webservices/axis2/branches/java/1_3/modules/webapp/conf/modules.list Tue
Jul 31 09:44:18 2007
@@ -1,3 +1,21 @@
+#
+# 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.
+#
[EMAIL PROTECTED]@.mar
[EMAIL PROTECTED]@.mar
[EMAIL PROTECTED]@.mar
Modified: webservices/axis2/branches/java/1_3/modules/webapp/conf/services.list
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/conf/services.list?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/webapp/conf/services.list
(original)
+++ webservices/axis2/branches/java/1_3/modules/webapp/conf/services.list Tue
Jul 31 09:44:18 2007
@@ -1 +1,19 @@
+#
+# 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.
+#
[EMAIL PROTECTED]@.aar
Modified:
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
---
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc
(original)
+++
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc
Tue Jul 31 09:44:18 2007
@@ -1,3 +1,21 @@
+<!--
+ ~ 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.
+ -->
</td></tr>
</table>
<jsp:include page="footer.inc"></jsp:include>
Modified:
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
---
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc
(original)
+++
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc
Tue Jul 31 09:44:18 2007
@@ -1,3 +1,21 @@
+<!--
+ ~ 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.
+ -->
<table width="100%">
<tr>
<td align="left"><img src="axis2-web/images/asf-logo.gif"/><h1>Axis
2</h1></td>
Modified:
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/footer.inc
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/footer.inc?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
---
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/footer.inc
(original)
+++
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/footer.inc
Tue Jul 31 09:44:18 2007
@@ -1,3 +1,21 @@
+<!--
+ ~ 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.
+ -->
</td>
</tr>
<tr height="20px">
Modified:
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/header.inc
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/header.inc?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
---
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/header.inc
(original)
+++
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/header.inc
Tue Jul 31 09:44:18 2007
@@ -1,3 +1,21 @@
+<!--
+ ~ 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.
+ -->
<table class="FULL_BLANK"><tr height="100%"><td valign="top">
<table width="100%">
<tr><td>
Modified:
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
---
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc
(original)
+++
webservices/axis2/branches/java/1_3/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc
Tue Jul 31 09:44:18 2007
@@ -1,3 +1,21 @@
+<!--
+ ~ 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.
+ -->
<table width="100%">
<tr>
<td align="center"><a href="index.jsp">Back Home</a></td>
Modified:
webservices/axis2/branches/java/1_3/release-docs/readme-files/installation-std-bin.txt
URL:
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/release-docs/readme-files/installation-std-bin.txt?view=diff&rev=561388&r1=561387&r2=561388
==============================================================================
---
webservices/axis2/branches/java/1_3/release-docs/readme-files/installation-std-bin.txt
(original)
+++
webservices/axis2/branches/java/1_3/release-docs/readme-files/installation-std-bin.txt
Tue Jul 31 09:44:18 2007
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
Axis2 Binary Distribution Installation Guide
=====================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]