File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 4
4
<dict >
5
5
6
6
<key >CFBundleName </key >
7
- <string >Gephi 0.7 </string >
7
+ <string >Gephi </string >
8
8
9
9
<key >CFBundleVersion </key >
10
10
<string >0.1 </string >
11
11
12
12
<key >CFBundleExecutable </key >
13
- <string >gephi07beta </string >
13
+ <string >gephi </string >
14
14
15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
25
25
<string >6.0 </string >
26
26
27
27
<key >CFBundleIconFile </key >
28
- <string >gephi07beta .icns </string >
28
+ <string >gephi .icns </string >
29
29
30
30
<key >CFBundleDocumentTypes </key >
31
31
<array >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
4
4
5
5
# options used by the launcher by default, can be overridden by explicit
6
6
# 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"
8
8
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
9
9
10
10
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project-private xmlns =" http://www.netbeans.org/ns/project-private/1" >
3
3
<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 >
4
7
</project-private >
Original file line number Diff line number Diff line change 1
1
app.icon =branding/core/core.jar/org/netbeans/core/startup/frame48.gif
2
- app.name =gephi07beta
2
+ app.name =gephi
3
3
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
4
10
project.org.apache.tools.bzip2 =BZIP2Wrapper
5
11
project.org.gephi.algorithms =Algorithms
6
12
project.org.gephi.clustering.api =ClusteringAPI
@@ -92,7 +98,7 @@ project.org.joda.time=JodaWrapper
92
98
project.org.netbeans.swing.dirchooser =DirectoryChooser
93
99
run.args.extra =-J-Xms256m -J-Xmx1000m -J-Dsun.java2d.noddraw =true -J-Dsun.awt.noerasebackground =true
94
100
branding.token =${app.name}
95
- app.conf =nbproject/gephi07beta .conf
101
+ app.conf =nbproject/gephi .conf
96
102
modules =\
97
103
${project.org.gephi.project.api}:\
98
104
${project.org.gephi.branding.desktop}:\
You can’t perform that action at this time.
0 commit comments