added temporaray jar file for profiler
authorn.hoffmann <n.hoffmann@localhost>
Thu, 3 Sep 2009 12:23:27 +0000 (12:23 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 3 Sep 2009 12:23:27 +0000 (12:23 +0000)
.gitattributes
eclipse-plugin/.classpath
eclipse-plugin/META-INF/MANIFEST.MF
eclipse-plugin/build.properties
eclipse-plugin/yjp-controller-api-redist-8.0.1.jar [new file with mode: 0644]

index f70eb4ce4f58a566d6402c87ee78e984e080fd0f..cd28273424852ab9d98492f3452f6cb0e350cd61 100644 (file)
@@ -2373,6 +2373,7 @@ eclipse-plugin/wsdl4j-1.6.1.jar -text
 eclipse-plugin/wsdl4j-1.6.1src.zip -text
 eclipse-plugin/xercesImpl.jar -text
 eclipse-plugin/xml-apis.jar -text
+eclipse-plugin/yjp-controller-api-redist-8.0.1.jar -text
 eclipse-updateSite/.project -text
 eclipse-updateSite/index.html -text
 eclipse-updateSite/site.xml -text
index 83c5906d3c79572832c53537fdba9b3b8f1efdb8..d057a8444b5d88bbbb5ed2ca6f17ce7a366dfd04 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+       <classpathentry exported="true" kind="lib" path="yjp-controller-api-redist-8.0.1.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"/>
index aab46e23e6b31de7165e12fa0d03116b41329477..00dbbeffaf42da3a07df425aa22dade210cbbf40 100644 (file)
@@ -77,7 +77,8 @@ Bundle-ClassPath: antlr-2.7.6.jar,
  unitils-1.0.jar,
  wsdl4j-1.6.1.jar,
  xercesImpl.jar,
- xml-apis.jar
+ xml-apis.jar,
+ yjp-controller-api-redist-8.0.1.jar
 Export-Package: eu.etaxonomy.cdm,
  eu.etaxonomy.cdm.api.application,
  eu.etaxonomy.cdm.api.application.eclipse,
index 55897695b76ebfe71193e6fb7d280ff0e326cb6a..a4ab4e25c3e1d4c25b39dec9e319bad9b0917be7 100644 (file)
@@ -81,7 +81,8 @@ bin.includes = META-INF/,\
                org.apache.commons.codec-1.3.0.jar,\\r
                h2-1.1.115.jar,\\r
                commons-lang-2.4.jar,\\r
-               spring-tx-2.5.6.jar\r
+               spring-tx-2.5.6.jar,\\r
+               yjp-controller-api-redist-8.0.1.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/yjp-controller-api-redist-8.0.1.jar b/eclipse-plugin/yjp-controller-api-redist-8.0.1.jar
new file mode 100644 (file)
index 0000000..51ed322
Binary files /dev/null and b/eclipse-plugin/yjp-controller-api-redist-8.0.1.jar differ