Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #655 from hohwille/feature-648-remove-sample
Browse files Browse the repository at this point in the history
#648: removed old sample application (restaurant)
  • Loading branch information
hohwille authored Jul 31, 2018
2 parents daac4aa + 4c8590f commit c6855c9
Show file tree
Hide file tree
Showing 328 changed files with 0 additions and 23,388 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "oasp4j-ide"]
path = oasp4j-ide
url = https://github.com/oasp/oasp4j-ide.git
[submodule "samples/server/src/main/client"]
path = samples/server/src/main/client
url = https://github.com/oasp/oasp4js.git
46 changes: 0 additions & 46 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<oasp4j.version>3.0.0-SNAPSHOT</oasp4j.version>
<port.range>81</port.range>
<oasp.flatten.mode>oss</oasp.flatten.mode>
<spring.boot.version>1.5.3.RELEASE</spring.boot.version>
<js.client.dir>src/main/client</js.client.dir>
<servicedoc.info.title>OASP ${project.name} - Service Documentation</servicedoc.info.title>
<servicedoc.info.description>This is the documentation of the REST-Services of ${project.name}.</servicedoc.info.description>
<servicedoc.host>oasp-ci.cloudapp.net</servicedoc.host>
<servicedoc.port>80</servicedoc.port>
<!-- oasp4j-sample should actually be restaurant -->
<servicedoc.basePath>oasp4j-sample/services/rest</servicedoc.basePath>
<servicedocgen.version>1.0.0-beta-3</servicedocgen.version>
<javadoc.option.doclint></javadoc.option.doclint>
<maven.archetype.version>3.0.1</maven.archetype.version>
</properties>
Expand Down Expand Up @@ -319,11 +310,6 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>servicedocgen-maven-plugin</artifactId>
<version>${servicedocgen.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down Expand Up @@ -424,26 +410,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>servicedocgen-maven-plugin</artifactId>
<configuration>
<descriptor>
<info>
<title>${servicedoc.info.title}</title>
<description>${servicedoc.info.description}</description>
</info>
<host>${servicedoc.host}</host>
<port>${servicedoc.port}</port>
<basePath>${servicedoc.basePath}</basePath>
<schemes>
<scheme>http</scheme>
</schemes>
<javadocs>
</javadocs>
</descriptor>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand All @@ -469,17 +435,6 @@
<javadoc.option.doclint>-Xdoclint:none</javadoc.option.doclint>
</properties>
</profile>
<profile>
<id>all</id>
<activation>
<file>
<exists>pom.xml</exists>
</file>
</activation>
<modules>
<module>samples</module>
</modules>
</profile>
<profile>
<id>security</id>
<build>
Expand Down Expand Up @@ -680,5 +635,4 @@
<url>file://${user.dir}/target/oasp4j/maven</url>
</site>
</distributionManagement>

</project>
2 changes: 0 additions & 2 deletions samples/batch/billExport.bat

This file was deleted.

57 changes: 0 additions & 57 deletions samples/batch/pom.xml

This file was deleted.

2 changes: 0 additions & 2 deletions samples/batch/productImport.bat

This file was deleted.

18 changes: 0 additions & 18 deletions samples/batch/readme.txt

This file was deleted.

2 changes: 0 additions & 2 deletions samples/batch/runbatch.bat

This file was deleted.

3 changes: 0 additions & 3 deletions samples/batch/src/test/resources/drinks.csv

This file was deleted.

4 changes: 0 additions & 4 deletions samples/batch/src/test/resources/meals.csv

This file was deleted.

Loading

0 comments on commit c6855c9

Please sign in to comment.