Skip to content

Commit

Permalink
Move Rack server support to airlift-rack
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Apr 6, 2013
1 parent dfeafca commit 1d5edac
Show file tree
Hide file tree
Showing 365 changed files with 9 additions and 46,499 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.76

- Rack server support has been moved to a separate project: airlift-rack

* 0.75

- Add "X-Content-Type-Options: nosniff" header to all json responses to prevent
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Airlift 0.76

* Rack server support has been moved to a separate project: airlift-rack

Airlift 0.75

* Minor bug fixes
Expand Down
33 changes: 1 addition & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,11 @@
<module>log-manager</module>
<module>node</module>
<module>packaging</module>
<module>rack-launcher</module>
<module>rack-packaging</module>
<module>rack</module>
<module>stats</module>
<module>testing</module>
<module>trace-token</module>
<module>units</module>

<!-- base poms -->
<module>rack-server-base</module>

<!-- skeleton / sample code -->
<module>skeleton-server</module>
<module>sample-server</module>
Expand Down Expand Up @@ -194,26 +188,6 @@
<version>${dep.airlift.version}</version>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>rack-launcher</artifactId>
<version>${dep.airlift.version}</version>
<classifier>bin</classifier>
<type>tar.gz</type>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>rack-packaging</artifactId>
<version>${dep.airlift.version}</version>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>rack</artifactId>
<version>${dep.airlift.version}</version>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>stats</artifactId>
Expand Down Expand Up @@ -298,11 +272,6 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>io.airlift</groupId>
<artifactId>bundler-packaging-plugin</artifactId>
<version>1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Expand All @@ -323,6 +292,7 @@
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>airlift-release</id>
Expand All @@ -343,4 +313,3 @@
</profile>
</profiles>
</project>

67 changes: 0 additions & 67 deletions rack-launcher/README.txt

This file was deleted.

43 changes: 0 additions & 43 deletions rack-launcher/pom.xml

This file was deleted.

32 changes: 0 additions & 32 deletions rack-launcher/src/main/assemblies/packaging.xml

This file was deleted.

Loading

0 comments on commit 1d5edac

Please sign in to comment.