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/07/06 08:31:53 UTC

svn commit: r960811 - in /gump/metadata: profile/gump.xml project/cocoon3.xml project/jersey.xml repository/jersey.xml

Author: bodewig
Date: Tue Jul  6 06:31:53 2010
New Revision: 960811

URL: http://svn.apache.org/viewvc?rev=960811&view=rev
Log:
first attempt at building jersey

Added:
    gump/metadata/project/jersey.xml   (with props)
    gump/metadata/repository/jersey.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/cocoon3.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=960811&r1=960810&r2=960811&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Jul  6 06:31:53 2010
@@ -359,6 +359,7 @@
   <module href="project/java-xml-pack.xml"/>
   <module href="project/jaxp-13.xml"/>
   <module href="project/jdbc.xml"/>
+  <module href="project/jersey.xml"/>
   <module href="project/jisp.xml"/>
   <module href="project/jms.xml"/>
   <module href="project/jmx.xml"/>
@@ -510,6 +511,7 @@
   <repository href="repository/javanet.xml"/>
   <repository href="repository/jboss-svn.xml"/>
   <repository href="repository/jdom.xml"/>
+  <repository href="repository/jersey.xml"/>
   <repository href="repository/jline.xml"/>
   <repository href="repository/junit.xml"/>
   <repository href="repository/jython.xml"/>

Modified: gump/metadata/project/cocoon3.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon3.xml?rev=960811&r1=960810&r2=960811&view=diff
==============================================================================
--- gump/metadata/project/cocoon3.xml (original)
+++ gump/metadata/project/cocoon3.xml Tue Jul  6 06:31:53 2010
@@ -138,6 +138,7 @@
     <jar name="cocoon-rest/target/cocoon-rest-*[0-9T].jar"/>
     <depend project="cocoon-controller"/>
     <depend project="cocoon-servlet"/>
+    <option project="jersey-reactor"/>
     <option project="junit"/>
   </project>
 

Added: gump/metadata/project/jersey.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jersey.xml?rev=960811&view=auto
==============================================================================
--- gump/metadata/project/jersey.xml (added)
+++ gump/metadata/project/jersey.xml Tue Jul  6 06:31:53 2010
@@ -0,0 +1,41 @@
+<?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="jersey" groupId="com.sun.jersey">
+
+  <url href="https://jersey.dev.java.net/"/>
+  <description>
+    Jersey is the open source JAX-RS (JSR 311) Reference
+    Implementation for building RESTful Web services.
+  </description>
+
+  <svn repository="jersey" dir="trunk/jersey"/>
+  
+  <project name="jersey-reactor">
+    <package>com.sun.jersey</package>
+    <mvn separateLocalRepository="true" goal="install"/>
+    <option project="ant"/>
+    <option project="asm"/>
+    <option project="junit"/>
+
+    <jar name="jersey-core/target/jersey-core-*[0-9T].jar"
+         id="jersey-core"/>
+    <jar name="jersey-server/target/jersey-server-*[0-9T].jar"
+         id="jersey-server"/>
+    <license name="license.html"/>
+  </project>
+</module>

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

Added: gump/metadata/repository/jersey.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/jersey.xml?rev=960811&view=auto
==============================================================================
--- gump/metadata/repository/jersey.xml (added)
+++ gump/metadata/repository/jersey.xml Tue Jul  6 06:31:53 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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.
+-->
+
+<repository name="jersey" type="svn">
+  <home-page>https://jersey.dev.java.net/source/browse/jersey/</home-page>
+  <web>https://jersey.dev.java.net/source/browse/jersey/</web>
+  
+  <url>https://jersey.dev.java.net/svn/jersey/</url>
+  <user>guest</user>
+  <password></password>
+</repository>

Propchange: gump/metadata/repository/jersey.xml
------------------------------------------------------------------------------
    svn:eol-style = native