removed default build for thirdparty stuff

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2312 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-11-22 21:18:52 +00:00
parent 718c0100c5
commit 0c8fe12402
3 changed files with 4 additions and 1 deletions

2
README.txt Normal file
View File

@ -0,0 +1,2 @@
thirdparty module is code we are temporarily storing as there is no maven module for it (or the code we use from it).
Please publish to maven repos manually as needed.

View File

@ -38,7 +38,6 @@
<name>jclouds</name> <name>jclouds</name>
<modules> <modules>
<module>project</module> <module>project</module>
<module>thirdparty</module>
<module>archetypes</module> <module>archetypes</module>
<module>core</module> <module>core</module>
<module>extensions</module> <module>extensions</module>

2
thirdparty/README.txt vendored Normal file
View File

@ -0,0 +1,2 @@
thirdparty module is code we are temporarily storing as there is no maven module for it (or the code we use from it).
Please publish to maven repos manually as needed.