Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tech: adapt changes that were made in common-module (due to defect #2444005) #136

Merged
merged 1 commit into from
Mar 11, 2024
Merged
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
2 changes: 0 additions & 2 deletions octane-eclipse-plugin/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/aopalliance.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-codec.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-collections.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging.jar"/>
<classpathentry exported="true" kind="lib" path="lib/failureaccess.jar"/>
Expand All @@ -23,7 +22,6 @@
<classpathentry exported="true" kind="lib" path="lib/jsoup.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jsr305.jar"/>
<classpathentry exported="true" kind="lib" path="lib/sdk-src.jar" sourcepath="/octane-plugin-common/src"/>
<classpathentry exported="true" kind="lib" path="lib/velocity.jar"/>
<classpathentry exported="true" kind="lib" path="target" sourcepath="target"/>
<classpathentry exported="true" kind="lib" path="lib/sdk-extension-src.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api.jar"/>
Expand Down
2 changes: 0 additions & 2 deletions octane-eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
lib/aopalliance.jar,
lib/commons-codec.jar,
lib/commons-collections.jar,
lib/commons-lang.jar,
lib/commons-logging.jar,
lib/failureaccess.jar,
Expand All @@ -47,7 +46,6 @@ Bundle-ClassPath: .,
lib/log4j-api.jar,
lib/log4j-core.jar,
lib/sdk-src.jar,
lib/velocity.jar,
target/,
lib/sdk-extension-src.jar,
lib/slf4j-api.jar,
Expand Down
2 changes: 0 additions & 2 deletions octane-eclipse-plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bin.includes = plugin.xml,\
lib/*,\
lib/aopalliance.jar,\
lib/commons-codec.jar,\
lib/commons-collections.jar,\
lib/commons-lang.jar,\
lib/commons-logging.jar,\
lib/failureaccess.jar,\
Expand All @@ -26,7 +25,6 @@ bin.includes = plugin.xml,\
lib/jsr305.jar,\
lib/octane-plugin-common.jar,\
lib/sdk-src.jar,\
lib/velocity.jar,\
lib/sdk-extension-src.jar,\
lib/google-http-client-apache-v2.jar,\
lib/grpc-context.jar,\
Expand Down