You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/05/18 18:42:25 UTC

svn commit: r407587 - /geronimo/branches/1.1/modules/webservices/maven.xml

Author: djencks
Date: Thu May 18 09:42:24 2006
New Revision: 407587

URL: http://svn.apache.org/viewvc?rev=407587&view=rev
Log:
webservices module depends on jaxr spec

Added:
    geronimo/branches/1.1/modules/webservices/maven.xml

Added: geronimo/branches/1.1/modules/webservices/maven.xml
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1/modules/webservices/maven.xml?rev=407587&view=auto
==============================================================================
--- geronimo/branches/1.1/modules/webservices/maven.xml (added)
+++ geronimo/branches/1.1/modules/webservices/maven.xml Thu May 18 09:42:24 2006
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    Copyright 2006 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.
+-->
+
+
+<!-- $Rev: 355877 $ $Date: 2005-12-10 18:48:27 -0800 (Sat, 10 Dec 2005) $ -->
+
+<project default="default"
+    xmlns:j="jelly:core"
+    xmlns:ant="jelly:ant"
+    xmlns:maven="jelly:maven">
+    
+    <!-- Construct dependency lists for inclusion in generated jar. -->
+    <postGoal name="java:compile">
+        <attainGoal name="geronimo:dependency"/>
+    </postGoal>
+
+</project>