[jboss-svn-commits] JBL Code SVN: r10827 - in labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src: test/resources/org/jboss/test/maven/plugins/deploy and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 8 13:32:40 EDT 2007


Author: pgier
Date: 2007-04-08 13:32:40 -0400 (Sun, 08 Apr 2007)
New Revision: 10827

Modified:
   labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/main/resources/org/jboss/maven/plugins/deploy/component-info-template.txt
   labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-bad.xml_test
   labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-good.xml_test
Log:
JBBUILD-74; Fixed problem in the component-info template.

Modified: labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/main/resources/org/jboss/maven/plugins/deploy/component-info-template.txt
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/main/resources/org/jboss/maven/plugins/deploy/component-info-template.txt	2007-04-08 15:40:51 UTC (rev 10826)
+++ labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/main/resources/org/jboss/maven/plugins/deploy/component-info-template.txt	2007-04-08 17:32:40 UTC (rev 10827)
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project name="${project.name}">
+<project xmlns="http://www.jboss.org/component-info/1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://www.jboss.org/component-info/1.0 component-info.xsd"
+  name="${project.name}">
   <component id="${component.id}"
              licenseType="${project.license}"
              version="${project.version}"

Modified: labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-bad.xml_test
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-bad.xml_test	2007-04-08 15:40:51 UTC (rev 10826)
+++ labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-bad.xml_test	2007-04-08 17:32:40 UTC (rev 10827)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://www.jboss.org/component-info/1.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.jboss.org/component-info/1.0 component-info.xsd"

Modified: labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-good.xml_test
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-good.xml_test	2007-04-08 15:40:51 UTC (rev 10826)
+++ labs/jbossbuild/maven-plugins/trunk/jboss-deploy-maven-plugin/src/test/resources/org/jboss/test/maven/plugins/deploy/component-info-test-good.xml_test	2007-04-08 17:32:40 UTC (rev 10827)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://www.jboss.org/component-info/1.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.jboss.org/component-info/1.0 component-info.xsd"




More information about the jboss-svn-commits mailing list