Skip to content

Commit

Permalink
lib: Add commons-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
arafsheikh committed May 31, 2016
1 parent 42a0ca2 commit 60dc1b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions com.coala.core/META-INF/MANIFEST.MF
Expand Up @@ -4,7 +4,9 @@ Bundle-Name: Plugin
Bundle-SymbolicName: com.coala.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .,
lib/json-20151123.jar
lib/json-20151123.jar,
lib/commons-exec-1.3.jar,
lib/commons-logging-1.2.jar
Bundle-Vendor: COALA
Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources;bundle-version="3.10.1",
Expand All @@ -16,4 +18,5 @@ Require-Bundle: org.eclipse.ui,
org.junit
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: javax.inject;version="1.0.0"
Export-Package: com.coala.core.handlers;x-friends:="com.coala.core.tests"
Export-Package: com.coala.core.handlers;x-friends:="com.coala.core.tests",
org.apache.commons.exec
4 changes: 3 additions & 1 deletion com.coala.core/build.properties
Expand Up @@ -4,4 +4,6 @@ bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
lib/json-20151123.jar
lib/json-20151123.jar,\
lib/commons-exec-1.3.jar,\
lib/commons-logging-1.2.jar
Binary file added com.coala.core/lib/commons-exec-1.3.jar
Binary file not shown.
Binary file added com.coala.core/lib/commons-logging-1.2.jar
Binary file not shown.

0 comments on commit 60dc1b1

Please sign in to comment.