initial commit of starter install drupal 7
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
name = Linkit
|
||||
description = Provides an easy interface for inserting links.
|
||||
core = 7.x
|
||||
configure = admin/config/content/linkit
|
||||
dependencies[] = ctools
|
||||
dependencies[] = entity
|
||||
|
||||
; Our classes, interfaces and abstract implementations.
|
||||
files[] = includes/profile.class.php
|
||||
files[] = includes/search_plugin.class.php
|
||||
files[] = plugins/linkit_search/entity.class.php
|
||||
files[] = plugins/linkit_search/file.class.php
|
||||
files[] = plugins/linkit_search/node.class.php
|
||||
files[] = plugins/linkit_search/taxonomy_term.class.php
|
||||
files[] = plugins/linkit_search/user.class.php
|
||||
|
||||
; Test files
|
||||
files[] = test/linkit.test
|
||||
files[] = test/linkit_profile.test
|
||||
files[] = test/linkit_search_plugin.test
|
||||
files[] = test/linkit_search_plugin_node.test
|
||||
files[] = test/linkit_search_plugin_user.test
|
||||
files[] = test/linkit_search_plugin_taxonomy_term.test
|
||||
files[] = test/linkit_field.test
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-01-06
|
||||
version = "7.x-3.3"
|
||||
core = "7.x"
|
||||
project = "linkit"
|
||||
datestamp = "1420580858"
|
||||
|
||||
Reference in New Issue
Block a user