diff --git a/.cvsignore b/.gitignore
similarity index 100%
rename from .cvsignore
rename to .gitignore
diff --git a/Makefile b/Makefile
deleted file mode 100644
index cb2afa0..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: aduna-commons-pom
-# $Id$
-NAME := aduna-commons-pom
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/aduna-commons-16.pom b/aduna-commons-16.pom
deleted file mode 100644
index 0f460ff..0000000
--- a/aduna-commons-16.pom
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
- 4.0.0
-
-
- info.aduna
- aduna-root-pom
- 13
- ../pom.xml
-
-
- info.aduna.commons
- aduna-commons
- pom
- 16
-
- Aduna Commons
- Aduna Commons parent pom
-
-
- Aduna
- http://www.aduna-software.com/
-
-
-
-
- Aduna BSD license
- http://repo.aduna-software.org/legal/aduna-bsd.txt
- repo
- A BSD-style OSS license
-
-
-
-
- collections/trunk
- concurrent/trunk
- graphics/trunk
- i18n/trunk
- io/trunk
- iteration/trunk
- lang/trunk
- language/trunk
- net/trunk
- net-http-server-embedded/trunk
- platform/trunk
- scheduling/trunk
- swing/trunk
- text/trunk
- webapp/trunk
- xml/trunk
-
-
-
- UTF-8
- UTF-8
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
-
- repository.xml
-
-
-
- bundle-manifest
- process-classes
-
- manifest
-
-
-
- bundle-package
- package
-
- bundle
-
-
-
- bundle-install
- install
-
- install
-
-
-
- bundle-deploy
- deploy
-
- deploy
-
-
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
- 1.5
- true
- utf8
-
- http://java.sun.com/j2se/1.5.0/docs/api/
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
- aduna-opensource.releases
- Aduna Open Source - Maven releases
- http://repo.aduna-software.org/maven2/releases
-
-
-
-
- scm:svn:http://repo.aduna-software.org/svn/info.aduna/commons/
- scm:svn:https://repo.aduna-software.org/svn/info.aduna/commons/
- http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/info.aduna/commons/
-
-
-
diff --git a/aduna-commons-pom.spec b/aduna-commons-pom.spec
deleted file mode 100644
index 4e26517..0000000
--- a/aduna-commons-pom.spec
+++ /dev/null
@@ -1,66 +0,0 @@
-Name: aduna-commons-pom
-Version: 16
-Release: 1%{?dist}
-Summary: Aduna Commons parent pom
-
-Group: Development/Libraries
-License: BSD
-URL: http://www.aduna-software.com/
-Source0: http://repo.aduna-software.org/maven2/releases/info/aduna/commons/aduna-commons/%{version}/aduna-commons-%{version}.pom
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
-Requires: aduna-root-poms
-
-BuildRequires: jpackage-utils >= 0:1.7.5
-Requires: jpackage-utils >= 0:1.7.5
-Requires(post): jpackage-utils >= 0:1.7.5
-Requires(postun): jpackage-utils >= 0:1.7.5
-
-# Requirements from the POM
-Requires: maven2-plugin-compiler
-Requires: maven-plugin-bundle
-Requires: maven2-plugin-javadoc
-
-BuildArch: noarch
-
-%description
-%{summary}.
-
-%prep
-%setup -c -T
-cp %SOURCE0 .
-
-%build
-# Nothing to do ...
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
-install -pm 644 aduna-commons-%{version}.pom \
- $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-aduna-commons.pom
-
-%add_to_maven_depmap info.aduna.commons aduna-commons %{version} JPP aduna-commons
-
-%post
-%update_maven_depmap
-
-%postun
-%update_maven_depmap
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%{_mavendepmapfragdir}/*
-%{_datadir}/maven2/poms/*.pom
-
-%changelog
-* Wed Feb 3 2010 Mary Ellen Foster 16-1
-- Update to new upstream version with license information included
-- Add all plugins from the POM as Requirements
-- Fix URL
-
-* Fri Nov 20 2009 Mary Ellen Foster 14-1
-- Initial package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..de91ae3
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+This package was retired due to no active owner on 2011-02-23
diff --git a/import.log b/import.log
deleted file mode 100644
index 5fab11e..0000000
--- a/import.log
+++ /dev/null
@@ -1 +0,0 @@
-aduna-commons-pom-16-1_fc12:HEAD:aduna-commons-pom-16-1.fc12.src.rpm:1265881282
diff --git a/sources b/sources
deleted file mode 100644
index e69de29..0000000