summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorThe Great Git Migration <tggm@no-reply.drupal.org>2011-02-25 02:06:03 +0000
committerDrupal Git User (LDAP) <drupal-git@util.drupal.org>2011-02-25 02:06:03 +0000
commit79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 (patch)
tree8d803b9ea3d7926d4407b11c5fbaf13d914d9b84 /profiles
parent80aacdb000b36bf87185eda0de960086f31ae2fe (diff)
downloadbrdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz
brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'profiles')
-rw-r--r--profiles/minimal/minimal.info1
-rw-r--r--profiles/minimal/minimal.install1
-rw-r--r--profiles/minimal/minimal.profile1
-rw-r--r--profiles/minimal/translations/README.txt1
-rw-r--r--profiles/standard/standard.info1
-rw-r--r--profiles/standard/standard.install1
-rw-r--r--profiles/standard/standard.profile1
-rw-r--r--profiles/standard/translations/README.txt1
-rw-r--r--profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info1
-rw-r--r--profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module1
-rw-r--r--profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info1
-rw-r--r--profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module1
-rw-r--r--profiles/testing/testing.info1
-rw-r--r--profiles/testing/testing.install1
-rw-r--r--profiles/testing/testing.profile1
15 files changed, 0 insertions, 15 deletions
diff --git a/profiles/minimal/minimal.info b/profiles/minimal/minimal.info
index f4794dfb6..9b0f250fa 100644
--- a/profiles/minimal/minimal.info
+++ b/profiles/minimal/minimal.info
@@ -1,4 +1,3 @@
-; $Id$
name = Minimal
description = Start with only a few modules enabled.
version = VERSION
diff --git a/profiles/minimal/minimal.install b/profiles/minimal/minimal.install
index d7caa03dd..059f038c2 100644
--- a/profiles/minimal/minimal.install
+++ b/profiles/minimal/minimal.install
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* Implements hook_install().
diff --git a/profiles/minimal/minimal.profile b/profiles/minimal/minimal.profile
index 7f0bf8a98..ff8f28105 100644
--- a/profiles/minimal/minimal.profile
+++ b/profiles/minimal/minimal.profile
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* Implements hook_form_FORM_ID_alter().
diff --git a/profiles/minimal/translations/README.txt b/profiles/minimal/translations/README.txt
index 72d1e6065..a0afa5166 100644
--- a/profiles/minimal/translations/README.txt
+++ b/profiles/minimal/translations/README.txt
@@ -1,4 +1,3 @@
-// $Id$
This directory should be used to place downloaded translations
for installing Drupal core.
diff --git a/profiles/standard/standard.info b/profiles/standard/standard.info
index d49b3d17d..73d5d9bd3 100644
--- a/profiles/standard/standard.info
+++ b/profiles/standard/standard.info
@@ -1,4 +1,3 @@
-; $Id$
name = Standard
description = Install with commonly used features pre-configured.
version = VERSION
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index c8dbb7ee4..75d8dbd41 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* Implements hook_install().
diff --git a/profiles/standard/standard.profile b/profiles/standard/standard.profile
index 9180e9580..7671c12a2 100644
--- a/profiles/standard/standard.profile
+++ b/profiles/standard/standard.profile
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* Implements hook_form_FORM_ID_alter().
diff --git a/profiles/standard/translations/README.txt b/profiles/standard/translations/README.txt
index 72d1e6065..a0afa5166 100644
--- a/profiles/standard/translations/README.txt
+++ b/profiles/standard/translations/README.txt
@@ -1,4 +1,3 @@
-// $Id$
This directory should be used to place downloaded translations
for installing Drupal core.
diff --git a/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info b/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
index d367ad92f..085c33525 100644
--- a/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
+++ b/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
@@ -1,4 +1,3 @@
-; $Id$
name = "Drupal system listing compatible test"
description = "Support module for testing the drupal_system_listing function."
package = Testing
diff --git a/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module b/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
index 13bb990c4..b3d9bbc7f 100644
--- a/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
+++ b/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
@@ -1,2 +1 @@
<?php
-// $Id$
diff --git a/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info b/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
index f518e5d77..c06798779 100644
--- a/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
+++ b/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
@@ -1,4 +1,3 @@
-; $Id$
name = "Drupal system listing incompatible test"
description = "Support module for testing the drupal_system_listing function."
package = Testing
diff --git a/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module b/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
index 13bb990c4..b3d9bbc7f 100644
--- a/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
+++ b/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
@@ -1,2 +1 @@
<?php
-// $Id$
diff --git a/profiles/testing/testing.info b/profiles/testing/testing.info
index 87c14641e..8217201a9 100644
--- a/profiles/testing/testing.info
+++ b/profiles/testing/testing.info
@@ -1,4 +1,3 @@
-; $Id$
name = Testing
description = Minimal profile for running tests. Includes absolutely required modules only.
version = VERSION
diff --git a/profiles/testing/testing.install b/profiles/testing/testing.install
index 28b262708..192704d75 100644
--- a/profiles/testing/testing.install
+++ b/profiles/testing/testing.install
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* Implements hook_install().
diff --git a/profiles/testing/testing.profile b/profiles/testing/testing.profile
index b02b32d42..a4abe2daf 100644
--- a/profiles/testing/testing.profile
+++ b/profiles/testing/testing.profile
@@ -1,3 +1,2 @@
<?php
-// $Id$