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/12 12:35:27 UTC

svn commit: r943436 - in /gump/metadata: profile/gump.xml project/jetty-toolchain.xml project/jetty.xml

Author: bodewig
Date: Wed May 12 10:35:26 2010
New Revision: 943436

URL: http://svn.apache.org/viewvc?rev=943436&view=rev
Log:
add jetty-enforcer-rules needed to build jetty

Added:
    gump/metadata/project/jetty-toolchain.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/jetty.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=943436&r1=943435&r2=943436&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed May 12 10:35:26 2010
@@ -265,6 +265,7 @@
   <module href="project/jdbm.xml"/>
   <module href="project/jetty.xml"/>
   <module href="project/jetty-parent.xml"/>
+  <module href="project/jetty-toolchain.xml"/>
   <module href="project/jfor.xml"/>
   <module href="project/jgroups.xml"/>
   <module href="project/jline.xml"/>

Added: gump/metadata/project/jetty-toolchain.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jetty-toolchain.xml?rev=943436&view=auto
==============================================================================
--- gump/metadata/project/jetty-toolchain.xml (added)
+++ gump/metadata/project/jetty-toolchain.xml Wed May 12 10:35:26 2010
@@ -0,0 +1,40 @@
+<?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="jetty-toolchain" groupId="org.eclipse.jetty.toolchain">
+
+  <url  href="http://jetty.mortbay.org/jetty/index.html"/>
+  <description>Tools for building Jetty</description>
+
+  <svn repository="eclipse" dir="org.eclipse.jetty/jetty-toolchain/trunk"/>
+
+  <project name="jetty-toolchain">
+    <jar name="jetty-toolchain/pom.xml"/>
+  </project>
+
+  <project name="jetty-enforcer-rules">
+    <depend project="jetty-toolchain"/>
+    <mvn goal="install" basedir="jetty-enforcer-rules"/>
+    <option project="junit"/>
+    <jar name="jetty-enforcer-rules/target/jetty-enforcer-rules-*[0-9T].jar"/>
+
+    <!-- enough to have most of maven's dependencies around -->
+    <option project="commons-logging"/>
+    <option project="velocity-engine"/>
+  </project>
+</module>
+  

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

Modified: gump/metadata/project/jetty.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jetty.xml?rev=943436&r1=943435&r2=943436&view=diff
==============================================================================
--- gump/metadata/project/jetty.xml (original)
+++ gump/metadata/project/jetty.xml Wed May 12 10:35:26 2010
@@ -348,6 +348,8 @@
     <option project="javax.servlet"/>
     <option project="junit"/>
     <option project="slf4j"/>
+
+    <option project="jetty-enforcer-rules"/>
   </project>
 
   <project name="jetty-util">
@@ -365,6 +367,8 @@
     <option project="javax.servlet"/>
     <option project="junit"/>
     <option project="slf4j"/>
+
+    <option project="jetty-enforcer-rules"/>
   </project>
 
   <project name="jetty-webapp">