Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
Updated build template and replaced colorbox with token to show unit …
Browse files Browse the repository at this point in the history
…test results
  • Loading branch information
kasperg committed Oct 30, 2011
1 parent a4e5280 commit 002e691
Show file tree
Hide file tree
Showing 52 changed files with 4,807 additions and 2,660 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 3 files
+1 −2 .gitignore
+10 −6 build.default.properties
+335 −183 build.xml
41 changes: 2 additions & 39 deletions build.properties
Expand Up @@ -5,47 +5,10 @@ phing.project.name = drupal-jenkins-demo
drupal.version = 7
# The install profile to use
drupal.profile = standard
# The database url to use for site installs
drupal.db.url = sqlite:${project.drupal.dir}/database.sqlite

# Options to build the project using drush_make
# The make file for the project
# drupal.make.file = name-of-project.make
# Whether to include core or not
# drupal.make.nocore = 1
# The directory to make the site in relative to the project root directory
# drupal.make.dir = site

# The directory containing the modules and themes for the project relative to the drupal root directory
project.code.dir = sites/all
# A common prefix for modules developed for the site e.g. your_prefix_your_module
project.code.prefix = your_prefix
project.code.prefix = token
# The names of other modules and themes developed for the site seperated by whitespace
project.code.custom = colorbox

# The repository to clone for Phing PHPLoc task
phing.phploc.repository = https://github.com/raphaelstolt/phploc-phing.git

# The repository to clone for Phing Drush task
phing.drush.repository = http://git.drupal.org/sandbox/mongolito404/1157574.git

# The repository to clone for PHP CodeSniffer coding standards task
# NB: This is only required if using the phpcs target / PHP_Codesniffer
phpcs.drupalcs.repository = https://github.com/ericduran/drupalcs.git

# The url to the jslint4java to use
jslint4java.url = http://jslint4java.googlecode.com/files/jslint4java-2.0.0-dist.zip

# The version of jslint to use
jslint.repository = https://github.com/mikewest/JSLint.git
# The file within the repository containing jslint
jslint.file = fulljslint.js

# The version of csslint to use
csslint.repository = https://github.com/stubbornella/csslint.git
# The csslint rules to use
# The current selection is based on discussion here: http://mattwilcox.net/archive/entry/id/1054/
csslint.rules = empty-rules,display-property-grouping,zero-units,vendor-prefix,gradients,box-model,import,important,compatible-vendor-prefixes,duplicate-properties

# The url from where to download rhino
rhino.url = http://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip
project.code.custom = token
274 changes: 0 additions & 274 deletions sites/all/modules/colorbox/LICENSE.txt

This file was deleted.

0 comments on commit 002e691

Please sign in to comment.