diff --git a/src/main/resources/io/cryostat/core/agent/jfrprobes_schema.xsd b/src/main/resources/io/cryostat/core/agent/jfrprobes_schema.xsd deleted file mode 100644 index 445e3f8c..00000000 --- a/src/main/resources/io/cryostat/core/agent/jfrprobes_schema.xsd +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - Global configuration options - - - - - - - - - - - This is the prefix to use when generating event class names - - - - - - Will allow the recording of arrays and object parameters as Strings. This will cause toString to - be called for array elements and objects other than strings, which in turn can cause trouble if - the toString method is badly implemented. Use with care. - - - - - - - Allows converters to be used. If a converter is badly implemented, you are on your own. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - the fully qualified class name (FQCN) of the class to be transformed - - - - - - - - - - - - - - - - - - - - - - - - - - see §4.3.3 in Java Virtual Machine Specification - - - - - - - - - - only if we allow toString - - - - - - - - - - - - - - - - - - - - see com.oracle.jrockit.jfr.ContentType - - - - - - - - - - - - - - - - - - - - - - a unique URI signifying a relationship between different events based on the values of specific - fields - - - - - - - - the fully qualified class name (FQCN) of the converter used - - - - - - - This will only work if we allow toString - - - - - - - - - - - - - - - - - - - location {ENTRY, EXIT, WRAP} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - an expression in a subset of primary expressions (see §15.8 in Java Language Specification) to be - evaluated - - - - - - - - diff --git a/cryostat-core/src/main/resources/io/cryostat/core/jmcagent/jfrprobes_schema.xsd b/src/main/resources/io/cryostat/core/jmcagent/jfrprobes_schema.xsd similarity index 100% rename from cryostat-core/src/main/resources/io/cryostat/core/jmcagent/jfrprobes_schema.xsd rename to src/main/resources/io/cryostat/core/jmcagent/jfrprobes_schema.xsd diff --git a/cryostat-core/src/test/java/io/cryostat/core/jmcagent/ProbeValidatorTest.java b/src/test/java/io/cryostat/core/jmcagent/ProbeValidatorTest.java similarity index 100% rename from cryostat-core/src/test/java/io/cryostat/core/jmcagent/ProbeValidatorTest.java rename to src/test/java/io/cryostat/core/jmcagent/ProbeValidatorTest.java