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 2009/05/31 16:54:28 UTC

svn commit: r780451 - in /gump/metadata/testbase: jde-refactor-repo.xml jde-refactor.xml profile.xml

Author: bodewig
Date: Sun May 31 14:54:28 2009
New Revision: 780451

URL: http://svn.apache.org/viewvc?rev=780451&view=rev
Log:
testbase for Mercurial

Added:
    gump/metadata/testbase/jde-refactor-repo.xml   (with props)
    gump/metadata/testbase/jde-refactor.xml   (with props)
Modified:
    gump/metadata/testbase/profile.xml

Added: gump/metadata/testbase/jde-refactor-repo.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/jde-refactor-repo.xml?rev=780451&view=auto
==============================================================================
--- gump/metadata/testbase/jde-refactor-repo.xml (added)
+++ gump/metadata/testbase/jde-refactor-repo.xml Sun May 31 14:54:28 2009
@@ -0,0 +1,23 @@
+<?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="jde-refactor" type="hg">
+  <title>Refactoring support for JDEE (Java Development Environment for Emacs)</title>
+  <home-page>http://bitbucket.org/espenhw/jde-refactor/wiki/Home</home-page>
+  <url>http://bitbucket.org/espenhw/jde-refactor/</url>
+</repository>

Propchange: gump/metadata/testbase/jde-refactor-repo.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: gump/metadata/testbase/jde-refactor.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/jde-refactor.xml?rev=780451&view=auto
==============================================================================
--- gump/metadata/testbase/jde-refactor.xml (added)
+++ gump/metadata/testbase/jde-refactor.xml Sun May 31 14:54:28 2009
@@ -0,0 +1,30 @@
+<?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="jde-refactor">
+
+  <url href="http://bitbucket.org/espenhw/jde-refactor/wiki/Home"/>
+  <description>
+    Refactoring support for JDEE (Java Development Environment for Emacs)
+  </description>
+
+  <hg repository="jde-refactor"/>
+
+  <project name="jde-refactor">
+  </project>
+
+</module>

Propchange: gump/metadata/testbase/jde-refactor.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/metadata/testbase/profile.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/profile.xml?rev=780451&r1=780450&r2=780451&view=diff
==============================================================================
--- gump/metadata/testbase/profile.xml (original)
+++ gump/metadata/testbase/profile.xml Sun May 31 14:54:28 2009
@@ -41,6 +41,8 @@
   <repository href="testbase/gwttasks-repo.xml"/>
   <module href="testbase/nunit.xml"/>
   <repository href="testbase/nunit-repo.xml"/>
+  <module href="testbase/jde-refactor.xml"/>
+  <repository href="testbase/jde-refactor-repo.xml"/>
 
   <project name="jaxp"      package="jaxp-1_3"/>
   <project name="junitperf" package="junitperf-1.8"/>