Skip to content

Commit

Permalink
Refactoring into REST api
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Aug 16, 2016
1 parent a787545 commit a0125ed
Show file tree
Hide file tree
Showing 18 changed files with 354 additions and 636 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ See the **[XL Release Documentation](https://docs.xebialabs.com/xl-release/index
# 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`
+ CreateRelease
+ Promote
+ Deploy
14 changes: 4 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
plugins {
id "com.github.hierynomus.license" version "0.12.1"
id "com.xebialabs.xlr.docker" version "1.1.10"
}

apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven'

version="1.1.0"
version="2.0.0"

repositories {
mavenLocal()
mavenCentral()
xlrDocker {
version = '5.0.1.9'
}

dependencies {
compile 'com.caucho:quercus:4.0.45'
compile 'org.apache.commons:commons-lang3:3.4'
}


license {
header rootProject.file('src/main/license/xebialabs_community.license')
strictCheck true
Expand Down
37 changes: 0 additions & 37 deletions src/main/java/com/caucho/quercus/StringBuilderStream.java

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/java/com/caucho/quercus/XLREnv.java

This file was deleted.

61 changes: 0 additions & 61 deletions src/main/java/com/caucho/quercus/XLRQuercus.java

This file was deleted.

Loading

0 comments on commit a0125ed

Please sign in to comment.