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

svn commit: r1346221 - in /gump/metadata: profile/gump.xml project/xpp.xml

Author: billbarker
Date: Tue Jun  5 03:08:25 2012
New Revision: 1346221

URL: http://svn.apache.org/viewvc?rev=1346221&view=rev
Log:
install the correct version

Added:
    gump/metadata/project/xpp.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1346221&r1=1346220&r2=1346221&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Jun  5 03:08:25 2012
@@ -292,6 +292,7 @@
   <!-- misc -->
 
   <module href="project/werken-xpath.xml"/>
+  <module href="project/xpp.xml"/>
 
   <module href="project/antlr.xml"/>
   <module href="project/asm.xml"/>
@@ -475,8 +476,9 @@
   <project name="tagishauth"       package="20030217.jaas-modules.1.0.3.full"/>
   <project name="tagsoup"          package="tagsoup-0.10.1"/>
   <project name="werken.xpath"     package="werken-xpath"/>
-  <project name="xpp"              package="PullParser1.1"/>
+  <project name="xpp"              package="PullParser3.1.1.4"/>
   <project name="xpp2"             package="PullParser2.1.10"/>
+  <project name="xpp3"             package="PullParser3.1.1.4"/>
 
 <!-- Repository definitions -->
 

Added: gump/metadata/project/xpp.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xpp.xml?rev=1346221&view=auto
==============================================================================
--- gump/metadata/project/xpp.xml (added)
+++ gump/metadata/project/xpp.xml Tue Jun  5 03:08:25 2012
@@ -0,0 +1,49 @@
+<?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.
+-->
+<module name="xpp">
+
+  <url  href="http://www.extreme.indiana.edu/xgws/xsoap/xpp/"/>
+  <description>
+    XML Pull Parser
+  </description>
+  <redistributable/>
+
+  <project name="xpp" groupId="xmlpull">
+    <package>org.xmlpull</package>
+
+    <license name="XPP3.license.txt"/>
+    <jar name="xpp3-1.1.4c.jar" id="xmlpull"/>
+    <jar name="xpp3_min-1.1.4c.jar" id="min"/>
+    <jar name="xpp3_xpath-1.1.4c.jar" id="xpath"/>
+  </project>
+
+  <project name="xpp3" groupId="xpp3">
+    <package>org.xmlpull</package>
+    <license name="XPP3.license.txt"/>
+    <jar name="xpp3-1.1.4c.jar" id="xpp3"/>
+    <jar name="xpp3_min-1.1.4c.jar" id="xpp3_min"/>
+    <jar name="xpp3_xpath-1.1.4c.jar" id="xpp3_xpath"/>
+  </project>
+
+  <!-- this is an installed package -->
+  <project name="xpp2">
+    <package>org.gjt.xpp</package>
+    <license name="LICENSE.txt"/>
+    <jar name="build/lib/PullParser-2.1.10.jar"/>
+  </project>
+</module>

Propchange: gump/metadata/project/xpp.xml
------------------------------------------------------------------------------
    svn:eol-style = native