Skip to content

Commit

Permalink
Issue MariaDB4j#3, link to zt-exec. Also see
Browse files Browse the repository at this point in the history
zeroturnaround/zt-exec#25.

Signed-off-by: Michael Vorburger <mike@vorburger.ch>
  • Loading branch information
vorburger committed May 10, 2015
1 parent f6cfe6f commit 867d7f4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions mariaDB4j-core/src/main/java/ch/vorburger/exec/package-info.java
@@ -0,0 +1,31 @@
/*
* #%L
* MariaDB4j
* %%
* Copyright (C) 2015 Michael Vorburger
* %%
* Licensed 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.
* #L%
*/
/**
* Improvements over Apache Commons Exec.
* Proposed as contribution to Apache Commons Exec in <a href="https://issues.apache.org/jira/browse/EXEC-88">EXEC-88</a>.
*
* <p>The <a href="https://github.com/zeroturnaround/zt-exec">zt-exec</a> library is something similar.</p>
*
* @see ch.vorburger.exec.ManagedProcessBuilder
* @see ch.vorburger.exec.ManagedProcess
*
* @author Michael Vorburger
*/
package ch.vorburger.exec;

0 comments on commit 867d7f4

Please sign in to comment.