Skip to content

Commit

Permalink
Updating to Felix 6.0.2 fixes the jrt:// URL problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Tulach authored and Jaroslav Tulach committed Mar 10, 2019
1 parent 579040e commit ad6d11b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion platform/libs.felix/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

8D5C405F2BA570684D4B6FE4B3825138B16C05E9 org.apache.felix:org.apache.felix.main:6.0.1
1EA2666BB8C3F72A4A30843490F19431ABAD73CC org.apache.felix:org.apache.felix.main:6.0.2
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Name: Felix
Version: 6.0.1
Version: 6.0.2
Description: Apache Felix OSGi container.
License: Apache-2.0
Files: org.apache.felix.main-6.0.1.jar
Files: org.apache.felix.main-6.0.2.jar
Origin: Apache Software Foundation
URL: http://archive.apache.org/dist/felix/

Expand Down
2 changes: 1 addition & 1 deletion platform/libs.felix/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# specific language governing permissions and limitations
# under the License.

release.external/org.apache.felix.main-6.0.1.jar=modules/ext/org.apache.felix.main-6.0.1.jar
release.external/org.apache.felix.main-6.0.2.jar=modules/ext/org.apache.felix.main-6.0.2.jar
javac.source=1.6
javac.compilerargs=-Xlint -Xlint:-serial
4 changes: 2 additions & 2 deletions platform/libs.felix/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</module-dependencies>
<public-packages/>
<class-path-extension>
<runtime-relative-path>ext/org.apache.felix.main-6.0.1.jar</runtime-relative-path>
<binary-origin>external/org.apache.felix.main-6.0.1.jar</binary-origin>
<runtime-relative-path>ext/org.apache.felix.main-6.0.2.jar</runtime-relative-path>
<binary-origin>external/org.apache.felix.main-6.0.2.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit ad6d11b

Please sign in to comment.