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 2005/11/18 22:11:02 UTC

svn commit: r345573 - in /gump/metadata: profile/gump.xml project/directory-mina.xml project/emma.xml project/maven-emma-plugin.xml

Author: bodewig
Date: Fri Nov 18 13:10:58 2005
New Revision: 345573

URL: http://svn.apache.org/viewcvs?rev=345573&view=rev
Log:
try to build emma

Added:
    gump/metadata/project/emma.xml   (with props)
    gump/metadata/project/maven-emma-plugin.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/directory-mina.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=345573&r1=345572&r2=345573&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Nov 18 13:10:58 2005
@@ -218,6 +218,7 @@
   <module href="project/easymock.xml"/>
   <module href="project/easymockclassextension.xml"/>
   <module href="project/ehcache.xml"/>
+  <module href="project/emma.xml"/>
   <!-- No more needed  module href="project/findbugs.xml"/ -->
   <!--module href="project/freemarker.xml"/-->
   <module href="project/gsbase.xml" />
@@ -245,6 +246,7 @@
   <module href="project/jtidy.xml"/>
   <module href="project/junit.xml"/>
   <module href="project/jython.xml"/>
+  <module href="project/maven-emma-plugin.xml"/>
   <module href="project/mockobjects.xml"/>
   <module href="project/mx4j.xml"/>
   <module href="project/nant.xml"/>

Modified: gump/metadata/project/directory-mina.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/directory-mina.xml?rev=345573&r1=345572&r2=345573&view=diff
==============================================================================
--- gump/metadata/project/directory-mina.xml (original)
+++ gump/metadata/project/directory-mina.xml Fri Nov 18 13:10:58 2005
@@ -46,14 +46,16 @@
         project="slf4j" id="jcl-over-slf4j"/>
     </maven>
 
+    <depend project="cglib"/>
     <depend project="commons-net" />
+    <depend project="easymock"/>
+    <depend project="easymockclassextension"/>
+    <depend project="emma"/>
     <depend project="junit" />
+    <depend project="maven-emma-plugin"/>
     <depend project="maven-site-plugin"/>
     <depend project="slf4j" ids="slf4j-simple jcl-over-slf4j"/>
     <depend project="spring" ids="spring-core spring-beans"/>
-    <depend project="easymock"/>
-    <depend project="easymockclassextension"/>
-    <depend project="cglib"/>
     <!--depend project="tl-netty2" /-->
     
     <home nested="." />

Added: gump/metadata/project/emma.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/emma.xml?rev=345573&view=auto
==============================================================================
--- gump/metadata/project/emma.xml (added)
+++ gump/metadata/project/emma.xml Fri Nov 18 13:10:58 2005
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005 The Apache Software Foundation
+
+  Licensed 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="emma">
+
+  <description>code coverage tool</description>
+  <url href="http://emma.sf.net/"/>
+  <cvs repository="sourceforge" dir="emma"/>
+
+  <project name="emma">
+    <package>com.vladium.emma</package>
+
+    <ant>
+      <property name="app.short.name" value="emma-@@DATE@@"/>
+    </ant>
+
+    <depend project="ant"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-xerces"/>
+
+    <jar name="dist/emma-@@DATE@@.jar" id="emma"/>
+    <jar name="dist/emma-@@DATE@@_ant.jar" id="emma_ant"/>
+  </project>
+</module>
\ No newline at end of file

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

Added: gump/metadata/project/maven-emma-plugin.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/maven-emma-plugin.xml?rev=345573&view=auto
==============================================================================
--- gump/metadata/project/maven-emma-plugin.xml (added)
+++ gump/metadata/project/maven-emma-plugin.xml Fri Nov 18 13:10:58 2005
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005 The Apache Software Foundation
+
+  Licensed 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="maven-emma-plugin">
+
+  <description>Maven plugin for Emma code coverage tool</description>
+  <url href="http://emma.sf.net/"/>
+  <cvs repository="sourceforge" dir="emma"
+    module="plugins/maven/maven-emma-plugin"/>
+
+  <project name="maven-emma-plugin">
+    <package>com.vladium.emma</package>
+
+    <maven goal="jar">
+      <property name="maven.final.name" value="maven-emma-plugin-@@DATE@@.jar"/>
+    </maven>
+
+    <depend project="ant"/>
+    <depend project="emma"/>
+
+    <jar name="target/maven-emma-plugin-@@DATE@@.jar"/>
+  </project>
+</module>
\ No newline at end of file

Propchange: gump/metadata/project/maven-emma-plugin.xml
------------------------------------------------------------------------------
    svn:eol-style = native