added apache.commons.io to plugin
authorn.hoffmann <n.hoffmann@localhost>
Fri, 26 Mar 2010 17:03:15 +0000 (17:03 +0000)
committern.hoffmann <n.hoffmann@localhost>
Fri, 26 Mar 2010 17:03:15 +0000 (17:03 +0000)
.gitattributes
eclipse-plugin/.classpath
eclipse-plugin/META-INF/MANIFEST.MF
eclipse-plugin/build.properties
eclipse-plugin/commons-io-1.4.jar [new file with mode: 0644]
eclipse-plugin/commons-io-1.4src.zip [new file with mode: 0644]

index a37b9ca2870c6070388602468f59a7cf75145399..56249cf3e580c5b71150bb688283932b2da9edb1 100644 (file)
@@ -2797,6 +2797,8 @@ eclipse-plugin/commons-collections-3.2.jar -text
 eclipse-plugin/commons-collections-3.2src.zip -text
 eclipse-plugin/commons-dbcp-1.2.2.jar -text
 eclipse-plugin/commons-dbcp-1.2.2src.zip -text
+eclipse-plugin/commons-io-1.4.jar -text
+eclipse-plugin/commons-io-1.4src.zip -text
 eclipse-plugin/commons-lang-2.4.jar -text
 eclipse-plugin/commons-logging-1.0.4.jar -text
 eclipse-plugin/commons-pool-1.3.jar -text
index 48d3ff4fa5acc3958aa9a8dbf14b884be8981d54..cae51372c81b13928f165cf5c5f8065ccd6789d7 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry exported="true" kind="lib" path="spring-beans-2.5.6.jar" sourcepath="spring-beans-2.5.6-sources.jar"/>
+       <classpathentry exported="true" kind="lib" path="commons-io-1.4.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
        <classpathentry kind="src" output="target/classes" path="src/main/java"/>
@@ -86,5 +86,6 @@
        <classpathentry exported="true" kind="lib" path="spring-tx-3.0.0.RELEASE.jar" sourcepath="spring-tx-3.0.0.RELEASEsrc.zip"/>
        <classpathentry exported="true" kind="lib" path="org.springframework.beans-3.0.0.RC1.jar" sourcepath="org.springframework.beans-3.0.0.RC1src.zip"/>
        <classpathentry exported="true" kind="lib" path="org.springframework.oxm-3.0.0.RC1.jar" sourcepath="org.springframework.oxm-3.0.0.RC1src.zip"/>
+       <classpathentry exported="true" kind="lib" path="spring-beans-2.5.6.jar" sourcepath="spring-beans-2.5.6-sources.jar"/>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>
index f8c807152f2541ceb684e10910b4cb41a537cd13..bf5d8f8e833e68589ae2b13bf789701eb1d93fb3 100644 (file)
@@ -21,6 +21,7 @@ Bundle-ClassPath: activation-1.1.jar,
  cglib-2.1.3.jar,
  commons-beanutils-1.7.0.jar,
  commons-collections-3.2.jar,
+ commons-io-1.4.jar,
  commons-lang-2.4.jar,
  commons-logging-1.0.4.jar,
  dom4j-1.6.1.jar,
@@ -158,6 +159,7 @@ Export-Package: eu.etaxonomy.cdm,
    eu.etaxonomy.cdm.model.common,
    org.aspectj.lang",
  eu.etaxonomy.cdm.common;uses:="org.jdom,org.jdom.output",
+ eu.etaxonomy.cdm.common.mediaMetaData,
  eu.etaxonomy.cdm.database;
   uses:="eu.etaxonomy.cdm.database.types,
    org.hibernate,
@@ -461,6 +463,7 @@ Export-Package: eu.etaxonomy.cdm,
    eu.etaxonomy.cdm.model.agent",
  junit.framework,
  org.apache.commons.collections,
+ org.apache.commons.io,
  org.apache.log4j;uses:="org.apache.log4j.or,org.apache.log4j.spi,org.apache.log4j.helpers",
  org.apache.log4j.chainsaw;
   uses:="javax.swing.event,
index c022b686539fc2abf2234e351c98327e879fb120..3e0c46ee52743a13370e3307757d8cd92dbe937e 100644 (file)
@@ -88,7 +88,8 @@ bin.includes = META-INF/,\
                org.springframework.beans-3.0.0.RC1.jar,\\r
                mail-1.4.jar,\\r
                org.springframework.oxm-3.0.0.RC1.jar,\\r
-               spring-beans-2.5.6.jar\r
+               spring-beans-2.5.6.jar,\\r
+               commons-io-1.4.jar\r
 jars.compile.order = cdmLibrary.jar\r
 src.includes = spring-context-support-2.5src.zip,\\r
                spring-jdbc-2.5src.zip,\\r
diff --git a/eclipse-plugin/commons-io-1.4.jar b/eclipse-plugin/commons-io-1.4.jar
new file mode 100644 (file)
index 0000000..133dc6c
Binary files /dev/null and b/eclipse-plugin/commons-io-1.4.jar differ
diff --git a/eclipse-plugin/commons-io-1.4src.zip b/eclipse-plugin/commons-io-1.4src.zip
new file mode 100644 (file)
index 0000000..c1ba6ae
Binary files /dev/null and b/eclipse-plugin/commons-io-1.4src.zip differ