[Qt-jambi-interest] [RFC PATCH 1/5] [BUILD] Create new file version.properties, source it in setenv.xml
Francis Galiegue
fgaliegue at gmail.com
Sun Dec 27 18:44:58 CET 2009
This version.properties file will have to be updated each time qt-jambi has
caught up with Qt itself. Right now, the version is 4.6.0.
Signed-off-by: Francis Galiegue <fgaliegue at gmail.com>
---
setenv.xml | 3 ++-
version.properties | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
create mode 100644 version.properties
diff --git a/setenv.xml b/setenv.xml
index 418c9b3..b125bee 100644
--- a/setenv.xml
+++ b/setenv.xml
@@ -4,10 +4,11 @@
This file has two purposes:
* download ant-contrib and use it (or pick up the jar from the system
- itself);
+ itself)
* set various properties necessary for the build process.
-->
+ <property file="version.properties"/>
<property file="buildpath.properties"/>
<property file="antcontrib.properties"/>
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..47a9da9
--- /dev/null
+++ b/version.properties
@@ -0,0 +1 @@
+qtjambi.version = 4.6.0
--
1.6.6.rc3
More information about the Qt-jambi-interest
mailing list