You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/05/07 08:28:07 UTC

svn commit: r942011 - /gump/metadata/project/activemq.xml

Author: bodewig
Date: Fri May  7 06:28:06 2010
New Revision: 942011

URL: http://svn.apache.org/viewvc?rev=942011&view=rev
Log:
make XML well-formed

Modified:
    gump/metadata/project/activemq.xml

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=942011&r1=942010&r2=942011&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Fri May  7 06:28:06 2010
@@ -1,20 +1,20 @@
 <?xml version="1.0" ?>
 <!--
- 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.
--->
+   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.
+  -->
 <module name="activemq" groupId="org.apache.activemq">
   <url href="http://activemq.apache.org/"/>
   <description>
@@ -29,7 +29,6 @@
     <url href="http://activemq.apache.org/"/>
 
     <mvn basedir="kahadb" goal="install"/>
-    </mvn>
 
     <home nested="kahadb" />
 
@@ -114,14 +113,14 @@
     <home nested="activemq-core" />
 
     <jar  id="activemq-core"
-        name="target/activemq-core-5.4-SNAPSHOT.jar"
-     />
+          name="target/activemq-core-5.4-SNAPSHOT.jar"
+          />
 
     <option project="commons-logging"/>
     <option project="commons-lang3"/>
     <option project="camel"/>
-    <option project="jms"/>    
-    <option project="kahadb"/>    
+    <option project="jms"/>
+    <option project="kahadb"/>
     <option project="activemq-io"/>
     <option project="activemq-jaas"/>
     <option project="activemq-jmdns_1.0"/>