PROTON-1385: remove some files only applicable to the other repo
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/23bdf7b4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/23bdf7b4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/23bdf7b4 Branch: refs/heads/master Commit: 23bdf7b47d60f470f9769151d5fd1a48e19b3ab5 Parents: d043363 Author: Robert Gemmell <[email protected]> Authored: Wed Jan 18 17:59:06 2017 +0000 Committer: Robert Gemmell <[email protected]> Committed: Wed Jan 18 17:59:06 2017 +0000 ---------------------------------------------------------------------- .reviewboardrc | 5 ----- proton-j/CMakeLists.txt | 39 --------------------------------------- 2 files changed, 44 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/23bdf7b4/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc deleted file mode 100644 index a3187da..0000000 --- a/.reviewboardrc +++ /dev/null @@ -1,5 +0,0 @@ -REVIEWBOARD_URL = "https://reviews.apache.org" -REPOSITORY = 'qpid-proton-git' - - - http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/23bdf7b4/proton-j/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-j/CMakeLists.txt b/proton-j/CMakeLists.txt deleted file mode 100644 index 81cb5a1..0000000 --- a/proton-j/CMakeLists.txt +++ /dev/null @@ -1,39 +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. -# - -include(UseJava) -include(ProtonUseJava) -set(CMAKE_JAVA_TARGET_VERSION ${PN_VERSION}) -file(GLOB_RECURSE SOURCES_ABS "src/main/java/*.java" "../tests/*/ProtonJInterop.java") -add_jar(proton-j ${SOURCES_ABS}) -rebuild_jar(proton-j proton-j-${PN_VERSION}.jar) -set (JAVA_INSTALL_DIR ${SHARE_INSTALL_DIR}/java CACHE PATH "Installation directory for all JARs except those using JNI") -mark_as_advanced (JAVA_INSTALL_DIR) -install_jar(proton-j ${JAVA_INSTALL_DIR}) - -# add relevant CTest support -find_program (MAVEN_EXE NAMES mvn.cmd mvn DOC "Location of the maven program") -mark_as_advanced (MAVEN_EXE) -if (CMAKE_BUILD_TYPE MATCHES "Coverage") - message (STATUS "Building for coverage analysis: testing disabled for Proton-J") -elseif (MAVEN_EXE) - add_test (proton-java ${MAVEN_EXE} clean test --file ${Proton_SOURCE_DIR}/pom.xml) -else () - message (STATUS "Cannot find Maven: testing disabled for Proton-J") -endif () --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
