Add spring-security-remoting jar
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 20 Jan 2016 16:42:59 +0000 (17:42 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 20 Jan 2016 16:42:59 +0000 (17:42 +0100)
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.cdmlib/build.properties
eu.etaxonomy.taxeditor.cdmlib/lib/spring-security-remoting-4.0.3.RELEASE.jar [new file with mode: 0644]

index 469a075bbf3d479c43bf10c9f91370f23d436597..9dd98920a2c27d28db18d4b6ec0d9b7362320d87 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+       <classpathentry exported="true" kind="lib" path="lib/spring-security-remoting-4.0.3.RELEASE.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/activation-1.1.1.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/aopalliance-1.0.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/activation-1.1.1.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/aopalliance-1.0.jar"/>
index 2a74196b2e64da0c99990a75f328aae84ee1479b..a552c6ad4e427a93f41173c1b038bd5c5d460fb0 100644 (file)
@@ -715,5 +715,6 @@ Bundle-ClassPath: .,
  lib/xpp3-1.1.4c.jar,
  lib/xsom-20140925.jar,
  lib/xstream-1.4.8.jar,
  lib/xpp3-1.1.4c.jar,
  lib/xsom-20140925.jar,
  lib/xstream-1.4.8.jar,
- lib/yjp-controller-api-redist-9.0.8.jar
+ lib/yjp-controller-api-redist-9.0.8.jar,
+ lib/spring-security-remoting-4.0.3.RELEASE.jar
 Import-Package: eu.etaxonomy.cdm.api.application
 Import-Package: eu.etaxonomy.cdm.api.application
index ec0bceee1bfeb5e4c8f116a2dca8f8d09be4d754..5926c8d3060cd1c2c16b9c5078e698287f30070f 100644 (file)
@@ -1,5 +1,6 @@
 bin.includes = META-INF/,\\r
                .,\\r
 bin.includes = META-INF/,\\r
                .,\\r
+               lib/spring-security-remoting-4.0.3.RELEASE.jar,\\r
                resources/cdm.map.ser,\\r
                lib/activation-1.1.1.jar,\\r
                lib/antlr-2.7.7.jar,\\r
                resources/cdm.map.ser,\\r
                lib/activation-1.1.1.jar,\\r
                lib/antlr-2.7.7.jar,\\r
diff --git a/eu.etaxonomy.taxeditor.cdmlib/lib/spring-security-remoting-4.0.3.RELEASE.jar b/eu.etaxonomy.taxeditor.cdmlib/lib/spring-security-remoting-4.0.3.RELEASE.jar
new file mode 100644 (file)
index 0000000..28c45ec
Binary files /dev/null and b/eu.etaxonomy.taxeditor.cdmlib/lib/spring-security-remoting-4.0.3.RELEASE.jar differ