diff --git a/rgmanager/src/resources/ra2csv.xsl b/rgmanager/src/resources/ra2csv.xsl
deleted file mode 100644
index a00243a0e..000000000
--- a/rgmanager/src/resources/ra2csv.xsl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
- ,rhcs
-
-
-
-
-obj
-attr
-
-
-
diff --git a/rgmanager/src/resources/ra2oid.xsl b/rgmanager/src/resources/ra2oid.xsl
deleted file mode 100644
index 697bd4932..000000000
--- a/rgmanager/src/resources/ra2oid.xsl
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
- name
- rhcs
-
-
-
-
-#
-# Resource Agent:
-# Provider:
-# Provider Version:
-# API Version:
-# Description:
-#
-objectClasses: (
- 1.3.6.1.4.1.2312.8.1.2.@@OBJ_CLASS_@@ NAME '
-
- ' SUP top STRUCTURAL
- DESC ''
- MUST(
-
-
-
-
- $
-
- )
- MAY(
-
-
-
-
-
- $
-
-
- )
-)
-
-#
-# Object Attributes
-# FIXME: Run a list of known attribute types
-#
-
-
-attributeTypes: (
- 1.3.6.1.4.1.2312.8.1.1.@@ATTR_TYPE_@@ NAME ''
- DESC ''
-
- EQUALITY integerMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
- EQUALITY booleanMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
- EQUALITY caseExactIA5Match
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-
- SINGLE-VALUE
-)
-
-
-
-