Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorrescobar2011-08-17 00:37:34 +0000
committerRyan D. Brooks2011-08-17 00:37:34 +0000
commit8bc46b0ed14896b6e9f29a17511156259ef616e9 (patch)
tree7c2713cae52c8a7d79828ffedd5e77714f9c8b23 /releng
parente5cbf5991e7835b2f6cf07cb02da952cca346d85 (diff)
downloadorg.eclipse.osee-8bc46b0ed14896b6e9f29a17511156259ef616e9.tar.gz
org.eclipse.osee-8bc46b0ed14896b6e9f29a17511156259ef616e9.tar.xz
org.eclipse.osee-8bc46b0ed14896b6e9f29a17511156259ef616e9.zip
feature[ats_PMYWY]: Update to use org.apache.commons.logging 1.1.1
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.osee.client.releng/build.properties7
-rw-r--r--releng/org.eclipse.osee.client.releng/maps/osee_client_external.map8
2 files changed, 14 insertions, 1 deletions
diff --git a/releng/org.eclipse.osee.client.releng/build.properties b/releng/org.eclipse.osee.client.releng/build.properties
index cc90546dd90..352ac091741 100644
--- a/releng/org.eclipse.osee.client.releng/build.properties
+++ b/releng/org.eclipse.osee.client.releng/build.properties
@@ -89,7 +89,12 @@ javax.xml+\
com.google.inject+\
org.aopalliance+\
javax.activation+\
-javax.mail.glassfish
+javax.mail.glassfish+\
+org.slf4j.api+\
+org.slf4j.jcl+\
+ch.qos.logback.slf4j+\
+ch.qos.logback.core+\
+ch.qos.logback.classic
#featureIDsToInstall
#pluginIDSToInstall
diff --git a/releng/org.eclipse.osee.client.releng/maps/osee_client_external.map b/releng/org.eclipse.osee.client.releng/maps/osee_client_external.map
index cd7cab542d1..bf2411ef394 100644
--- a/releng/org.eclipse.osee.client.releng/maps/osee_client_external.map
+++ b/releng/org.eclipse.osee.client.releng/maps/osee_client_external.map
@@ -25,3 +25,11 @@ plugin@javax.mail.glassfish,1.4.1=GET,http://download.eclipse.org/tools/orbit/do
plugin@net.jini=SVN,,http://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk,,plugins/net.jini
plugin@jms.activemq.launch=SVN,,http://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk,,plugins/jms.activemq.launch
plugin@jms.libraries=SVN,,http://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk,,plugins/jms.libraries
+
+plugin@org.slf4j.api,1.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/org.slf4j.api_1.6.1.v20100831-0715.jar
+plugin@org.slf4j.jcl,1.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/org.slf4j.jcl_1.5.11.v20100419-1106.jar
+
+plugin@ch.qos.logback.slf4j,0.9.27=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/ch.qos.logback.slf4j_0.9.27.v20110224-1110.jar
+plugin@ch.qos.logback.core,0.9.27=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/ch.qos.logback.core_0.9.27.v20110224-1110.jar
+plugin@ch.qos.logback.classic,0.9.27=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/ch.qos.logback.classic_0.9.27.v20110224-1110.jar
+

Back to the top