Skip to content

Commit

Permalink
Adding phing build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed May 31, 2016
1 parent 0668c55 commit 261522c
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
project_title = WP PHP RV

project_owner = websharks
project_slug = wp-php-rv

project_namespace = WebSharks\\WpPhpRv
project_sub_namespace = WpPhpRv

project_version = %y%m%d.%now

project_php_required_version = 5.2.4
project_php_tested_up_to_version = ${php.version}
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "phings"]
path = phings
url = https://github.com/websharks/phings.git
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v160531.14034

- Adding phing build files.

## v160524

- Adding support for an array of compatible operating systems.
Expand Down
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="PHP PSR-4 Project" default="build">
<import file="phings/src/psr4/targets.xml" />
</project>
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions phings
Submodule phings added at e9470f

0 comments on commit 261522c

Please sign in to comment.