You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/04/27 19:26:15 UTC

[07/18] incubator-quarks git commit: Fix build.xml

Fix build.xml

Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/0a79b434
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/0a79b434
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/0a79b434

Branch: refs/heads/master
Commit: 0a79b434284fd05ed84c69e1ca8c013b0dda63d6
Parents: 102afe7
Author: streamsadmin <st...@localhost>
Authored: Mon Apr 18 20:58:01 2016 +0000
Committer: streamsadmin <st...@localhost>
Committed: Mon Apr 18 20:58:01 2016 +0000

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/0a79b434/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 53343da..e7671fa 100644
--- a/build.xml
+++ b/build.xml
@@ -126,7 +126,7 @@
         <ant dir="connectors/pubsub" target="@{target}" useNativeBasedir="true"/>
         <ant dir="connectors/quarks.javax.websocket" target="@{target}" useNativeBasedir="true"/>
         <ant dir="connectors/javax.websocket-client" target="@{target}" useNativeBasedir="true"/>
-        <ant dir="connectors/javax.websocket_server" target="@{target}" useNativeBasedir="true"/>
+        <ant dir="connectors/javax.websocket-server" target="@{target}" useNativeBasedir="true"/>
         <ant dir="connectors/wsclient" target="@{target}" useNativeBasedir="true"/>
         <ant dir="connectors/wsclient-javax.websocket" target="@{target}" useNativeBasedir="true"/>
         <ant dir="console/server" target="@{target}" useNativeBasedir="true" />