You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/11 17:51:51 UTC

svn commit: r1491852 - in /commons/proper/daemon/branches/1.0.x/src/main/assembly: bin.xml native-src.xml src.xml win.xml

Author: sebb
Date: Tue Jun 11 15:51:50 2013
New Revision: 1491852

URL: http://svn.apache.org/r1491852
Log:
Add XSD

Modified:
    commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml
    commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml
    commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml
    commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml Tue Jun 11 15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly
+  xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
     <id>bin</id>
     <formats>
         <format>tar.gz</format>

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml Tue Jun 11 15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly
+  xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
     <id>native-src</id>
     <formats>
         <format>tar.gz</format>

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml Tue Jun 11 15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly
+  xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
     <id>src</id>
     <formats>
         <format>tar.gz</format>

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml Tue Jun 11 15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly
+  xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
     <id>bin-windows</id>
     <formats>
         <format>zip</format>