Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-06-29 22:47:55 +0000
committerslewis2015-06-29 22:47:55 +0000
commita5635200c2783572290cfc325c4fbe77a248f497 (patch)
treec36f5df331ed6d60215e88374d14724e51467c2e /framework/bundles
parent7c54eaf5bece046fd5204ef58f719f16e5937813 (diff)
downloadorg.eclipse.ecf-a5635200c2783572290cfc325c4fbe77a248f497.tar.gz
org.eclipse.ecf-a5635200c2783572290cfc325c4fbe77a248f497.tar.xz
org.eclipse.ecf-a5635200c2783572290cfc325c4fbe77a248f497.zip
Removed mistaken inclusion of /bin directory in 3.10.0 binary.
Diffstat (limited to 'framework/bundles')
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/.api_filters8
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties1
2 files changed, 8 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/.api_filters b/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/.api_filters
index e1b2cb1f6..a0bc88845 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/.api_filters
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/.api_filters
@@ -88,6 +88,14 @@
</message_arguments>
</filter>
</resource>
+ <resource path="META-INF/MANIFEST.MF" type="bin.org.eclipse.ecf.remoteservice.rest.client.HttpPatchRequestType">
+ <filter comment="Invalid API compatibility filter" id="305324134">
+ <message_arguments>
+ <message_argument value="bin.org.eclipse.ecf.remoteservice.rest.client.HttpPatchRequestType"/>
+ <message_argument value="org.eclipse.ecf.remoteservice.rest_2.6.0"/>
+ </message_arguments>
+ </filter>
+ </resource>
<resource path="META-INF/MANIFEST.MF" type="bin.org.eclipse.ecf.remoteservice.rest.client.HttpPostRequestType">
<filter id="305324134">
<message_arguments>
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties b/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties
index b0dcf7bf7..d01aaad5f 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties
@@ -2,7 +2,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- bin/,\
META-INF/dspresent.xml,\
plugin.properties,\
about.html

Back to the top