Repository: incubator-edgent
Updated Branches:
  refs/heads/master ee9ac2845 -> a70230b72


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/connectors/wsclient-javax.websocket/build.xml
----------------------------------------------------------------------
diff --git a/connectors/wsclient-javax.websocket/build.xml 
b/connectors/wsclient-javax.websocket/build.xml
deleted file mode 100644
index 686875c..0000000
--- a/connectors/wsclient-javax.websocket/build.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.connectors.wsclient-javax.websocket" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build JSR356 javax.websocket based WebSocket Client connector.
-    </description>
-
-  <property name="component.path" value="connectors/wsclient-javax.websocket"/>
-  <import file="../../common-build.xml"/>
-
-  <property name="ext" location="../../ext"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.api.topology.jar" />
-    <pathelement 
location="${edgent.connectors}/common/lib/edgent.connectors.common.jar" />
-    <pathelement 
location="${edgent.connectors}/wsclient/lib/edgent.connectors.wsclient.jar" />
-    <pathelement 
location="${edgent.connectors}/edgent.javax.websocket/lib/edgent.javax.websocket.jar"
 />
-    <pathelement location="${component.ext}/javax.websocket-api-1.0.jar" />
-  </path>
-
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="${edgent.lib}/edgent.providers.direct.jar"/>
-    <pathelement location="../../api/topology/test.classes"/>
-    <pathelement location="../../providers/direct/test.classes"/>
-    <pathelement location="../../connectors/common/test.classes"/>
-    <pathelement 
location="${edgent.connectors}/javax.websocket-client/lib/javax.websocket-client.jar"/>
-    <pathelement 
location="${edgent.connectors}/javax.websocket-server/lib/javax.websocket-server.jar"/>
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/connectors/wsclient/build.xml
----------------------------------------------------------------------
diff --git a/connectors/wsclient/build.xml b/connectors/wsclient/build.xml
deleted file mode 100644
index 1db69a7..0000000
--- a/connectors/wsclient/build.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.connectors.wsclient" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build WebSocket Client connector API.
-    </description>
-
-  <property name="component.path" value="connectors/wsclient"/>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.api.topology.jar" />
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="${lib}/edgent.providers.direct.jar"/>
-    <pathelement location="../../api/topology/test.classes"/>
-    <pathelement location="../../providers/direct/test.classes"/>
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/console/server/build.xml
----------------------------------------------------------------------
diff --git a/console/server/build.xml b/console/server/build.xml
deleted file mode 100644
index e893968..0000000
--- a/console/server/build.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.console.server" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-       <description>
-               Build the console server classes.
-       </description>
-
-        <property name="component.path" value="console/server"/>
-       <import file="../../common-build.xml" />
-
-       <path id="compile.classpath">
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-http-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-io-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-security-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-server-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-servlet-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-util-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-webapp-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/jetty-xml-9.3.6.v20151106.jar" />
-               <pathelement 
location="${component.ext}/jetty-9.3.6/servlet-api-3.1.jar" />
-               <pathelement 
location="${ext}/slf4j-1.7.12/slf4j-api-1.7.12.jar"/>
-               <path refid="edgent.ext.classpath" />
-       </path>
-
-       <path id="test.compile.classpath">
-               <pathelement location="${jar}" />
-               <path refid="compile.classpath" />
-       </path>
-
-       <path id="test.classpath">
-               <pathelement location="${test.classes}" />
-               <path refid="test.compile.classpath" />
-           <path refid="test.common.classpath" />
-       </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/console/servlets/build.xml
----------------------------------------------------------------------
diff --git a/console/servlets/build.xml b/console/servlets/build.xml
deleted file mode 100644
index a333fd2..0000000
--- a/console/servlets/build.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.console.servlets" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-  <description>
-    Build the console servlet classes.
-  </description>
-
-  <property name="component.path" value="console/servlets"/>
-  <import file="../../common-build.xml" />
-
-  <property name="webapp.html" location="webapp_content/html" />
-  <property name="webapp.js" location="webapp_content/js" />
-  <property name="webapp.resources" location="webapp_content/resources" />
-  <property name="webapp.web-inf" location="webapp_content/WEB-INF" />
-
-  <property name="webapps.dir" location="${lib}/../../webapps" />
-  <property name="warfile" location="${webapps.dir}/console.war" />
-  <target name="clean" depends="edgent.common.clean">
-    <delete file="${warfile}" />
-  </target>
-       
-  <path id="compile.classpath">
-       <pathelement 
location="${edgent.console}/server/ext/jetty-9.3.6/servlet-api-3.1.jar" />
-       <pathelement location="${ext}/slf4j-1.7.12/slf4j-api-1.7.12.jar"/>
-    <pathelement 
location="${edgent.utils}/streamscope/lib/edgent.utils.streamscope.jar"/>
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <target name="all" depends="edgent.common.all,war" />
-
-  <target name="war" depends="edgent.common.all">
-    <mkdir dir="${webapps.dir}"/>
-    <war destfile="${warfile}" webxml="${webapp.web-inf}/console.xml">
-      <fileset dir="${webapp.html}" />
-      <zipfileset dir="${webapp.js}" prefix="js" />
-      <zipfileset dir="${webapp.resources}" prefix="resources" />
-      <classes dir="${classes}" />
-    </war>
-  </target>
-       
-  <path id="test.compile.classpath">
-       <pathelement location="${jar}" />
-    <pathelement location="${test.classes}}" />
-    <path refid="compile.classpath" />
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath" />
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/providers/development/build.xml
----------------------------------------------------------------------
diff --git a/providers/development/build.xml b/providers/development/build.xml
deleted file mode 100644
index deea984..0000000
--- a/providers/development/build.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.providers.development" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the development topology provider.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.providers.direct.jar" />
-    <pathelement 
location="${edgent.console}/server/lib/edgent.console.server.jar" />
-    <pathelement 
location="${edgent.utils}/metrics/lib/edgent.utils.metrics.jar" />
-    <pathelement 
location="${edgent.utils}/streamscope/lib/edgent.utils.streamscope.jar" />
-    <pathelement location="${lib}/edgent.runtime.jmxcontrol.jar" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="../../api/topology/test.classes" />
-    <pathelement location="../../utils/streamscope/test.classes" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/providers/direct/build.xml
----------------------------------------------------------------------
diff --git a/providers/direct/build.xml b/providers/direct/build.xml
deleted file mode 100644
index c7a2526..0000000
--- a/providers/direct/build.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.providers.direct" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the direct topology provider.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.topology.jar" />
-    <pathelement location="${lib}/edgent.spi.topology.jar" />
-    <pathelement location="${lib}/edgent.spi.graph.jar" />
-    <pathelement location="${lib}/edgent.runtime.etiao.jar" />
-    <pathelement location="${lib}/edgent.runtime.jsoncontrol.jar" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="${lib}/edgent.runtime.appservice.jar" />
-    <pathelement location="../../api/topology/test.classes" />
-    <pathelement location="../../utils/metrics/test.classes" />
-    <pathelement 
location="${edgent.utils}/metrics/lib/edgent.utils.metrics.jar" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/providers/iot/build.xml
----------------------------------------------------------------------
diff --git a/providers/iot/build.xml b/providers/iot/build.xml
deleted file mode 100644
index b1ab41a..0000000
--- a/providers/iot/build.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.providers.iot" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the iot topology provider.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.providers.direct.jar" />
-    <pathelement location="${edgent.lib}/edgent.runtime.jsoncontrol.jar" />
-    <pathelement 
location="${edgent.lib}/edgent.runtime.appservice.appservice.jar" />
-    <pathelement 
location="${edgent.connectors}/iot/lib/edgent.connectors.iot.jar" />
-    <pathelement 
location="${edgent.connectors}/pubsub/lib/edgent.connectors.pubsub.jar" />
-    <pathelement location="${edgent.apps}/iot/lib/edgent.apps.iot.jar" />
-    <pathelement location="${edgent.apps}/runtime/lib/edgent.apps.runtime.jar" 
/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="../../api/topology/test.classes" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/runtime/appservice/build.xml
----------------------------------------------------------------------
diff --git a/runtime/appservice/build.xml b/runtime/appservice/build.xml
deleted file mode 100644
index 5df2ca1..0000000
--- a/runtime/appservice/build.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.runtime.appservice" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the runtime Application service library.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.execution.jar" />
-    <pathelement location="${lib}/edgent.api.topology.jar" />
-    <path refid="edgent.ext.classpath" />
-    <path refid="test.common.classpath"/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-  </path>
-
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/runtime/etiao/build.xml
----------------------------------------------------------------------
diff --git a/runtime/etiao/build.xml b/runtime/etiao/build.xml
deleted file mode 100644
index e0c868c..0000000
--- a/runtime/etiao/build.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.runtime.etiao" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the runtime etiao library.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.graph.jar" />
-    <pathelement location="${lib}/edgent.api.execution.jar" />
-    <pathelement location="${lib}/edgent.spi.graph.jar" />
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-       <pathelement location="../../api/graph/test.classes" />
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/runtime/jmxcontrol/build.xml
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/build.xml b/runtime/jmxcontrol/build.xml
deleted file mode 100644
index 1ae5552..0000000
--- a/runtime/jmxcontrol/build.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.runtime.jmxcontrol" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the runtime jmxcontrol library.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.execution.jar" />
-    <pathelement location="${lib}/edgent.api.function.jar" />
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/runtime/jobregistry/build.xml
----------------------------------------------------------------------
diff --git a/runtime/jobregistry/build.xml b/runtime/jobregistry/build.xml
deleted file mode 100644
index 6d58edd..0000000
--- a/runtime/jobregistry/build.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.runtime.jobregistry" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the runtime Job Registry library.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.execution.jar" />
-    <pathelement location="${lib}/edgent.api.topology.jar" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath"/>
-  </path>
-
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/runtime/jsoncontrol/build.xml
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/build.xml b/runtime/jsoncontrol/build.xml
deleted file mode 100644
index 5eaa4cd..0000000
--- a/runtime/jsoncontrol/build.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.runtime.jsoncontrol" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the runtime Json control library.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.execution.jar" />
-    <pathelement location="${lib}/edgent.api.function.jar" />
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-  </path>
-
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/samples/apps/build.xml
----------------------------------------------------------------------
diff --git a/samples/apps/build.xml b/samples/apps/build.xml
deleted file mode 100644
index 482ed49..0000000
--- a/samples/apps/build.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.samples.apps" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        Build sample applications.
-    </description>
-
-  <property name="component.path" value="samples"/>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <path refid="edgent.samples.classpath"/>
-    <pathelement 
location="${edgent.connectors}/mqtt/lib/edgent.connectors.mqtt.jar"/>
-    <pathelement 
location="${edgent.connectors}/file/lib/edgent.connectors.file.jar"/>
-    <pathelement 
location="${edgent.connectors}/serial/lib/edgent.connectors.serial.jar"/>
-    <pathelement 
location="${edgent.analytics}/math3/lib/edgent.analytics.math3.jar"/>
-    <pathelement 
location="${edgent.analytics}/sensors/lib/edgent.analytics.sensors.jar"/>
-    <pathelement location="${edgent.samples}/edgent.samples.topology.jar"/>
-    <pathelement location="${edgent.samples}/lib/edgent.samples.utils.jar"/>
-    <pathelement location="${edgent.samples}/edgent.samples.connectors.jar"/>
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/samples/connectors/build.xml
----------------------------------------------------------------------
diff --git a/samples/connectors/build.xml b/samples/connectors/build.xml
deleted file mode 100644
index 1b392a0..0000000
--- a/samples/connectors/build.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.samples.connectors" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        Build samples demonstrating connector functionality.
-    </description>
-
-  <property name="component.path" value="samples"/>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <path refid="edgent.samples.classpath"/>
-    <pathelement 
location="${edgent.connectors}/mqtt/lib/edgent.connectors.mqtt.jar"/>
-    <pathelement 
location="${edgent.connectors}/kafka/lib/edgent.connectors.kafka.jar"/>
-    <pathelement 
location="${edgent.connectors}/file/lib/edgent.connectors.file.jar"/>
-    <pathelement 
location="${edgent.connectors}/iotp/lib/edgent.connectors.iotp.jar"/>
-    <pathelement 
location="${edgent.connectors}/jdbc/lib/edgent.connectors.jdbc.jar"/>
-    <pathelement 
location="${edgent.connectors}/serial/lib/edgent.connectors.serial.jar"/>
-    <pathelement location="${lib}/edgent.samples.topology.jar"/>
-    <pathelement location="${lib}/edgent.samples.utils.jar"/>
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/samples/console/build.xml
----------------------------------------------------------------------
diff --git a/samples/console/build.xml b/samples/console/build.xml
deleted file mode 100644
index ac6b81a..0000000
--- a/samples/console/build.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.samples.console" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-       <description>
-        Build samples demonstrating Console functionality.
-    </description>
-
-        <property name="component.path" value="samples"/>
-       <import file="../../common-build.xml" />
-
-       <path id="compile.classpath">
-               <path refid="edgent.samples.classpath"/>
-        <pathelement 
location="${edgent.console}/server/lib/edgent.console.server.jar" />
-               <pathelement location="${edgent.lib}/edgent.topology.jar" />
-               <pathelement 
location="${edgent.lib}/edgent.providers.development.jar" />
-               <pathelement 
location="${edgent.lib}/edgent.providers.direct.jar" />
-        <path refid="edgent.ext.classpath" />
-       </path>
-
-       <path id="test.compile.classpath">
-               <pathelement location="${jar}" />
-               <path refid="compile.classpath" />
-       </path>
-
-       <path id="test.classpath">
-               <pathelement location="${test.classes}" />
-               <path refid="test.compile.classpath" />
-           <path refid="test.common.classpath" />
-       </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/samples/scenarios/build.xml
----------------------------------------------------------------------
diff --git a/samples/scenarios/build.xml b/samples/scenarios/build.xml
deleted file mode 100644
index e547404..0000000
--- a/samples/scenarios/build.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-
-<project name="edgent.samples.scenarios" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        Build scenario applications.
-    </description>
-  <property environment="env"/>        
-  <property name="component.path" value="samples"/>
-  <condition property="src.excludes" value="**/range/sensor/**">
-    <not>
-      <isset property="env.PI4J_LIB" />
-    </not>
-  </condition>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <path refid="edgent.samples.classpath"/>
-    <pathelement 
location="${edgent.samples}/lib/edgent.samples.connectors.jar"/>
-    <pathelement location="${edgent.lib}/edgent.providers.iot.jar"/>
-    <pathelement 
location="${edgent.connectors}/iotp/lib/edgent.connectors.iotp.jar"/>
-    <pathelement location="${env.PI4J_LIB}/pi4j-core.jar"/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/samples/topology/build.xml
----------------------------------------------------------------------
diff --git a/samples/topology/build.xml b/samples/topology/build.xml
deleted file mode 100644
index a97b9d8..0000000
--- a/samples/topology/build.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.samples.topology" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        Build samples demonstrating add-on functionality.
-    </description>
-
-  <property name="component.path" value="samples"/>
-  <import file="../../common-build.xml"/>
-  <property name="ext" location="../../ext"/>
-
-  <path id="compile.classpath">
-    <path refid="edgent.samples.classpath"/>
-    <pathelement 
location="${edgent.analytics}/math3/lib/edgent.analytics.math3.jar"/>
-    <pathelement location="${edgent.lib}/edgent.runtime.jobregistry.jar"/>
-    <pathelement location="${lib}/edgent.samples.utils.jar"/>
-    <path refid="edgent.ext.classpath" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/samples/utils/build.xml
----------------------------------------------------------------------
diff --git a/samples/utils/build.xml b/samples/utils/build.xml
deleted file mode 100644
index 8078a34..0000000
--- a/samples/utils/build.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.samples.utils" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        Build samples demonstrating add-on functionality.
-    </description>
-
-  <property name="component.path" value="samples"/>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <path refid="edgent.samples.classpath"/>
-    <pathelement 
location="${edgent.utils}/metrics/lib/edgent.utils.metrics.jar"/>
-    <pathelement 
location="${edgent.analytics}/math3/lib/edgent.analytics.math3.jar"/>
-    <pathelement 
location="${edgent.analytics}/sensors/lib/edgent.analytics.sensors.jar"/>
-    <path refid="edgent.ext.classpath"/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/spi/graph/build.xml
----------------------------------------------------------------------
diff --git a/spi/graph/build.xml b/spi/graph/build.xml
deleted file mode 100644
index 4839693..0000000
--- a/spi/graph/build.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.spi.graph" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the graph spi.
-    </description>
-
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.graph.jar" />
-    <pathelement location="${lib}/edgent.api.execution.jar" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/spi/topology/build.xml
----------------------------------------------------------------------
diff --git a/spi/topology/build.xml b/spi/topology/build.xml
deleted file mode 100644
index 54eaa6e..0000000
--- a/spi/topology/build.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.spi.topology" default="all"
-    xmlns:jacoco="antlib:org.jacoco.ant"
-    >
-    <description>
-        Build the topology spi.
-    </description>
-
-  <import file="../../common-build.xml"/>
-  <path id="compile.classpath">
-    <pathelement location="${lib}/edgent.api.topology.jar" />
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/test/fvtiot/build.xml
----------------------------------------------------------------------
diff --git a/test/fvtiot/build.xml b/test/fvtiot/build.xml
deleted file mode 100644
index 0fb5b5a..0000000
--- a/test/fvtiot/build.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.test.fvtiot" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        FVT for iot scenario
-    </description>
-
-  <property name="component.path" value="test/fvtiot"/>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.providers.iot.jar"/>
-    <pathelement location="${edgent.lib}/edgent.runtime.appservice.jar"/>
-    <pathelement location="${edgent.lib}/edgent.runtime.jsoncontrol.jar"/>
-    <path refid="edgent.ext.classpath"/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="../../apps/iot/test.classes" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/test/svt/build.xml
----------------------------------------------------------------------
diff --git a/test/svt/build.xml b/test/svt/build.xml
deleted file mode 100644
index 28320ee..0000000
--- a/test/svt/build.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.test.svt" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        SVT
-    </description>
-
-  <property name="lib" location="${basedir}/lib"/>
-  <import file="../../common-build.xml"/>
-
-  <target name="init" depends="edgent.common.init">
-     <mkdir dir="${lib}"/>
-  </target>
-  <target name="clean" depends="edgent.common.clean">
-     <delete dir="${lib}"/>
-  </target>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.providers.development.jar"/>
-        <pathelement 
location="${target.java8.dir}/samples/lib/edgent.samples.apps.jar"/>
-        <pathelement 
location="${edgent.connectors}/iotp/lib/edgent.connectors.iotp.jar"/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/utils/metrics/build.xml
----------------------------------------------------------------------
diff --git a/utils/metrics/build.xml b/utils/metrics/build.xml
deleted file mode 100644
index 0ae60ee..0000000
--- a/utils/metrics/build.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.utils.metrics" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        Build the metrics add-on.
-    </description>
-
-  <property name="component.path" value="utils/metrics"/>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.api.topology.jar"/>
-    <path refid="edgent.ext.classpath"/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="${edgent.lib}/edgent.providers.direct.jar"/>
-    <pathelement location="../../api/topology/test.classes"/>
-    <pathelement location="../../providers/direct/test.classes"/>
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/a70230b7/utils/streamscope/build.xml
----------------------------------------------------------------------
diff --git a/utils/streamscope/build.xml b/utils/streamscope/build.xml
deleted file mode 100644
index c237fb3..0000000
--- a/utils/streamscope/build.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
-<project name="edgent.utils.streamscope" default="all" 
xmlns:jacoco="antlib:org.jacoco.ant">
-    <description>
-        Build the StreamScope add-on.
-    </description>
-
-  <property name="component.path" value="utils/streamscope"/>
-  <import file="../../common-build.xml"/>
-
-  <path id="compile.classpath">
-    <pathelement location="${edgent.lib}/edgent.api.topology.jar"/>
-    <path refid="edgent.ext.classpath"/>
-  </path>
-
-  <path id="test.compile.classpath">
-    <pathelement location="${jar}" />
-    <pathelement location="${edgent.lib}/edgent.providers.direct.jar"/>
-    <pathelement location="../../api/topology/test.classes"/>
-    <pathelement location="../../providers/direct/test.classes"/>
-    <path refid="compile.classpath"/>
-  </path>
-
-  <path id="test.classpath">
-    <pathelement location="${test.classes}" />
-    <path refid="test.compile.classpath"/>
-    <path refid="test.common.classpath" />
-  </path>
-
-</project>

Reply via email to