Skip to content

Commit

Permalink
Merge pull request #175 from rhusar/MODCLUSTER-494
Browse files Browse the repository at this point in the history
MODCLUSTER-494 Split mod_cluster code base into container integration and native repositories
  • Loading branch information
pferraro committed Apr 29, 2016
2 parents d6fdace + 76fe4d0 commit fcc501c
Show file tree
Hide file tree
Showing 133 changed files with 0 additions and 23,458 deletions.
16 changes: 0 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,3 @@ target
.idea
*.ipr
*.iml

# Native built files
native/*/*.log
native/*/*.slo
native/*/*.so
native/*/*.lo
native/*/*.o
native/*/.libs/
native/*/Makefile
native/*/autom4te.cache/
native/*/config.status
native/*/configure

# Native testsuite
test/java/node*/

25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ core
demo
client
server
native (native httpd modules)
```


Expand All @@ -93,30 +92,6 @@ Dynamic load-balancing demo is located in the `/demo` directory:

mvn install

### Reverse Proxy (httpd) Modules

To build the native component from the sources you need a C compiler and the following tools:
* m4
* perl
* autoconf
* automake
* libtool
* make
* patch
* python

Of course the make and the patch must be GNU ones. For example on Solaris you need:
* SMCm4 (requires libsigsegv and libgcc34)
* SMCperl
* SMCautoc
* SMCautom
* SMClibt
* SMCmake
* SMCpatch
* SMCpython

All can be downloaded from [http://www.sunfreeware.com/](http://www.sunfreeware.com/).


License
-------
Expand Down
434 changes: 0 additions & 434 deletions build-test.xml

This file was deleted.

84 changes: 0 additions & 84 deletions local.properties

This file was deleted.

32 changes: 0 additions & 32 deletions native/CMakeLists.txt

This file was deleted.

146 changes: 0 additions & 146 deletions native/README.md

This file was deleted.

Empty file removed native/advertise/.deps
Empty file.
20 changes: 0 additions & 20 deletions native/advertise/CMakeLists.txt

This file was deleted.

23 changes: 0 additions & 23 deletions native/advertise/Makefile.in

This file was deleted.

17 changes: 0 additions & 17 deletions native/advertise/README

This file was deleted.

Loading

0 comments on commit fcc501c

Please sign in to comment.