From feb153268f3ac559ab037245333d53e79910fe50 Mon Sep 17 00:00:00 2001 From: rkv Date: Wed, 10 Oct 2012 08:53:26 +0000 Subject: [PATCH] *** empty log message *** --- Workspace/3dparty_src/.project | 11 + Workspace/3dparty_src/hibernate/.cvsignore | 1 + .../spring/schema/spring-aop-2.0.xsd | 406 ++++++ .../spring/schema/spring-aop-2.5.xsd | 390 ++++++ .../spring/schema/spring-aop-3.0.xsd | 408 ++++++ .../spring/schema/spring-aop-3.1.xsd | 410 ++++++ .../spring/schema/spring-beans-2.0.xsd | 1077 +++++++++++++++ .../spring/schema/spring-beans-2.5.xsd | 1164 ++++++++++++++++ .../spring/schema/spring-beans-3.0.xsd | 1152 ++++++++++++++++ .../spring/schema/spring-beans-3.1.xsd | 1180 +++++++++++++++++ .../spring/schema/spring-cache-3.1.xsd | 235 ++++ .../spring/schema/spring-context-2.5.xsd | 423 ++++++ .../spring/schema/spring-context-3.0.xsd | 491 +++++++ .../spring/schema/spring-context-3.1.xsd | 533 ++++++++ .../spring/schema/spring-jdbc-3.0.xsd | 154 +++ .../spring/schema/spring-jdbc-3.1.xsd | 181 +++ .../spring/schema/spring-jee-2.0.xsd | 209 +++ .../spring/schema/spring-jee-2.5.xsd | 254 ++++ .../spring/schema/spring-jee-3.0.xsd | 254 ++++ .../spring/schema/spring-jee-3.1.xsd | 267 ++++ .../spring/schema/spring-jms-2.5.xsd | 439 ++++++ .../spring/schema/spring-jms-3.0.xsd | 472 +++++++ .../spring/schema/spring-jms-3.1.xsd | 480 +++++++ .../spring/schema/spring-lang-2.0.xsd | 148 +++ .../spring/schema/spring-lang-2.5.xsd | 209 +++ .../spring/schema/spring-lang-3.0.xsd | 199 +++ .../spring/schema/spring-lang-3.1.xsd | 233 ++++ .../spring/schema/spring-mvc-3.0.xsd | 204 +++ .../spring/schema/spring-mvc-3.1.xsd | 326 +++++ .../spring/schema/spring-oxm-3.0.xsd | 118 ++ .../spring/schema/spring-oxm-3.1.xsd | 158 +++ .../spring/schema/spring-task-3.0.xsd | 266 ++++ .../spring/schema/spring-task-3.1.xsd | 256 ++++ .../spring/schema/spring-tool-2.0.xsd | 62 + .../spring/schema/spring-tool-2.5.xsd | 75 ++ .../spring/schema/spring-tool-3.0.xsd | 115 ++ .../spring/schema/spring-tool-3.1.xsd | 115 ++ .../spring/schema/spring-tx-2.0.xsd | 198 +++ .../spring/schema/spring-tx-2.5.xsd | 244 ++++ .../spring/schema/spring-tx-3.0.xsd | 244 ++++ .../spring/schema/spring-tx-3.1.xsd | 247 ++++ .../spring/schema/spring-util-2.0.xsd | 203 +++ .../spring/schema/spring-util-2.5.xsd | 212 +++ .../spring/schema/spring-util-3.0.xsd | 212 +++ .../spring/schema/spring-util-3.1.xsd | 212 +++ 45 files changed, 14847 insertions(+) create mode 100644 Workspace/3dparty_src/.project create mode 100644 Workspace/3dparty_src/hibernate/.cvsignore create mode 100644 Workspace/3dparty_src/spring/schema/spring-aop-2.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-aop-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-aop-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-aop-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-beans-2.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-beans-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-beans-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-beans-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-cache-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-context-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-context-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-context-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jdbc-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jdbc-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jee-2.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jee-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jee-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jee-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jms-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jms-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-jms-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-lang-2.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-lang-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-lang-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-lang-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-mvc-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-mvc-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-oxm-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-oxm-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-task-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-task-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tool-2.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tool-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tool-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tool-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tx-2.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tx-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tx-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-tx-3.1.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-util-2.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-util-2.5.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-util-3.0.xsd create mode 100644 Workspace/3dparty_src/spring/schema/spring-util-3.1.xsd diff --git a/Workspace/3dparty_src/.project b/Workspace/3dparty_src/.project new file mode 100644 index 0000000..11071ef --- /dev/null +++ b/Workspace/3dparty_src/.project @@ -0,0 +1,11 @@ + + + 3dparty_src + + + + + + + + diff --git a/Workspace/3dparty_src/hibernate/.cvsignore b/Workspace/3dparty_src/hibernate/.cvsignore new file mode 100644 index 0000000..b037465 --- /dev/null +++ b/Workspace/3dparty_src/hibernate/.cvsignore @@ -0,0 +1 @@ +hibernate-distribution-3.5.3-Final-dist.zip diff --git a/Workspace/3dparty_src/spring/schema/spring-aop-2.0.xsd b/Workspace/3dparty_src/spring/schema/spring-aop-2.0.xsd new file mode 100644 index 0000000..22fd8fc --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-aop-2.0.xsd @@ -0,0 +1,406 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-aop-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-aop-2.5.xsd new file mode 100644 index 0000000..e6ba181 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-aop-2.5.xsd @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-aop-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-aop-3.0.xsd new file mode 100644 index 0000000..879f57f --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-aop-3.0.xsd @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-aop-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-aop-3.1.xsd new file mode 100644 index 0000000..0c79746 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-aop-3.1.xsd @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-beans-2.0.xsd b/Workspace/3dparty_src/spring/schema/spring-beans-2.0.xsd new file mode 100644 index 0000000..3bceb75 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-beans-2.0.xsd @@ -0,0 +1,1077 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' element. + ]]> + + + + + + + + + + ' element. + ]]> + + + + + + + + + + + + + + ' element. + ]]> + + + + + + + + + + + + + ' element. + ]]> + + + + + ' element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + element (or "ref" + attribute). We recommend this in most cases as it makes documentation + more explicit. + + 2. "byName" + Autowiring by property name. If a bean of class Cat exposes a "dog" + property, Spring will try to set this to the value of the bean "dog" + in the current container. If there is no matching bean by name, nothing + special happens; use dependency-check="objects" to raise an error in + that case. + + 3. "byType" + Autowiring if there is exactly one bean of the property type in the + container. If there is more than one, a fatal error is raised, and + you cannot use byType autowiring for that bean. If there is none, + nothing special happens; use dependency-check="objects" to raise an + error in that case. + + 4. "constructor" + Analogous to "byType" for constructor arguments. If there is not exactly + one bean of the constructor argument type in the bean factory, a fatal + error is raised. + + 5. "autodetect" + Chooses "constructor" or "byType" through introspection of the bean + class. If a default constructor is found, "byType" gets applied. + + Note that explicit dependencies, i.e. "property" and "constructor-arg" + elements, always override autowiring. Autowire behavior can be combined + with dependency checking, which will be performed after all autowiring + has been completed. + + Note: This attribute will not be inherited by child bean definitions. + Hence, it needs to be specified per concrete bean definition. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " element. + ]]> + + + + + ..." element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." + element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." + element. + ]]> + + + + + ". + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-beans-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-beans-2.5.xsd new file mode 100644 index 0000000..eb01556 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-beans-2.5.xsd @@ -0,0 +1,1164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' element. + ]]> + + + + + + + + + + ' element. + ]]> + + + + + + + + + + + + + + ' element. + ]]> + + + + + + + + + + + + + ' element for the semantic details of autowire candidate beans. + ]]> + + + + + ' element. + ]]> + + + + + ' element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + element (or "ref" + attribute). We recommend this in most cases as it makes documentation + more explicit. + + 2. "byName" + Autowiring by property name. If a bean of class Cat exposes a "dog" + property, Spring will try to set this to the value of the bean "dog" + in the current container. If there is no matching bean by name, nothing + special happens; use dependency-check="objects" to raise an error in + that case. + + 3. "byType" + Autowiring if there is exactly one bean of the property type in the + container. If there is more than one, a fatal error is raised, and + you cannot use byType autowiring for that bean. If there is none, + nothing special happens; use dependency-check="objects" to raise an + error in that case. + + 4. "constructor" + Analogous to "byType" for constructor arguments. If there is not exactly + one bean of the constructor argument type in the bean factory, a fatal + error is raised. + + 5. "autodetect" + Chooses "constructor" or "byType" through introspection of the bean + class. If a default constructor is found, "byType" gets applied. + + Note that explicit dependencies, i.e. "property" and "constructor-arg" + elements, always override autowiring. Autowire behavior can be combined + with dependency checking, which will be performed after all autowiring + has been completed. + + Note: This attribute will not be inherited by child bean definitions. + Hence, it needs to be specified per concrete bean definition. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " element. + ]]> + + + + + ..." element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." + element. + ]]> + + + + + ". + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-beans-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-beans-3.0.xsd new file mode 100644 index 0000000..dce67a3 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-beans-3.0.xsd @@ -0,0 +1,1152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' element. + ]]> + + + + + + + + + + ' element. + ]]> + + + + + + + + + + + + + ' element for the semantic details of autowire candidate beans. + ]]> + + + + + ' element. + ]]> + + + + + ' element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + element (or "ref" + attribute). We recommend this in most cases as it makes documentation + more explicit. + + Note that this default mode also allows for annotation-driven autowiring, + if activated. "no" refers to externally driven autowiring only, not + affecting any autowiring demands that the bean class itself expresses. + + 2. "byName" + Autowiring by property name. If a bean of class Cat exposes a "dog" + property, Spring will try to set this to the value of the bean "dog" + in the current container. If there is no matching bean by name, nothing + special happens. + + 3. "byType" + Autowiring if there is exactly one bean of the property type in the + container. If there is more than one, a fatal error is raised, and + you cannot use byType autowiring for that bean. If there is none, + nothing special happens. + + 4. "constructor" + Analogous to "byType" for constructor arguments. If there is not exactly + one bean of the constructor argument type in the bean factory, a fatal + error is raised. + + Note that explicit dependencies, i.e. "property" and "constructor-arg" + elements, always override autowiring. + + Note: This attribute will not be inherited by child bean definitions. + Hence, it needs to be specified per concrete bean definition. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " element. + ]]> + + + + + ..." element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." + element. + ]]> + + + + + ". + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-beans-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-beans-3.1.xsd new file mode 100644 index 0000000..e540098 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-beans-3.1.xsd @@ -0,0 +1,1180 @@ + + + + + + + + + + + + + + + + + + element. + ]]> + + + + + + + + and other elements, typically the root element in the document. + Allows the definition of default values for all nested bean definitions. May itself + be nested for the purpose of defining a subset of beans with certain default values or + to be registered only when certain profile(s) are active. Any such nested element + must be declared as the last element in the document. + ]]> + + + + + + + + + + + + + + + element may be parsed. Multiple profiles can be + separated by any number of spaces, commas, or semi-colons (or indeed any mixture of the three). + If one or more of the specified profiles are active at time of parsing, the element + will be parsed, and all of its elements registered, <import> elements followed, + etc. If none of the specified profiles are active at time of parsing, then the entire element + and its contents will be ignored. + + Profiles are activated in one of two ways: + Programmatic: + ConfigurableEnvironment#setActiveProfiles(String...) + ConfigurableEnvironment#setDefaultProfiles(String...) + + Properties (typically through -D system properties, environment variables, or servlet context init params): + spring.profiles.active=p1,p2 + spring.profiles.default=p1,p2 + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + element (or "ref" + attribute). We recommend this in most cases as it makes documentation + more explicit. + + Note that this default mode also allows for annotation-driven autowiring, + if activated. "no" refers to externally driven autowiring only, not + affecting any autowiring demands that the bean class itself expresses. + + 2. "byName" + Autowiring by property name. If a bean of class Cat exposes a "dog" + property, Spring will try to set this to the value of the bean "dog" + in the current container. If there is no matching bean by name, nothing + special happens. + + 3. "byType" + Autowiring if there is exactly one bean of the property type in the + container. If there is more than one, a fatal error is raised, and + you cannot use byType autowiring for that bean. If there is none, + nothing special happens. + + 4. "constructor" + Analogous to "byType" for constructor arguments. If there is not exactly + one bean of the constructor argument type in the bean factory, a fatal + error is raised. + + Note that explicit dependencies, i.e. "property" and "constructor-arg" + elements, always override autowiring. + + Note: This attribute will not be inherited by child bean definitions. + Hence, it needs to be specified per concrete bean definition. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " element. + ]]> + + + + + ..." element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." element. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ". + ]]> + + + + + ..." + element. + ]]> + + + + + ". + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-cache-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-cache-3.1.xsd new file mode 100644 index 0000000..eab936d --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-cache-3.1.xsd @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-context-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-context-2.5.xsd new file mode 100644 index 0000000..c5573a7 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-context-2.5.xsd @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + tag for that purpose. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-context-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-context-3.0.xsd new file mode 100644 index 0000000..bc3a1b7 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-context-3.0.xsd @@ -0,0 +1,491 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + tag for that purpose. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-context-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-context-3.1.xsd new file mode 100644 index 0000000..b2132e4 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-context-3.1.xsd @@ -0,0 +1,533 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + tag for that purpose. + + See Javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext + for information on code-based alternatives to bootstrapping annotation-driven support. + from XML. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jdbc-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-jdbc-3.0.xsd new file mode 100644 index 0000000..72c8960 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jdbc-3.0.xsd @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + elements. + ]]> + + + + + + + + + + + + + + + + + + + + + + Is this bean "enabled", meaning the scripts will be executed? + Defaults to true, but can be used to switch on and off the initialization depending on the environment. + + + + + + + Should failed SQL statements be ignored during initialization? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jdbc-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-jdbc-3.1.xsd new file mode 100644 index 0000000..cc1fb60 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jdbc-3.1.xsd @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + elements. + ]]> + + + + + + + + + + + + + + + + + + + + + + Is this bean "enabled", meaning the scripts will be executed? + Defaults to true, but can be used to switch on and off the initialization depending on the environment. + + + + + + + Should failed SQL statements be ignored during initialization? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jee-2.0.xsd b/Workspace/3dparty_src/spring/schema/spring-jee-2.0.xsd new file mode 100644 index 0000000..89dc353 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jee-2.0.xsd @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jee-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-jee-2.5.xsd new file mode 100644 index 0000000..f7bbed1 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jee-2.5.xsd @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jee-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-jee-3.0.xsd new file mode 100644 index 0000000..1267917 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jee-3.0.xsd @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jee-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-jee-3.1.xsd new file mode 100644 index 0000000..014077d --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jee-3.1.xsd @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jms-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-jms-2.5.xsd new file mode 100644 index 0000000..7d50cd1 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jms-2.5.xsd @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jms-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-jms-3.0.xsd new file mode 100644 index 0000000..fa50a57 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jms-3.0.xsd @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-jms-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-jms-3.1.xsd new file mode 100644 index 0000000..08f9d63 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-jms-3.1.xsd @@ -0,0 +1,480 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-lang-2.0.xsd b/Workspace/3dparty_src/spring/schema/spring-lang-2.0.xsd new file mode 100644 index 0000000..5ec021b --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-lang-2.0.xsd @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-lang-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-lang-2.5.xsd new file mode 100644 index 0000000..ac7c317 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-lang-2.5.xsd @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-lang-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-lang-3.0.xsd new file mode 100644 index 0000000..574fb05 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-lang-3.0.xsd @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-lang-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-lang-3.1.xsd new file mode 100644 index 0000000..edce132 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-lang-3.1.xsd @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-mvc-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-mvc-3.0.xsd new file mode 100644 index 0000000..f97d3b3 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-mvc-3.0.xsd @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-mvc-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-mvc-3.1.xsd new file mode 100644 index 0000000..8fc5f37 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-mvc-3.1.xsd @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-oxm-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-oxm-3.0.xsd new file mode 100644 index 0000000..c8442c5 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-oxm-3.0.xsd @@ -0,0 +1,118 @@ + + + + + + + + + Defines the elements used in Spring's Object/XML Mapping integration. + + + + + + + + Defines a JAXB2 Marshaller. + + + + + + + + + + + + + + + + + + + The JAXB Context path + + + + + + + + + + + + Defines a JiBX Marshaller. + + + + + + + + + + + + + The binding name used by this marshaller. + + + + + + + + + + + + Defines a XMLBeans Marshaller. + + + + + + + + + + + + + The bean name of the XmlOptions that is to be used for this marshaller. Typically a + XmlOptionsFactoryBean definition. + + + + + + + + + + + + + + + + A class supported by a marshaller. + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-oxm-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-oxm-3.1.xsd new file mode 100644 index 0000000..b380791 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-oxm-3.1.xsd @@ -0,0 +1,158 @@ + + + + + + + + + Defines the elements used in Spring's Object/XML Mapping integration. + + + + + + + + Defines a JAXB2 Marshaller. + + + + + + + + + + + + + + + + + + + The JAXB Context path + + + + + + + + + + + + Defines a JiBX Marshaller. + + + + + + + + + + + + + The binding name used by this marshaller. + + + + + + + + + + + + Defines a XMLBeans Marshaller. + + + + + + + + + + + + + The bean name of the XmlOptions that is to be used for this marshaller. Typically a + XmlOptionsFactoryBean definition. + + + + + + + + + + + + + + + + + + Defines a Castor Marshaller. + + + + + + + + + + + + The encoding to use for stream reading. + + + + + The target class to be bound with Castor marshaller. + + + + + The target package that contains Castor descriptor classes. + + + + + The path to Castor mapping file. + + + + + + + + + + A class supported by a marshaller. + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-task-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-task-3.0.xsd new file mode 100644 index 0000000..7e484d0 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-task-3.0.xsd @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-task-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-task-3.1.xsd new file mode 100644 index 0000000..91b49de --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-task-3.1.xsd @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tool-2.0.xsd b/Workspace/3dparty_src/spring/schema/spring-tool-2.0.xsd new file mode 100644 index 0000000..94f40e8 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tool-2.0.xsd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tool-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-tool-2.5.xsd new file mode 100644 index 0000000..17bec6d --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tool-2.5.xsd @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tool-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-tool-3.0.xsd new file mode 100644 index 0000000..62af970 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tool-3.0.xsd @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tool-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-tool-3.1.xsd new file mode 100644 index 0000000..9d84906 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tool-3.1.xsd @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tx-2.0.xsd b/Workspace/3dparty_src/spring/schema/spring-tx-2.0.xsd new file mode 100644 index 0000000..2d3837e --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tx-2.0.xsd @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tx-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-tx-2.5.xsd new file mode 100644 index 0000000..825024c --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tx-2.5.xsd @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tx-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-tx-3.0.xsd new file mode 100644 index 0000000..398e6f4 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tx-3.0.xsd @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-tx-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-tx-3.1.xsd new file mode 100644 index 0000000..0ae5641 --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-tx-3.1.xsd @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-util-2.0.xsd b/Workspace/3dparty_src/spring/schema/spring-util-2.0.xsd new file mode 100644 index 0000000..509c0ee --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-util-2.0.xsd @@ -0,0 +1,203 @@ + + + + + + + + + + + Reference a public, static field on a type and expose its value as + a bean. For example <util:constant static-field="java.lang.Integer.MAX_VALUE"/>. + + + + + + + + + + + + Reference a property on a bean (or as a nested value) and expose its values as + a bean. For example <util:property-path path="order.customer.name"/>. + + + + + + + + + + + + Builds a List instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Set instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Map instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Loads a Properties instance from the resource location specified by the 'location' attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-util-2.5.xsd b/Workspace/3dparty_src/spring/schema/spring-util-2.5.xsd new file mode 100644 index 0000000..eb04ecf --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-util-2.5.xsd @@ -0,0 +1,212 @@ + + + + + + + + + + + Reference a public, static field on a type and expose its value as + a bean. For example <util:constant static-field="java.lang.Integer.MAX_VALUE"/>. + + + + + + + + + + + + Reference a property on a bean (or as a nested value) and expose its values as + a bean. For example <util:property-path path="order.customer.name"/>. + + + + + + + + + + + + Builds a List instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Set instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Map instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Loads a Properties instance from the resource location specified by the 'location' attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-util-3.0.xsd b/Workspace/3dparty_src/spring/schema/spring-util-3.0.xsd new file mode 100644 index 0000000..287e31b --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-util-3.0.xsd @@ -0,0 +1,212 @@ + + + + + + + + + + + Reference a public, static field on a type and expose its value as + a bean. For example <util:constant static-field="java.lang.Integer.MAX_VALUE"/>. + + + + + + + + + + + + Reference a property on a bean (or as a nested value) and expose its values as + a bean. For example <util:property-path path="order.customer.name"/>. + + + + + + + + + + + + Builds a List instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Set instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Map instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Loads a Properties instance from the resource location specified by the 'location' attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/spring/schema/spring-util-3.1.xsd b/Workspace/3dparty_src/spring/schema/spring-util-3.1.xsd new file mode 100644 index 0000000..9b5774a --- /dev/null +++ b/Workspace/3dparty_src/spring/schema/spring-util-3.1.xsd @@ -0,0 +1,212 @@ + + + + + + + + + + + Reference a public, static field on a type and expose its value as + a bean. For example <util:constant static-field="java.lang.Integer.MAX_VALUE"/>. + + + + + + + + + + + + Reference a property on a bean (or as a nested value) and expose its values as + a bean. For example <util:property-path path="order.customer.name"/>. + + + + + + + + + + + + Builds a List instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Set instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Builds a Map instance of the specified type, populated with the specified content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Loads a Properties instance from the resource location specified by the 'location' attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2