Sfoglia il codice sorgente

Add dummy version.config.

This allows running DMDirc from IDEA, which seems useful.

Running a normal build just replaces the file in the build output.
pull/717/head
Chris Smith 7 anni fa
parent
commit
57f6323e62
1 ha cambiato i file con 20 aggiunte e 0 eliminazioni
  1. 20
    0
      src/main/resources/com/dmdirc/version.config

+ 20
- 0
src/main/resources/com/dmdirc/version.config Vedi File

@@ -0,0 +1,20 @@
1
+# This is a dummy version.config file that should be replaced by the build process.
2
+
3
+keysections:
4
+ identity
5
+ version
6
+ updater
7
+ bundledplugins_versions
8
+
9
+identity:
10
+ name=DMDirc version information
11
+ globaldefault=true
12
+ order=95000
13
+
14
+version:
15
+ version=0.0.0
16
+
17
+updater:
18
+ channel=DEV
19
+
20
+buildenv:

Loading…
Annulla
Salva