Skip to content

Commit 96819fe

Browse files
committed
Add dependencies to new modules in DesktopBranding.
1 parent b9fc864 commit 96819fe

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=aff5cfdd
1+
build.xml.data.CRC32=db307ff6
22
build.xml.script.CRC32=3a13ec7e
33
build.xml.stylesheet.CRC32=[email protected]
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=aff5cfdd
6+
nbproject/build-impl.xml.data.CRC32=db307ff6
77
nbproject/build-impl.xml.script.CRC32=3c0d63a0
88
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]

DesktopBranding/nbproject/project.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<code-name-base>org.gephi.branding.desktop</code-name-base>
77
<suite-component/>
88
<module-dependencies>
9+
<dependency>
10+
<code-name-base>org.gephi.desktop.progress</code-name-base>
11+
<run-dependency>
12+
<specification-version>0.7</specification-version>
13+
</run-dependency>
14+
</dependency>
915
<dependency>
1016
<code-name-base>org.gephi.desktop.project</code-name-base>
1117
<build-prerequisite/>
@@ -36,6 +42,12 @@
3642
<specification-version>0.7.0.3</specification-version>
3743
</run-dependency>
3844
</dependency>
45+
<dependency>
46+
<code-name-base>org.gephi.ui.exporter.preview</code-name-base>
47+
<run-dependency>
48+
<specification-version>0.7</specification-version>
49+
</run-dependency>
50+
</dependency>
3951
<dependency>
4052
<code-name-base>org.gephi.ui.utils</code-name-base>
4153
<build-prerequisite/>
@@ -44,6 +56,14 @@
4456
<specification-version>0.7</specification-version>
4557
</run-dependency>
4658
</dependency>
59+
<dependency>
60+
<code-name-base>org.gephi.visualization.api</code-name-base>
61+
<build-prerequisite/>
62+
<compile-dependency/>
63+
<run-dependency>
64+
<specification-version>0.7</specification-version>
65+
</run-dependency>
66+
</dependency>
4767
<dependency>
4868
<code-name-base>org.netbeans.api.progress</code-name-base>
4969
<build-prerequisite/>

0 commit comments

Comments
 (0)