Skip to content

Commit 744d0eb

Browse files
committed
Update branding name from gephi07beta to gephi
1 parent c6ac5e0 commit 744d0eb

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

gephi.icns

83.1 KB
Binary file not shown.

gephi.ico

106 KB
Binary file not shown.

nbproject/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<dict>
55

66
<key>CFBundleName</key>
7-
<string>Gephi 0.7</string>
7+
<string>Gephi</string>
88

99
<key>CFBundleVersion</key>
1010
<string>0.1</string>
1111

1212
<key>CFBundleExecutable</key>
13-
<string>gephi07beta</string>
13+
<string>gephi</string>
1414

1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
@@ -25,7 +25,7 @@
2525
<string>6.0</string>
2626

2727
<key>CFBundleIconFile</key>
28-
<string>gephi07beta.icns</string>
28+
<string>gephi.icns</string>
2929

3030
<key>CFBundleDocumentTypes</key>
3131
<array>

nbproject/gephi07beta.conf renamed to nbproject/gephi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
44

55
# options used by the launcher by default, can be overridden by explicit
66
# command line switches
7-
default_options="--branding gephi07beta -J-Xms64m -J-Xmx512m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Duser.language=en"
7+
default_options="--branding gephi -J-Xms64m -J-Xmx512m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Duser.language=en"
88
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
99

1010
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch

nbproject/private/private.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
33
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
4+
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1">
5+
<file>file:/Users/mbastian/dev/gephi/build.xml</file>
6+
</open-files>
47
</project-private>

nbproject/project.properties

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
2-
app.name=gephi07beta
2+
app.name=gephi
33
app.title=Gephi 0.7 beta
4+
auxiliary.org-netbeans-modules-apisupport-installer.license-type=no
5+
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
6+
auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=true
7+
auxiliary.org-netbeans-modules-apisupport-installer.os-solaris=false
8+
auxiliary.org-netbeans-modules-apisupport-installer.os-windows=false
9+
auxiliary.org-netbeans-modules-apisupport-installer.pack200-enabled=false
410
project.org.apache.tools.bzip2=BZIP2Wrapper
511
project.org.gephi.algorithms=Algorithms
612
project.org.gephi.clustering.api=ClusteringAPI
@@ -92,7 +98,7 @@ project.org.joda.time=JodaWrapper
9298
project.org.netbeans.swing.dirchooser=DirectoryChooser
9399
run.args.extra=-J-Xms256m -J-Xmx1000m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true
94100
branding.token=${app.name}
95-
app.conf=nbproject/gephi07beta.conf
101+
app.conf=nbproject/gephi.conf
96102
modules=\
97103
${project.org.gephi.project.api}:\
98104
${project.org.gephi.branding.desktop}:\

0 commit comments

Comments
 (0)