From 96819fe2108e36ea942656382d77152c8578897c Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Fri, 30 Apr 2010 18:10:42 +0200 Subject: [PATCH] Add dependencies to new modules in DesktopBranding. --- DesktopBranding/nbproject/genfiles.properties | 4 ++-- DesktopBranding/nbproject/project.xml | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/DesktopBranding/nbproject/genfiles.properties b/DesktopBranding/nbproject/genfiles.properties index 265b3e97d..18817b181 100644 --- a/DesktopBranding/nbproject/genfiles.properties +++ b/DesktopBranding/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=aff5cfdd +build.xml.data.CRC32=db307ff6 build.xml.script.CRC32=3a13ec7e build.xml.stylesheet.CRC32=79c3b980@1.31.2.7 # 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=261c4bef@1.31.2.7 diff --git a/DesktopBranding/nbproject/project.xml b/DesktopBranding/nbproject/project.xml index 8a44504c6..157b4ccb6 100644 --- a/DesktopBranding/nbproject/project.xml +++ b/DesktopBranding/nbproject/project.xml @@ -6,6 +6,12 @@ org.gephi.branding.desktop + + org.gephi.desktop.progress + + 0.7 + + org.gephi.desktop.project @@ -36,6 +42,12 @@ 0.7.0.3 + + org.gephi.ui.exporter.preview + + 0.7 + + org.gephi.ui.utils @@ -44,6 +56,14 @@ 0.7 + + org.gephi.visualization.api + + + + 0.7 + + org.netbeans.api.progress -- GitLab