From c7582701448ad94c0fb84512dbd2f98e646d1094 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 20 Oct 2023 21:12:39 -0700 Subject: [PATCH] Fixed missing properties --- examples/README.md | 57 ------------------------------------- examples/version.properties | 6 ++++ 2 files changed, 6 insertions(+), 57 deletions(-) delete mode 100644 examples/README.md create mode 100644 examples/version.properties diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index 616986c..0000000 --- a/examples/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# [Bld Property File](https://github.com/rife2/bld-property-file) Extension Examples - -## Compile - -First make sure the project up-to-date and compiled: - -```shell -./bld download compile -``` -## Run - -To run the examples, issue one of the following command or combination there off. - -```shell -./bld updateMajor run -./bld updateMinor run -./bld updatePatch run -./bld updateRelease run -``` -Upon execution, the `version.properties` file will be created and displayed: - -```shell -./bld updateMajor run -``` - -```text -+---------------------------+ -| version.properties | -+---------------------------+ -# -#Sun Apr 02 23:51:39 PDT 2023 -build.date=2023-04-02 -version.major=1 -version.minor=0 -version.patch=0 -``` - -Subsequent commands will reflect the modifications to the -`version.major`, `version.minor` or `version.patch` properties: - -```shell -./bld upatePatch run -``` - -```text -+---------------------------+ -| version.properties | -+---------------------------+ -# -#Sun Apr 02 23:55:09 PDT 2023 -build.date=2023-04-02 -version.major=1 -version.minor=0 -version.patch=10 -``` - -[View the Examples Build](https://github.com/rife2/bld-property-file/blob/master/examples/src/bld/java/com/example/PropertyFileExampleBuild.java) \ No newline at end of file diff --git a/examples/version.properties b/examples/version.properties new file mode 100644 index 0000000..ad97358 --- /dev/null +++ b/examples/version.properties @@ -0,0 +1,6 @@ +# +#Fri Oct 20 21:09:14 PDT 2023 +release=beta.20231020210914 +version.major=1 +version.minor=0 +version.patch=1