Upgraded to version 1.1.28
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.28</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>application</artifactId>
|
||||
@@ -79,6 +79,9 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>nbm-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<etcConfFile>src/main/resources/fda.conf</etcConfFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- To run NbModuleSuite in integration-test phase:
|
||||
<plugin>
|
||||
|
||||
14
application/src/main/resources/fda.conf
Normal file
14
application/src/main/resources/fda.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# ${HOME} will be replaced by user home directory according to platform
|
||||
default_userdir="${HOME}/.${APPNAME}/dev"
|
||||
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
|
||||
|
||||
# options used by the launcher by default, can be overridden by explicit
|
||||
# command line switches
|
||||
default_options="--branding fda -J-Xms128m -J-Xmx2048M -J-XX:MaxPermSize=128M"
|
||||
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
|
||||
|
||||
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
|
||||
#jdkhome="/path/to/jdk"
|
||||
|
||||
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
|
||||
#extra_clusters=
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.28</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>branding</artifactId>
|
||||
@@ -39,6 +39,40 @@
|
||||
<useDefaultManifestFile>true</useDefaultManifestFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<target name="run">
|
||||
<!-- http://blogs.kiyut.com/tonny/2007/08/06/netbeans-platform-branding-and-version-info/ -->
|
||||
<!-- <propertyfile
|
||||
file="src/main//branding/core/core.jar/org/netbeans/core/startup/Bundle.properties"
|
||||
comment="Updated by build script">
|
||||
<entry key="currentVersion" value="${app.title} ${app.version} " />
|
||||
</propertyfile>-->
|
||||
|
||||
<propertyfile
|
||||
file="src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties">
|
||||
<entry key="CTL_MainWindow_Title" value="FDA ${project.version}" />
|
||||
<entry key="CTL_MainWindow_Title_No_Project" value="FDA ${project.version}" />
|
||||
</propertyfile>
|
||||
<replaceregexp file="src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties" match="^#.*\n" replace="" byline="false" />
|
||||
<!-- <propertyfile
|
||||
file="${basedir}/branding/modules/org-netbeans-core.jar/org/netbeans/core/ui/Bundle.properties"
|
||||
comment="Updated by build script">
|
||||
<entry key="LBL_ProductInformation" value="${app.title}" />
|
||||
</propertyfile>-->
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
CTL_MainWindow_Title=FDA {0}
|
||||
CTL_MainWindow_Title_No_Project=FDA {0}
|
||||
CTL_MainWindow_Title=FDA 1.1.28
|
||||
CTL_MainWindow_Title_No_Project=FDA 1.1.28
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.28</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.cdump</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.28</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.ce</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.28</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.cm</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.28</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.ee</artifactId>
|
||||
@@ -87,7 +87,7 @@
|
||||
<dependency>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda</artifactId>
|
||||
<version>1.1.27</version>
|
||||
<version>1.1.28</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.28</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.preferences</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user