From: kruland2607 Date: Wed, 11 Jan 2012 03:27:46 +0000 (+0000) Subject: Move build.properties in to resources/ X-Git-Tag: upstream/12.03~1^2~136 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5fcb87fe94c63d513d6c445b63f46459e9f0183f;p=debian%2Fopenrocket Move build.properties in to resources/ git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@335 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/core/build.properties b/core/build.properties deleted file mode 100644 index 1f59e9ca..00000000 --- a/core/build.properties +++ /dev/null @@ -1,16 +0,0 @@ - -# The OpenRocket build version - -build.version=1.1.10pre - - -# The source of the package. When building a package for a specific -# distribution (Debian, Fedora etc.), this should be changed appropriately! -# This is included in bug reports to identify the source of the software. - -build.source=default - - -# Whether checking for updates is enabled by default. - -build.checkupdates=true diff --git a/core/resources/build.properties b/core/resources/build.properties new file mode 100644 index 00000000..1f59e9ca --- /dev/null +++ b/core/resources/build.properties @@ -0,0 +1,16 @@ + +# The OpenRocket build version + +build.version=1.1.10pre + + +# The source of the package. When building a package for a specific +# distribution (Debian, Fedora etc.), this should be changed appropriately! +# This is included in bug reports to identify the source of the software. + +build.source=default + + +# Whether checking for updates is enabled by default. + +build.checkupdates=true