From: Mathieu Baudier Date: Sat, 22 Nov 2008 11:19:58 +0000 (+0000) Subject: Split org.argeo.slc.core X-Git-Tag: argeo-slc-2.1.7~2409 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=92bd9c287595dc18412d757125fbf9df4196b3d4;p=gpl%2Fargeo-slc.git Split org.argeo.slc.core git-svn-id: https://svn.argeo.org/slc/trunk@1844 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/mapping.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/mapping.xml deleted file mode 100644 index 92c2c71d0..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/mapping.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - Mapping of generic types - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/msg/mapping.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/msg/mapping.xml deleted file mode 100644 index 2f54085c0..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/msg/mapping.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - Message objects XML mapping - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/process/mapping.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/process/mapping.xml deleted file mode 100644 index 1b5b2ec95..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/process/mapping.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - Process objects XML mapping - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/spring/applicationContext.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/spring/applicationContext.xml deleted file mode 100644 index 45a470a3f..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/spring/applicationContext.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - classpath:org/argeo/slc/castor/msg/mapping.xml - - - classpath:org/argeo/slc/castor/process/mapping.xml - - - classpath:org/argeo/slc/castor/structure/mapping.xml - - - classpath:org/argeo/slc/castor/test/mapping.xml - - - - - - - - - - - - - - - diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/structure/mapping.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/structure/mapping.xml deleted file mode 100644 index 3e20025b3..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/structure/mapping.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - Structure related objects XML mapping - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/test/mapping.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/test/mapping.xml deleted file mode 100644 index 5b6384ddd..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/castor/test/mapping.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - Test objects XML mapping - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/process/spring/applicationContext.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/process/spring/applicationContext.xml deleted file mode 100644 index 45bcac91a..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/process/spring/applicationContext.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/spring/applicationContext.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/spring/applicationContext.xml deleted file mode 100644 index 20c821401..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/spring/applicationContext.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/basicReport.xslt b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/basicReport.xslt deleted file mode 100644 index 947cef0f9..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/basicReport.xslt +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - Result - - -

- Result - -

- -

- -

- - - - - - - - - - - - - -
- - - -
-
- - -
-
\ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/htmlreport/index.html b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/htmlreport/index.html deleted file mode 100644 index 32beed3b5..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/htmlreport/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -SLC test results - - - - - - <h2>Frame Alert</h2> - <p>This document is designed to be viewed using the frames feature. - If you see this message, you are using a non-frame-capable web client. - </p> - - - diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/htmlreport/style.css b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/htmlreport/style.css deleted file mode 100644 index 134c6b55d..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/core/test/tree/htmlreport/style.css +++ /dev/null @@ -1,64 +0,0 @@ -body { - font-family: sans-serif; - font-size: 12px; - color: black; - background-color: white; -} - -h1 { - font-family: sans-serif; - font-size: 16px; - font-weight: bold; - color: #000000; - padding: 0px 0px 5px 0px; - margin: 0px; -} - -h2 { - font-family: sans-serif; - font-size: 14px; - font-weight: bold; - color: #000000; - padding: 5px 0px 5px 0px; - margin: 0px; - margin-top: 5px; -} - -table,form { - margin: 0px; -} - -th { - font-size: 12px; - padding: 2px 20px 2px 2px; - vertical-align: top; - text-align: left; -} - -td { - font-size: 12px; - padding: 1px; - vertical-align: top; - text-align: left; -} - -.passed { - color: green; -} - -.failed { - color: red; -} - -a { - text-decoration: none; -} - -a.nav { - color: #0066CC; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/xml/slc.xsd b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/xml/slc.xsd deleted file mode 100644 index 5b7b43e15..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/xml/slc.xsd +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/xml/spring/applicationContext.xml b/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/xml/spring/applicationContext.xml deleted file mode 100644 index 13bd1dd03..000000000 --- a/runtime/org.argeo.slc.specs/src/main/resources/org/argeo/slc/xml/spring/applicationContext.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - -