Skip to content

Instantly share code, notes, and snippets.

@fabioneves
Created October 2, 2013 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabioneves/6794336 to your computer and use it in GitHub Desktop.
Save fabioneves/6794336 to your computer and use it in GitHub Desktop.
patch to remove patches from oauthconnect of commerce kickstart
Index: drupal-org.make
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- drupal-org.make (date 1380722655000)
+++ drupal-org.make (revision )
@@ -88,11 +88,8 @@
projects[oauth][patch][] = "http://drupal.org/files/980340-d7.patch"
projects[connector][version] = 1.x-dev
projects[connector][subdir] = "contrib"
-projects[oauthconnector][version] = 1.x-dev
+projects[oauthconnector][version] = 1.0-beta2
projects[oauthconnector][subdir] = "contrib"
-projects[oauthconnector][patch][] = "http://drupal.org/files/oathuconnector-notice-no-csid.patch"
-projects[oauthconnector][patch][] = "http://drupal.org/files/oauthconnector-fix-ctools-exportables-1712262-2.patch"
-projects[oauthconnector][patch][] = "http://drupal.org/files/1764028-oauthconnector-fix-css-class.patch"
projects[inline_entity_form][version] = 1.1
projects[inline_entity_form][subdir] = "contrib"
projects[field_extractor][version] = 1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment