javaquery/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 17 Apr 2013 17:04:40 +0200
branchfx
changeset 1004 04efef2a9c1e
parent 898 6af977ff05bc
child 984 52a4a5f868bc
permissions -rw-r--r--
Rather than piggybacking on first alert call, use the fact that the server and FX Web View are in the same VM and notify the view that bck2brwsr.js is about to be served from the server.
jaroslav@140
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@140
     2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
jaroslav@140
     3
  <modelVersion>4.0.0</modelVersion>
jaroslav@140
     4
  <parent>
jaroslav@140
     5
    <artifactId>bck2brwsr</artifactId>
jaroslav@140
     6
    <groupId>org.apidesign</groupId>
jaroslav@898
     7
    <version>0.6-SNAPSHOT</version>
jaroslav@140
     8
  </parent>
jaroslav@140
     9
  <groupId>org.apidesign.bck2brwsr</groupId>
jaroslav@140
    10
  <artifactId>javaquery</artifactId>
jaroslav@898
    11
  <version>0.6-SNAPSHOT</version>
jaroslav@140
    12
  <packaging>pom</packaging>
jaroslav@140
    13
  <name>JavaQuery API and Demo</name>
jaroslav@140
    14
    <modules>
jaroslav@140
    15
        <module>api</module>
jaroslav@141
    16
        <module>demo-calculator</module>
jaroslav@375
    17
        <module>demo-calculator-dynamic</module>
jaroslav@931
    18
    <module>demo-twitter</module>
jaroslav@931
    19
  </modules>
jaroslav@931
    20
</project>