Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…bconsole-plugin into develop
  • Loading branch information
krystian.panek committed Jan 4, 2018
2 parents d2b6eb6 + e9b11f9 commit 0ec085b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ org.osgi.framework.bootdelegation = \
Also, by default, bundle storage directory is not specified in Felix distribution.
Plugin assumes that if property `org.osgi.framework.storage` is not defined, directory *./felix-cache* will be used instead.

## Repository

Plugin is published on BinTray: <https://bintray.com/neva-dev/maven-public/felix-search-webconsole-plugin>.

## License
**Search Web Console Plugin** is licensed under [Apache License, Version 2.0 (the "License")](https://www.apache.org/licenses/LICENSE-2.0.txt)

Expand All @@ -74,4 +78,4 @@ Plugin assumes that if property `org.osgi.framework.storage` is not defined, dir
Any usage of that tool and legal consequences must be considered as done at own risk.
For instance, decompiled source code can be protected by copyrights and author does not take any responsibility for such usages.

Using that tool is absolutely optional. Original purpose of usage of built-in decompiler is to quickly view class sources used at runtime that are even available in public Internet, so that code debugging can take less time.
Using that tool is absolutely optional. Original purpose of usage of built-in decompiler is to quickly view class sources used at runtime that are even available in public Internet, so that code debugging can take less time.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<url>https://github.com/neva-dev/felix-search-webconsole-plugin</url>
<connection>scm:git:ssh://[email protected]/neva-dev/felix-search-webconsole-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/neva-dev/felix-search-webconsole-plugin.git</developerConnection>
<tag>search-webconsole-plugin-1.0.0</tag>
<tag>search-webconsole-plugin-1.1.0</tag>
</scm>

<licenses>
Expand All @@ -55,6 +55,13 @@
</developer>
</developers>

<distributionManagement>
<repository>
<id>bintray-felix-search-webconsole-plugin</id>
<url>https://api.bintray.com/maven/neva-dev/maven-public/felix-search-webconsole-plugin/;publish=1</url>
</repository>
</distributionManagement>

<build>
<resources>
<resource>
Expand Down

0 comments on commit 0ec085b

Please sign in to comment.