~gephi.team/gephi/0.8.1

« back to all changes in this revision

Viewing changes to DesktopContext/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:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
3
 
<!-- for some information on what you could do (e.g. targets to override). -->
4
 
<!-- If you delete this file and reopen the project it will be recreated. -->
5
 
<project name="org.gephi.desktop.context" default="netbeans" basedir=".">
6
 
    <description>Builds, tests, and runs the project org.gephi.desktop.context.</description>
7
 
    <import file="nbproject/build-impl.xml"/>
8
 
</project>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
 
3
<!-- for some information on what you could do (e.g. targets to override). -->
 
4
<!-- If you delete this file and reopen the project it will be recreated. -->
 
5
<project name="org.gephi.desktop.context" default="netbeans" basedir=".">
 
6
    <description>Builds, tests, and runs the project org.gephi.desktop.context.</description>
 
7
    <import file="nbproject/build-impl.xml"/>
 
8
</project>