~cklee/gephi/FDEB

« back to all changes in this revision

Viewing changes to nbproject/project.properties

  • Committer: Christopher Kelvin Lee
  • Date: 2010-06-20 17:17:36 UTC
  • Revision ID: cklee@christopher-kelvin-lees-macbook.local-20100620171736-hr5llyfi143k3mfr
first iteration of FDEB in FDEB_demonstration and FDEB_reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
2
 
app.name=gephidesktop
3
 
app.title=Gephi 0.7 alpha4
4
 
project.org.gephi.algorithms=Algorithms
5
 
project.org.gephi.clustering.api=ClusteringAPI
6
 
project.org.gephi.clustering.plugin=ClusteringPlugin
7
 
project.org.gephi.desktop.clustering=DesktopClustering
8
 
project.org.gephi.desktop.context=DesktopContext
9
 
project.org.gephi.desktop.importer=DesktopImport
10
 
project.org.gephi.desktop.layout=DesktopLayout
11
 
project.org.gephi.desktop.mrufiles.api=MostRecentFilesAPI
12
 
project.org.gephi.desktop.preview=DesktopPreview
13
 
project.org.gephi.desktop.progress=DesktopProgress
14
 
project.org.gephi.desktop.project=DesktopProject
15
 
project.org.gephi.desktop.timeline=DesktopTimeline
16
 
project.org.gephi.desktop.welcome=WelcomeScreen
17
 
project.org.gephi.filters=FiltersImpl
18
 
project.org.gephi.filters.plugin=FiltersPlugin
19
 
project.org.gephi.io.exporter.api=ExportAPI
20
 
project.org.gephi.io.exporter.plugin=ExportPlugin
21
 
project.org.gephi.io.exporter.preview=PreviewExport
22
 
project.org.gephi.io.generator.api=GeneratorAPI
23
 
project.org.gephi.io.generator.plugin=GeneratorPlugin
24
 
project.org.gephi.io.importer.api=ImportAPI
25
 
project.org.gephi.io.importer.plugin=ImportPlugin
26
 
project.org.gephi.io.processor.plugin=ProcessorPlugin
27
 
project.org.gephi.layout.plugin=LayoutPlugin
28
 
project.org.gephi.lib.batik=BatikWrapper
29
 
project.org.gephi.desktop.filters=DesktopFilters
30
 
project.org.gephi.desktop.hierarchy=DesktopHierarchy
31
 
project.org.gephi.desktop.io.export=DesktopExport
32
 
project.org.gephi.desktop.partition=DesktopPartition
33
 
project.org.gephi.desktop.ranking=DesktopRanking
34
 
project.org.gephi.desktop.statistics=DesktopStatistics
35
 
project.org.gephi.desktop.tools=DesktopTools
36
 
project.org.gephi.filters.api=FiltersAPI
37
 
project.org.gephi.io.database.drivers=DBDrivers
38
 
project.org.gephi.desktop.generate=DesktopGenerate
39
 
project.org.gephi.lib.beansbinding=BeansBindingWrapper
40
 
project.org.gephi.lib.itext=iTextWrapper
41
 
project.org.gephi.partition.api=PartitionAPI
42
 
project.org.gephi.partition.plugin=PartitionPlugin
43
 
project.org.gephi.preview=PreviewImpl
44
 
project.org.gephi.preview.api=PreviewAPI
45
 
project.org.gephi.lib.processing=ProcessingWrapper
46
 
project.org.gephi.ranking.api=RankingAPI
47
 
project.org.gephi.statistics.api=StatisticsAPI
48
 
project.org.gephi.statistics.plugin=StatisticsPlugin
49
 
project.org.gephi.timeline.api=TimelineAPI
50
 
project.org.gephi.tools.plugin=ToolsPlugin
51
 
project.org.gephi.tools.api=ToolsAPI
52
 
project.org.gephi.ui.components=UIComponents
53
 
project.org.gephi.ui.components.SplineEditor=SplineEditor
54
 
project.org.gephi.ui.datatable=DataTableUI
55
 
project.org.gephi.ui.exporter.plugin=ExportPluginUI
56
 
project.org.gephi.ui.exporter.preview=PreviewExportUI
57
 
project.org.gephi.ui.filters.plugin=FiltersPluginUI
58
 
project.org.gephi.ui.generator.plugin=GeneratorPluginUI
59
 
project.org.gephi.ui.project=ProjectUI
60
 
project.org.gephi.ui.propertyeditor=AttributeColumnPropertyEditor
61
 
project.org.gephi.ui.ranking.plugin=RankingPluginUI
62
 
project.org.gephi.ui.statistics.plugin=StatisticsPluginUI
63
 
project.org.gephi.ui.timeline.plugin=TimelinePluginUI
64
 
project.org.gephi.ui.workspace=WorkspaceUI
65
 
project.org.gephi.lib.validation=ValidationAPI
66
 
project.org.gephi.utils=Utils
67
 
project.org.gephi.utils.collection=CollectionUtils
68
 
project.org.gephi.visualization.api=VisualizationAPI
69
 
project.org.jdesktop.swingx=SwingX
70
 
project.org.jfree=JFreeChart
71
 
project.org.gephi.utils.longtask=LongTaskAPI
72
 
project.org.joda.time=JodaWrapper
73
 
project.org.netbeans.swing.dirchooser=DirectoryChooser
74
 
run.args.extra=-J-Xms256m -J-Xmx1000m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true
75
 
branding.token=${app.name}
76
 
modules=\
77
 
    ${project.org.gephi.project.api}:\
78
 
    ${project.org.gephi.branding.desktop}:\
79
 
    ${project.org.gephi.ui.utils}:\
80
 
    ${project.org.gephi.visualization}:\
81
 
    ${project.org.gephi.lib.jogl}:\
82
 
    ${project.org.gephi.graph.api}:\
83
 
    ${project.org.gephi.lib.gleem}:\
84
 
    ${project.org.gephi.data.attributes.api}:\
85
 
    ${project.org.gephi.layout.api}:\
86
 
    ${project.org.gephi.data.attributes}:\
87
 
    ${project.org.gephi.graph.dhns}:\
88
 
    ${project.org.gephi.desktop.generate}:\
89
 
    ${project.org.gephi.lib.validation}:\
90
 
    ${project.org.jdesktop.swingx}:\
91
 
    ${project.org.gephi.utils.longtask}:\
92
 
    ${project.org.gephi.io.database.drivers}:\
93
 
    ${project.org.jfree}:\
94
 
    ${project.org.gephi.timeline.api}:\
95
 
    ${project.org.gephi.ui.components}:\
96
 
    ${project.org.gephi.desktop.io.export}:\
97
 
    ${project.org.netbeans.swing.dirchooser}:\
98
 
    ${project.org.gephi.tools.api}:\
99
 
    ${project.org.gephi.tools.plugin}:\
100
 
    ${project.org.gephi.desktop.tools}:\
101
 
    ${project.org.gephi.desktop.ranking}:\
102
 
    ${project.org.gephi.ui.components.SplineEditor}:\
103
 
    ${project.org.gephi.filters.api}:\
104
 
    ${project.org.gephi.lib.processing}:\
105
 
    ${project.org.gephi.preview.api}:\
106
 
    ${project.org.gephi.preview}:\
107
 
    ${project.org.gephi.desktop.hierarchy}:\
108
 
    ${project.org.gephi.partition.api}:\
109
 
    ${project.org.gephi.desktop.partition}:\
110
 
    ${project.org.gephi.ui.workspace}:\
111
 
    ${project.org.gephi.statistics.api}:\
112
 
    ${project.org.gephi.desktop.statistics}:\
113
 
    ${project.org.gephi.ui.propertyeditor}:\
114
 
    ${project.org.gephi.lib.batik}:\
115
 
    ${project.org.gephi.desktop.filters}:\
116
 
    ${project.org.gephi.ui.datatable}:\
117
 
    ${project.org.gephi.statistics.plugin}:\
118
 
    ${project.org.gephi.ui.statistics.plugin}:\
119
 
    ${project.org.gephi.ui.project}:\
120
 
    ${project.org.gephi.layout.plugin}:\
121
 
    ${project.org.gephi.desktop.layout}:\
122
 
    ${project.org.gephi.io.exporter.plugin}:\
123
 
    ${project.org.gephi.ui.exporter.plugin}:\
124
 
    ${project.org.gephi.io.exporter.api}:\
125
 
    ${project.org.gephi.io.generator.plugin}:\
126
 
    ${project.org.gephi.ui.generator.plugin}:\
127
 
    ${project.org.gephi.io.generator.api}:\
128
 
    ${project.org.gephi.io.importer.api}:\
129
 
    ${project.org.gephi.io.importer.plugin}:\
130
 
    ${project.org.gephi.io.processor.plugin}:\
131
 
    ${project.org.gephi.desktop.importer}:\
132
 
    ${project.org.gephi.filters.plugin}:\
133
 
    ${project.org.gephi.ui.filters.plugin}:\
134
 
    ${project.org.gephi.partition.plugin}:\
135
 
    ${project.org.gephi.algorithms}:\
136
 
    ${project.org.gephi.clustering.api}:\
137
 
    ${project.org.gephi.clustering.plugin}:\
138
 
    ${project.org.gephi.desktop.clustering}:\
139
 
    ${project.org.gephi.desktop.context}:\
140
 
    ${project.org.gephi.desktop.preview}:\
141
 
    ${project.org.gephi.ui.timeline.plugin}:\
142
 
    ${project.org.gephi.desktop.timeline}:\
143
 
    ${project.org.joda.time}:\
144
 
    ${project.org.gephi.ui.ranking.plugin}:\
145
 
    ${project.org.gephi.ranking.api}:\
146
 
    ${project.org.gephi.utils.collection}:\
147
 
    ${project.org.gephi.desktop.welcome}:\
148
 
    ${project.org.gephi.desktop.mrufiles.api}:\
149
 
    ${project.org.gephi.desktop.project}:\
150
 
    ${project.org.gephi.lib.itext}:\
151
 
    ${project.org.gephi.io.exporter.preview}:\
152
 
    ${project.org.gephi.ui.exporter.preview}:\
153
 
    ${project.org.gephi.desktop.progress}:\
154
 
    ${project.org.gephi.filters}:\
155
 
    ${project.org.gephi.visualization.api}:\
156
 
    ${project.org.gephi.lib.beansbinding}:\
157
 
    ${project.org.gephi.utils}
158
 
project.org.gephi.branding.desktop=DesktopBranding
159
 
project.org.gephi.data.attributes=AttributesImpl
160
 
project.org.gephi.data.attributes.api=AttributesAPI
161
 
project.org.gephi.graph.api=GraphAPI
162
 
project.org.gephi.lib.jogl=JOGLWrapper
163
 
project.org.gephi.layout.api=LayoutAPI
164
 
project.org.gephi.project.api=ProjectAPI
165
 
project.org.gephi.ui.utils=UIUtils
166
 
project.org.gephi.visualization=VisualizationModule
167
 
project.org.gephi.lib.gleem=Gleem
168
 
project.org.gephi.graph.dhns=DHNSGraph