~zorba-coders/zorba/bug-978722_http-client

« back to all changes in this revision

Viewing changes to src/org/expath/ns/CMakeLists.txt

  • Committer: ceejatec
  • Date: 2011-08-10 09:40:41 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/http-client/trunk:11626
Adding a automatic test case for each declared module which imports the module,
to ensure it compiles and can be imported. Fixed several bugs which were
revealed by those tests. Also, changed variable ZORBA_EXE_SCRIPT to
ZORBA_EXE and made this variable available in ZorbaConfig for other projects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
 
15
 
DECLARE_ZORBA_MODULE (URI "http://expath.org/ns/http-client.xq" VERSION 1.0 FILE "http-client.xq")
 
15
DECLARE_ZORBA_MODULE (URI "http://expath.org/ns/http-client" FILE "http-client.xq")