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

[BRE-372] - Clean up document start #1147

Merged
merged 1 commit into from
Oct 21, 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
1 change: 0 additions & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build Android

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-cli-docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build bws Docker image

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build CLI

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build Java SDK

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-napi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build @bitwarden/sdk-napi

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build Python Wheels

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build Ruby

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-rust-crates.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build Rust crates

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build Swift Package

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-wasm-internal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build @bitwarden/sdk-internal

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build @bitwarden/sdk-wasm

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/delete-old-packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Delete old packages

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/direct-minimal-versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Direct Minimum Version

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Enforce PR labels

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/memory-testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Test for memory leaks

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/minimum-rust-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Minimum Rust Version

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-bws.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish bws CLI
run-name: Publish bws CLI ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-internal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish @bitwarden/sdk-internal
run-name: Publish @bitwarden/sdk-internal ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-java.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish Java SDK
run-name: Publish Java SDK ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-napi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish @bitwarden/sdk-napi
run-name: Publish @bitwarden/sdk-napi ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish PHP SDK
run-name: Publish PHP SDK ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish Python SDK
run-name: Publish Python SDK ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-rust-crates.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish Rust crates
run-name: Publish Rust crates ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Publish @bitwarden/sdk-wasm
run-name: Publish @bitwarden/sdk-wasm ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-bws.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release bws CLI
run-name: Release bws CLI ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-napi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release @bitwarden/sdk-napi
run-name: Release @bitwarden/sdk-napi ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release Python SDK
run-name: Release Python SDK ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-swift.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release Swift Package

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release @bitwarden/sdk-wasm
run-name: Release @bitwarden/sdk-wasm ${{ inputs.release_type }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Version Bump
run-name: Version Bump - ${{ inputs.project }} - v${{ inputs.version_number }}

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/workflow-linter.yml

This file was deleted.

12 changes: 12 additions & 0 deletions languages/java/example/bin/main/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-19/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
34 changes: 34 additions & 0 deletions languages/java/example/bin/main/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>example</name>
<comment>Project example created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1729179122477</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
connection.project.dir=..
eclipse.preferences.version=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=19
org.eclipse.jdt.core.compiler.compliance=19
org.eclipse.jdt.core.compiler.source=19
23 changes: 23 additions & 0 deletions languages/java/example/bin/main/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
plugins {
id 'application'
}

repositories {
mavenLocal()
mavenCentral()
}

dependencies {
implementation rootProject
}

application {
mainClass = 'Example'
}

sourceSets {
main {
java.srcDirs += '.'
}
}

Loading