소스 검색

- change build script so that RC2 is a different version for the installer system

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9802 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 13 년 전
부모
커밋
d8b068cd57
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      build.xml

+ 2 - 1
build.xml

@@ -29,7 +29,8 @@
         <ant antfile="template.xml" dir="nbi/stub">
             <property name="suite.location" value="${basedir}"/>
             <property name="suite.nbi.product.uid" value="${app.name}"/>
-            <property name="suite.nbi.product.version" value="${plugins.version}.0.0"/>
+            <!--TODO: this is .0.1 because of the pre-release static 3.0.0, else the RCs could not be installed next to a beta-->
+            <property name="suite.nbi.product.version" value="${plugins.version}.0.1"/>
             <property name="nbi.stub.location" value="${basedir}/nbi/stub"/>
             <property name="nbi.stub.common.location" value="${basedir}/nbi/.common"/>
             <property name="nbi.ant.tasks.jar" value="${basedir}/nbi/antlib/nbi-ant-tasks.jar"/>