Tag: cws_src680_rptwizard01
User: lla     
Date: 2008-03-19 11:08:05+0000
Modified:
   dba/reportdesign/util/makefile.mk
   dba/reportdesign/util/post.xml

Log:
 #i86092# extensions in non product versions contains a buildid

File Changes:

Directory: /dba/reportdesign/util/
==================================

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/util/makefile.mk?r1=1.12.8.1&r2=1.12.8.2
Delta lines:  +10 -3
--------------------
--- makefile.mk 2008-03-07 08:01:43+0000        1.12.8.1
+++ makefile.mk 2008-03-19 11:08:02+0000        1.12.8.2
@@ -4,9 +4,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.12.8.1 $
+#   $Revision: 1.12.8.2 $
 #
-#   last change: $Author: lla $ $Date: 2008/03/07 08:01:43 $
+#   last change: $Author: lla $ $Date: 2008/03/19 11:08:02 $
 #
 #   The Contents of this file are made available subject to
 #   the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,13 @@
 # ???
 no_common_build_zip=true
 
+EXTENSION_VERSION_BASE=1.0.2
+.IF "$(PRODUCT)" != ""
+    EXTENSION_VERSION=$(EXTENSION_VERSION_BASE)
+.ELSE
+    EXTENSION_VERSION=$(EXTENSION_VERSION_BASE).$(BUILD)
+.ENDIF
+
 # --- Settings ----------------------------------
 .INCLUDE :  settings.mk
 # ------------------------------------------------------------------
@@ -263,7 +270,7 @@
        @@-$(RM) $(ZIP1DIR)$/description.xml
        $(TYPE) pre.xml > $@
        $(TYPE) $(mktmp  $(LICLINES)) >> $@
-       $(TYPE) post.xml >> $@
+       $(TYPE) post.xml | $(SED) s$$#VERSION#$$$(EXTENSION_VERSION)$$ >> $@
 
 $(ZIP1DIR)$/registration$/license_%.txt : $(SOLARBINDIR)$/osl$/license_%.txt
      @@-$(MKDIRHIER) $(@:d)

File [changed]: post.xml
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/util/post.xml?r1=1.4&r2=1.4.18.1
Delta lines:  +1 -1
-------------------
--- post.xml    2008-01-14 15:24:25+0000        1.4
+++ post.xml    2008-03-19 11:08:03+0000        1.4.18.1
@@ -1,6 +1,6 @@
     </simple-license>
   </registration>
-  <version value="1.0.2"/>
+  <version value="#VERSION#"/>
   <identifier value="com.sun.reportdesigner"/>
   <dependencies>
     <OpenOffice.org-minimal-version value="2.3" d:name="OpenOffice.org 2.3"/>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to