You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/04/24 18:05:51 UTC

svn commit: r164486 - in /lenya/branches/BRANCH_1_2_X: lenya.nsi src/targets/properties-build.xml

Author: gregor
Date: Sun Apr 24 09:05:50 2005
New Revision: 164486

URL: http://svn.apache.org/viewcvs?rev=164486&view=rev
Log:
Updated version to 1.2.3

Modified:
    lenya/branches/BRANCH_1_2_X/lenya.nsi
    lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml

Modified: lenya/branches/BRANCH_1_2_X/lenya.nsi
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/lenya.nsi?rev=164486&r1=164485&r2=164486&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/lenya.nsi (original)
+++ lenya/branches/BRANCH_1_2_X/lenya.nsi Sun Apr 24 09:05:50 2005
@@ -26,15 +26,15 @@
 
   ;General
   Var product_name
-  Name "Apache Lenya 1.2.3-dev"
-  OutFile "apache-lenya-1.2.3-dev-bin.exe"
+  Name "Apache Lenya 1.2.3"
+  OutFile "apache-lenya-1.2.3-bin.exe"
   
   CRCCheck on
   SetCompress force
   SetDatablockOptimize on
 
   ;Folder selection page
-  InstallDir "C:\apache-lenya-1.2.3-dev"
+  InstallDir "C:\apache-lenya-1.2.3"
   
 ;--------------------------------
 ;Interface Settings
@@ -60,10 +60,10 @@
 ;--------------------------------
 ;Installer Sections
 
-Section "Apache Lenya 1.2.3-dev" SecDummy
+Section "Apache Lenya 1.2.3" SecDummy
 
   Call findJavaPath
-  StrCpy $product_name "Apache Lenya 1.2.3-dev"
+  StrCpy $product_name "Apache Lenya 1.2.3"
   SetOutPath $INSTDIR
   
   SetOutPath $INSTDIR\build\lenya\webapp
@@ -113,7 +113,7 @@
 ;--------------------------------
 ;Descriptions
 
-  LangString DESC_SecDummy ${LANG_ENGLISH} "Installs the Apache Lenya 1.2.3-dev Content Management System."
+  LangString DESC_SecDummy ${LANG_ENGLISH} "Installs the Apache Lenya 1.2.3 Content Management System."
 
   !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
   !insertmacro MUI_DESCRIPTION_TEXT ${SecDummy} $(DESC_SecDummy)
@@ -123,7 +123,7 @@
 ;Uninstaller Section
 
 Section "Uninstall"
-  RMDir /r "$SMPROGRAMS\Apache Lenya 1.2.3-dev"
+  RMDir /r "$SMPROGRAMS\Apache Lenya 1.2.3"
   RMDir /r "$INSTDIR"
 SectionEnd
 

Modified: lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml?rev=164486&r1=164485&r2=164486&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml Sun Apr 24 09:05:50 2005
@@ -42,7 +42,7 @@
 
 
   <!-- Project version and name -->
-  <property name="version" value="1.2.3-dev"/>
+  <property name="version" value="1.2.3"/>
   <property name="fullname" value="${ant.project.name}-${version}"/>
   <property name="distname" value="apache-${ant.project.name}-${version}"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org