File tree Expand file tree Collapse file tree
biz.aQute.bndlib/src/aQute/bnd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,10 +91,18 @@ public void setCwd(File dir) {
9191 launcher .setCwd (dir );
9292 }
9393
94+ /**
95+ * @deprecated forRemoval since = "8.0.0"
96+ */
97+ @ Deprecated
9498 public boolean getTerminate () {
9599 return terminate ;
96100 }
97101
102+ /**
103+ * @deprecated forRemoval since = "8.0.0"
104+ */
105+ @ Deprecated
98106 public void setTerminate (boolean terminate ) {
99107 this .terminate = terminate ;
100108 }
Original file line number Diff line number Diff line change @@ -302,6 +302,10 @@ public interface Constants {
302302 String TESTPACKAGES = "-testpackages" ;
303303 String TESTPATH = "-testpath" ;
304304 String TESTCONTINUOUS = "-testcontinuous" ;
305+ /**
306+ * @deprecated forRemoval since = "8.0.0"
307+ */
308+ @ Deprecated
305309 String TESTTERMINATE = "-testterminate" ;
306310 String TESTSOURCES = "-testsources" ;
307311 String TESTUNRESOLVED = "-testunresolved" ;
You can’t perform that action at this time.
0 commit comments