Upgraded to version 1.1.28

This commit is contained in:
ebner
2011-10-26 08:35:50 +02:00
parent 31a459b87a
commit 9621f751dd
10 changed files with 62 additions and 11 deletions

View File

@@ -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>

View 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=

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -4,7 +4,7 @@
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.28</version>
<packaging>pom</packaging>
<name>fda.ui - NB App Parent</name>