Skip to content

Commit

Permalink
Merge branch 'master' of github.com:egymgmbh/sitebricks
Browse files Browse the repository at this point in the history
  • Loading branch information
v-antech committed Nov 13, 2014
2 parents 28c9e53 + 68b3e8d commit d7076bd
Show file tree
Hide file tree
Showing 52 changed files with 16 additions and 1,908 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<module>sitebricks-mail</module>
<module>sitebricks-options</module>
<module>sitebricks-channel</module>
<module>sitebricks-cloud</module>
<module>stat</module>
<module>slf4j</module>
<module>sitebricks-persist</module>
Expand Down Expand Up @@ -385,8 +384,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void update() {


public void delete() {
create(); // create, then delete.
String url = AcceptanceTest.baseUrl() + RestfulWebServiceWithCRUDConversions.AT_ME + "/" + testWidget.getId();
System.out.println("DELETE " + url);
WebResponse response = createInjector()
Expand Down
2 changes: 0 additions & 2 deletions sitebricks-cloud/Procfile

This file was deleted.

60 changes: 0 additions & 60 deletions sitebricks-cloud/pom.xml

This file was deleted.

251 changes: 0 additions & 251 deletions sitebricks-cloud/src/main/java/com/google/sitebricks/cloud/Cloud.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d7076bd

Please sign in to comment.