Skip to content

Commit

Permalink
Opened packages to the rest of the classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
selfemp committed Feb 2, 2022
1 parent 3f6158e commit 5deec42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions LibRawFX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.librawfx</groupId>
<artifactId>LibRawFX</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>

<name>LibRawFX</name>
<description>This installs the native lib libraw as a JavaFX Image format provider similar to imageIO before on Swing</description>
Expand Down Expand Up @@ -81,10 +81,12 @@
<excludes>
<exclude>**/*.cr2</exclude>
<exclude>**/*.nef</exclude>
<exclude>**/*.h</exclude>
<exclude>**/*.lib</exclude>
<exclude>**/*.X3F</exclude>
<exclude>**/*.ppm</exclude>
<exclude>**/*.dng</exclude>
<exclude>**/*.raf</exclude>
<exclude>**/*.sh</exclude>
<exclude>**/*.conf</exclude>
</excludes>
</resource>
</resources>
Expand Down Expand Up @@ -217,7 +219,7 @@
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</goals>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 2 additions & 0 deletions LibRawFX/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
exports org.librawfx;
exports org.libraw.linuxosx;
exports org.libraw.win;
opens org.libraw.linuxosx;
opens org.libraw.win;
}

0 comments on commit 5deec42

Please sign in to comment.