[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump-commits
Subject:    svn commit: r785951 - in /gump/metadata: profile/gump.xml project/expat.xml
From:       bodewig () apache ! org
Date:       2009-06-18 8:31:56
Message-ID: 20090618083157.2972E23888CD () eris ! apache ! org
[Download RAW message or body]

Author: bodewig
Date: Thu Jun 18 08:31:56 2009
New Revision: 785951

URL: http://svn.apache.org/viewvc?rev=785951&view=rev
Log:
try building expat

Added:
    gump/metadata/project/expat.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=785951&r1=785950&r2=785951&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Jun 18 08:31:56 2009
@@ -253,6 +253,7 @@
   <module href="project/ehcache.xml"/>
   <module href="project/emma.xml"/>
   <module href="project/packaged-emma.xml"/>
+  <module href="project/expat.xml"/>
   <!-- No more needed  module href="project/findbugs.xml"/ -->
   <!--module href="project/freemarker.xml"/-->
   <module href="project/ggf-cddlm.xml"/>

Added: gump/metadata/project/expat.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/expat.xml?rev=785951&view=auto
==============================================================================
--- gump/metadata/project/expat.xml (added)
+++ gump/metadata/project/expat.xml Thu Jun 18 08:31:56 2009
@@ -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="expat">
+
+  <url  href="http://expat.sourceforge.net/"/>
+  <description>
+    The Expat XML Parser
+  </description>
+  <redistributable/>
+
+  <cvs repository="sourceforge" host-prefix="expat" dir="expat" module="expat"/>
+  
+  <project name="expat-buildconf">
+    <script name="buildconf"/>
+  </project>
+
+  <project name="expat-configure">
+    <configure>
+      <arg name="--prefix" path="dest-@@DATE@@"/>
+    </configure>
+    <depend project="expat-buildconf"/>
+    <home nested="dest-@@DATE@@"/>
+  </project>
+
+  <project name="expat-make">
+    <make/>
+    <depend project="expat-configure"/>
+  </project>
+
+  <project name="expat">
+    <make target="install"/>
+    <depend project="expat-make"/>
+  </project>
+</module>

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic