Skip to content

Commit

Permalink
Add dependencies to new modules in DesktopBranding.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Apr 30, 2010
1 parent b9fc864 commit 96819fe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DesktopBranding/nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=aff5cfdd
build.xml.data.CRC32=db307ff6
build.xml.script.CRC32=3a13ec7e
build.xml.stylesheet.CRC32=[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=aff5cfdd
nbproject/build-impl.xml.data.CRC32=db307ff6
nbproject/build-impl.xml.script.CRC32=3c0d63a0
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]
20 changes: 20 additions & 0 deletions DesktopBranding/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<code-name-base>org.gephi.branding.desktop</code-name-base>
<suite-component/>
<module-dependencies>
<dependency>
<code-name-base>org.gephi.desktop.progress</code-name-base>
<run-dependency>
<specification-version>0.7</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.gephi.desktop.project</code-name-base>
<build-prerequisite/>
Expand Down Expand Up @@ -36,6 +42,12 @@
<specification-version>0.7.0.3</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.gephi.ui.exporter.preview</code-name-base>
<run-dependency>
<specification-version>0.7</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.gephi.ui.utils</code-name-base>
<build-prerequisite/>
Expand All @@ -44,6 +56,14 @@
<specification-version>0.7</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.gephi.visualization.api</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>0.7</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.api.progress</code-name-base>
<build-prerequisite/>
Expand Down

0 comments on commit 96819fe

Please sign in to comment.