Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions java/libs.javacapi/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
CD9EA8DDE23DF41A129D563A51C9A2E502BD85BF com.dukescript.nbjavac:nb-javac:jdk-25+31.1
183E5391BCCC0A27AE0F5014A3A9FA7F93214911 com.dukescript.nbjavac:nb-javac:jdk-25+31.1:api
60E8610B8DAB0DA0D5A30E25E0FD6EE4D5E8DC27 http://lahoda.info/nb-javac/26+26/nb-javac-jdk-26+26-api.jar nb-javac-jdk-26+26-api.jar
4959B698D4108C3AFBE8CDDC42A3552088FA11AC http://lahoda.info/nb-javac/26+26/nb-javac-jdk-26+26-impl.jar nb-javac-jdk-26+26.jar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Javac Compiler Implementation
Description: Javac Compiler Implementation
Version: 25+31.1
Files: nb-javac-jdk-25+31.1-api.jar nb-javac-jdk-25+31.1.jar
Version: 26+26
Files: nb-javac-jdk-26+26-api.jar nb-javac-jdk-26+26.jar
License: GPL-2-CP
Origin: OpenJDK (https://github.com/openjdk/jdk)
Source: https://github.com/openjdk/jdk
Expand Down
4 changes: 2 additions & 2 deletions java/libs.javacapi/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
</public-packages>
<class-path-extension>
<runtime-relative-path />
<binary-origin>external/nb-javac-jdk-25+31.1-api.jar</binary-origin>
<binary-origin>external/nb-javac-jdk-26+26-api.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path />
<binary-origin>external/nb-javac-jdk-25+31.1.jar</binary-origin>
<binary-origin>external/nb-javac-jdk-26+26.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions java/libs.nbjavacapi/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
CD9EA8DDE23DF41A129D563A51C9A2E502BD85BF com.dukescript.nbjavac:nb-javac:jdk-25+31.1
183E5391BCCC0A27AE0F5014A3A9FA7F93214911 com.dukescript.nbjavac:nb-javac:jdk-25+31.1:api
60E8610B8DAB0DA0D5A30E25E0FD6EE4D5E8DC27 http://lahoda.info/nb-javac/26+26/nb-javac-jdk-26+26-api.jar nb-javac-jdk-26+26-api.jar
4959B698D4108C3AFBE8CDDC42A3552088FA11AC http://lahoda.info/nb-javac/26+26/nb-javac-jdk-26+26-impl.jar nb-javac-jdk-26+26.jar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Javac Compiler Implementation
Description: Javac Compiler Implementation
Version: 25+31.1
Files: nb-javac-jdk-25+31.1-api.jar nb-javac-jdk-25+31.1.jar
Version: 26+26
Files: nb-javac-jdk-26+26-api.jar nb-javac-jdk-26+26.jar
License: GPL-2-CP
Origin: OpenJDK (https://github.com/openjdk/jdk)
Source: https://github.com/openjdk/jdk
Expand Down
4 changes: 2 additions & 2 deletions java/libs.nbjavacapi/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
license.file.override=${nb_all}/nbbuild/licenses/GPL-2-CP
release.external/nb-javac-jdk-25+31.1-api.jar=modules/ext/nb-javac-jdk-25-31.1-api.jar
release.external/nb-javac-jdk-25+31.1.jar=modules/ext/nb-javac-jdk-25-31.1.jar
release.external/nb-javac-jdk-26+26-api.jar=modules/ext/nb-javac-jdk-26-26-api.jar
release.external/nb-javac-jdk-26+26.jar=modules/ext/nb-javac-jdk-26-26.jar

# for tests
requires.nb.javac=true
8 changes: 4 additions & 4 deletions java/libs.nbjavacapi/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
</test-dependencies>
<public-packages/>
<class-path-extension>
<runtime-relative-path>ext/nb-javac-jdk-25-31.1-api.jar</runtime-relative-path>
<binary-origin>external/nb-javac-jdk-25+31.1-api.jar</binary-origin>
<runtime-relative-path>ext/nb-javac-jdk-26-26-api.jar</runtime-relative-path>
<binary-origin>external/nb-javac-jdk-26+26-api.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/nb-javac-jdk-25-31.1.jar</runtime-relative-path>
<binary-origin>external/nb-javac-jdk-25+31.1.jar</binary-origin>
<runtime-relative-path>ext/nb-javac-jdk-26-26.jar</runtime-relative-path>
<binary-origin>external/nb-javac-jdk-26+26.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Loading