Skip to content

Commit 7edd5bf

Browse files
committed
Revert "[Java] Add PlatformDetector and NativeRuntimeLoader for native binary extraction and caching (tasks 4.2 + 4.3) (#2157)"
This reverts commit 3015329.
1 parent 84c7089 commit 7edd5bf

8 files changed

Lines changed: 0 additions & 1128 deletions

File tree

java/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -134,28 +134,6 @@
134134
</dependencies>
135135

136136
<build>
137-
<!--
138-
Enable Maven resource filtering for copilot-runtime.properties so that
139-
${project.version} is replaced with the actual artifact version at
140-
build time. NativeRuntimeLoader reads this resource to determine the
141-
version-keyed cache directory for native binary extraction.
142-
-->
143-
<resources>
144-
<resource>
145-
<directory>src/main/resources</directory>
146-
<filtering>true</filtering>
147-
<includes>
148-
<include>copilot-runtime.properties</include>
149-
</includes>
150-
</resource>
151-
<resource>
152-
<directory>src/main/resources</directory>
153-
<filtering>false</filtering>
154-
<excludes>
155-
<exclude>copilot-runtime.properties</exclude>
156-
</excludes>
157-
</resource>
158-
</resources>
159137
<pluginManagement>
160138
<plugins>
161139
<plugin>

java/src/main/java/com/github/copilot/ffi/NativeRuntimeLoader.java

Lines changed: 0 additions & 232 deletions
This file was deleted.

java/src/main/java/com/github/copilot/ffi/NativeRuntimeLoaderException.java

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)