Skip to content

Commit

Permalink
Hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed May 12, 2016
1 parent fa4c1a1 commit 1fb9618
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 178 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Preface #

This document describes the functionality provided by the xlr-ipsw-plugin.

See the **[XL Release Documentation](https://docs.xebialabs.com/xl-release/index.html)** for background information on XL Release and release concepts.

# Overview #

# Installation #

* Minimal version XLR: 5.0.0+
* Install the [php-in-java](https://github.com/jdewinne/php-in-java) jar under lib
* Install [resin-util](http://caucho.com/m2/com/caucho/resin-util/3.2.1/resin-util-3.2.1.jar) under lib
* Install [com.caucho:quercus:4.0.45](http://central.maven.org/maven2/com/caucho/quercus/4.0.45/quercus-4.0.45.jar) under lib

## Tasks ##
+ wzRequest
* `action`
178 changes: 0 additions & 178 deletions src/main/resources/ipsw/EnvInjectBuild.py

This file was deleted.

7 changes: 7 additions & 0 deletions src/main/resources/ipsw/wzRequest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from net.collegeman.phpinjava import PHP

php = PHP()
php.snippet("<?php echo 'Hello, world!'")
output = php.toString()

print "We received the following [%s]" % output

0 comments on commit 1fb9618

Please sign in to comment.