Author: bimargulies
Date: Thu Dec 4 09:53:56 2008
New Revision: 723383
URL: http://svn.apache.org/viewvc?rev=723383&view=rev
Log:
WSCOMMONS-410, except that some of it might be missing.
Added:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/NOTICE
(with props)
Removed:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/legal/
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/filter.properties
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/resources/META-INF/LICENSE.txt
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/resources/META-INF/NOTICE.txt
Modified:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/doc.xml
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/src.xml
Added:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/NOTICE?rev=723383&view=auto
==============================================================================
---
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/NOTICE
(added)
+++
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/NOTICE
Thu Dec 4 09:53:56 2008
@@ -0,0 +1,2 @@
+
+Portions Copyright 2006 International Business Machines Corp.
Propchange:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/NOTICE
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/appended-resources/META-INF/NOTICE
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/doc.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/doc.xml?rev=723383&r1=723382&r2=723383&view=diff
==============================================================================
---
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/doc.xml
(original)
+++
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/doc.xml
Thu Dec 4 09:53:56 2008
@@ -21,6 +21,7 @@
<id>docs</id>
<formats>
<format>zip</format>
+ <format>dir</format>
</formats>
<includeSiteDirectory>true</includeSiteDirectory>
<fileSets>
@@ -28,6 +29,33 @@
<includes>
<include>*.txt</include>
</includes>
+ <excludes>
+ <exclude>README.txt</exclude>
+ <exclude>RELEASE-NOTE.txt</exclude>
+ </excludes>
</fileSet>
+ <fileSet>
+
<directory>target/maven-shared-archive-resources/META-INF</directory>
+ <outputDirectory>.</outputDirectory>
+ <includes>
+ <include>*</include>
+ </includes>
+ <excludes>
+ <exclude>DEPENDENCIES</exclude>
+ </excludes>
+ </fileSet>
</fileSets>
+ <files>
+ <file>
+ <source>README.txt</source>
+ <outputDirectory>/</outputDirectory>
+ <filtered>true</filtered>
+ </file>
+ <file>
+ <source>RELEASE-NOTE.txt</source>
+ <outputDirectory>/</outputDirectory>
+ <filtered>true</filtered>
+ </file>
+ </files>
+
</assembly>
Modified:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/src.xml?rev=723383&r1=723382&r2=723383&view=diff
==============================================================================
---
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/src.xml
(original)
+++
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/assembly/src.xml
Thu Dec 4 09:53:56 2008
@@ -37,9 +37,19 @@
<exclude>RELEASE-NOTE.txt</exclude>
</excludes>
</fileSet>
- <fileSet>
+ <fileSet>
<directory>src</directory>
</fileSet>
+ <fileSet>
+ <directory>target/maven-shared-archive-resources/META-INF</directory>
+ <outputDirectory>.</outputDirectory>
+ <includes>
+ <include>*</include>
+ </includes>
+ <excludes>
+ <exclude>DEPENDENCIES</exclude>
+ </excludes>
+ </fileSet>
</fileSets>
<files>
<file>