You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/10/23 17:25:53 UTC

svn commit: r1401320 - in /incubator/ctakes/trunk/ctakes-distribution/src/main/assembly: bin.xml src.xml

Author: chenpei
Date: Tue Oct 23 15:25:52 2012
New Revision: 1401320

URL: http://svn.apache.org/viewvc?rev=1401320&view=rev
Log:
https://issues.apache.org/jira/browse/CTAKES-73
Added XSD schema validation to the assembly bin configuration.

Modified:
    incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml
    incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/src.xml

Modified: incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml?rev=1401320&r1=1401319&r2=1401320&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml (original)
+++ incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml Tue Oct 23 15:25:52 2012
@@ -1,14 +1,27 @@
-<!-- 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. -->
-<assembly>
+<!--
+
+    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.
+
+-->
+	
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
 	<id>bin</id>
 	<formats>
 		<format>tar.gz</format>

Modified: incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/src.xml?rev=1401320&r1=1401319&r2=1401320&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/src.xml (original)
+++ incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/src.xml Tue Oct 23 15:25:52 2012
@@ -18,7 +18,9 @@
     under the License.
 
 -->
-<assembly>
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
   <id>src</id>
   <formats>
     <format>tar.gz</format>