Repository: incubator-juneau Updated Branches: refs/heads/master 086a01348 -> 18cf16ec1
Update project directory names to match module names. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/18cf16ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/18cf16ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/18cf16ec Branch: refs/heads/master Commit: 18cf16ec18f6587ba843071aea18e051fdb3e1e1 Parents: 086a013 Author: jamesbognar <[email protected]> Authored: Tue Aug 9 16:39:45 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Tue Aug 9 16:39:45 2016 -0400 ---------------------------------------------------------------------- juneau-releng/misc/web.xml | 19 ------------------- pom.xml | 16 ++++++++-------- 2 files changed, 8 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18cf16ec/juneau-releng/misc/web.xml ---------------------------------------------------------------------- diff --git a/juneau-releng/misc/web.xml b/juneau-releng/misc/web.xml deleted file mode 100755 index e031ac1..0000000 --- a/juneau-releng/misc/web.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - *************************************************************************************************************************** - * 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. * - * * - *************************************************************************************************************************** ---> -<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> -<web-app id="WebApp"> -</web-app> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18cf16ec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6fd35d1..ab30f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -37,13 +37,13 @@ </properties> <modules> - <module>org.apache.juneau</module> - <module>org.apache.juneau.client</module> - <module>org.apache.juneau.server</module> - <module>org.apache.juneau.microservice</module> - <module>org.apache.juneau.samples</module> - <module>org.apache.juneau.server.test</module> - <module>org.apache.juneau.distrib</module> + <module>juneau-core</module> + <module>juneau-client</module> + <module>juneau-server</module> + <module>juneau-microservice</module> + <module>juneau-samples</module> + <module>juneau-server-test</module> + <module>juneau-distrib</module> </modules> <build> @@ -72,7 +72,7 @@ <version>2.19.1</version> <configuration> <includes> - <include>**/CT_*.class</include> + <include>**/*Test.class</include> </includes> </configuration> </plugin>
