Skip to content

Commit 3e22228

Browse files
committed
doc updates
1 parent 0037e55 commit 3e22228

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Most user and developer docs for BEF are rooted here.
88
- [Known Issues](issues.md)
99

1010
For developers that want to contribute to BEF:
11-
- [BEF Dev Guide][dev/README.md] (if you would like to build/modify the BEF)
11+
- [BEF Dev Guide](dev/README.md) (if you would like to build/modify the BEF)

docs/using_the_feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All of them assume you have already [installed your toolchain](install.md).
88
- [Import your Bazel workspace into the IDE](using_the_feature_import.md)
99
- [Configure the project Settings](using_the_feature_settings.md)
1010
- [Building your project](using_the_feature_builds.md)
11+
- [Understanding the Java Classpath with the Bazel Eclipse Feature](using_the_feature_classpath.md)
1112
- [Running apps and tests](using_the_feature_launching.md)
1213

1314
**Modifying the Bazel Eclipse Feature**

docs/using_the_feature_classpath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Understanding the Classpath with the Bazel Eclipse Feature
1+
## Understanding the Java Classpath with the Bazel Eclipse Feature
22

33
BEF ultimately computes classpath information and maps it into the existing Java Developer Tools (JDT) plugins of Eclipse.
44
This works well, but there are some caveats to this mapping.

tests/com.salesforce.bazel-java-sdk.tests/src/com/salesforce/bazel/sdk/command/BazelLauncherBuilderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import java.util.Collections;
3333
import java.util.List;
3434

35-
import org.junit.Ignore;
3635
import org.junit.Rule;
3736
import org.junit.Test;
3837
import org.junit.rules.TemporaryFolder;

0 commit comments

Comments
 (0)