~gephi.team/gephi/0.8.1

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Eduardo Ramos
  • Date: 2012-06-24 14:29:13 UTC
  • mfrom: (2757.1.1)
  • Revision ID: git-v1:b27ea25b76c62173e063e8e6cdd2fa658929c0f7
Merge pull request #647 from oxling/master

Fix Issue #630

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
3
3
<!-- for some information on what you could do (e.g. targets to override). -->
4
4
<!-- If you delete this file and reopen the project it will be recreated. -->
5
 
<project name="0.8" basedir="." default="build-all">
 
5
<project name="0.8.1" basedir="." default="build-all">
6
6
 
7
7
    <description>Builds the module suite 0.8.</description>
8
8
    <import file="nbproject/build-impl.xml"/>
22
22
        <echo message="Build completed. The files are available in the 'dist' folder."/>
23
23
    </target>
24
24
 
25
 
        <!-- Download the latest stable relese of the platform, including the JUnit plugin -->
26
 
    <target name="download-platform">
27
 
        <property name="platform.netbeans.version" value="7.0.1"/>
28
 
        <taskdef name="autoupdate" classname="org.netbeans.nbbuild.AutoUpdate" classpath="${nbplatform.active.dir}/harness/tasks.jar"/>
29
 
        <autoupdate installdir="${nbplatform.active.dir}" updatecenter="http://updates.netbeans.org/netbeans/updates/${platform.netbeans.version}/uc/final/certified/catalog.xml.gz" force="false">
30
 
            <modules includes=".*junit.*" clusters="platform[0-9]*"/>
31
 
            <modules includes=".*" clusters="harness[0-9]*"/>
32
 
            <modules includes=".*" clusters="platform[0-9]*"/>
33
 
        </autoupdate>
34
 
    </target>
35
 
 
36
25
    <target name="build-launchers" depends="suite.build-launchers">
37
26
        <!-- Replace the icon for the Windows launcher exe. -->
38
27
        <antcall target="replaceWindowsLauncherIcon"/>
93
82
                <pathelement path="RankingPlugin/src"/>
94
83
                <pathelement path="StatisticsAPI/src"/>
95
84
                <pathelement path="ToolsAPI/src"/>
 
85
                <pathelement path="TimelineAPI/src"/>
96
86
            </sourcepath>
97
87
            <doctitle>Gephi 0.8 beta API Index</doctitle>
98
88
            <header>Gephi 0.8 beta Javadoc</header>
104
94
    </target>
105
95
 
106
96
    <target name="download-l10n-jars" description="Download Netbeans Platform Localization JARs on the website">
107
 
        <property name="l10n.url" value="http://netbeans.org/project_downloads/nblocalization/7.0/"/>
108
 
        <property name="l10n.file" value="nb70_platform_l10n.zip"/>
 
97
        <property name="l10n.url" value="http://netbeans.org/project_downloads/nblocalization/7.1/"/>
 
98
        <property name="l10n.file" value="nb71_platform_l10n.zip"/>
109
99
        <property name="l10n.dir" value="l10n"/>
110
100
        <get src="${l10n.url}${l10n.file}" dest="${dist.dir}" verbose="true" skipexisting="true" ignoreerrors="true"/>   
111
101
        <available file="${dist.dir}/${l10n.file}" property="l10n.exists"/>
306
296
            <service type="org.gephi.project.spi.WorkspaceDuplicateProvider">
307
297
                <provider classname="org.gephi.data.attributes.AttributeModelDuplicateProvider"/>
308
298
                <provider classname="org.gephi.graph.dhns.DhnsDuplicateProvider"/>
 
299
                <provider classname="org.gephi.dynamic.DynamicModelDuplicateProvider"/>
 
300
                <provider classname="org.gephi.preview.PreviewWorkspaceDuplicateProvider"/>
309
301
            </service>
310
302
                
311
303
            <!-- These are services from core.startup modules. We disable them because they deal with the startup only -->
312
304
            <service type="org.openide.util.Lookup" provider="" />
313
305
            <service type="org.openide.filesystems.Repository" provider="" />
314
306
            <service type="org.openide.util.NbPreferences$Provider" provider="" />
 
307
            <service type="org.netbeans.modules.masterfs.watcher.Watcher" provider="" />
 
308
            <service type="org.netbeans.modules.masterfs.providers.AnnotationProvider" provider="" />
315
309
            
316
310
            <manifest>
317
311
            </manifest>
360
354
                <pathelement path="GeneratorAPI/src"/>
361
355
                <pathelement path="GeneratorPlugin/src"/>
362
356
                <pathelement path="DataLaboratoryAPI/src"/>
 
357
                <pathelement path="TimelineAPI/src"/>
363
358
            </sourcepath>
364
359
            <doctitle>Gephi Toolkit Javadoc</doctitle>
365
360
            <header>Gephi Toolkit Javadoc</header>