diff options
author | Sven Gothel <[email protected]> | 2014-01-25 15:13:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 15:13:06 +0100 |
commit | 5c5f3b4785835b8abf53474b0c9dc248d1b8dab6 (patch) | |
tree | f608da51d3ea2f0726f6d8475216020351a3b3a5 /obsolete.make-nb/nbproject/project.xml | |
parent | f51d6456ab2196bf8ce7d6b3c7ac6d71e9e0108b (diff) |
Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix text file suffix ; Fix Jar Manifest: Move Sealed to bottom.
Diffstat (limited to 'obsolete.make-nb/nbproject/project.xml')
-rw-r--r-- | obsolete.make-nb/nbproject/project.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/obsolete.make-nb/nbproject/project.xml b/obsolete.make-nb/nbproject/project.xml new file mode 100644 index 00000000..8ff22a5e --- /dev/null +++ b/obsolete.make-nb/nbproject/project.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.java.j2seproject</type> + <configuration> + <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> + <name>JOCL</name> + <minimum-ant-version>1.8</minimum-ant-version> + <explicit-platform explicit-source-supported="true"/> + <source-roots> + <root id="src.dir"/> + <root id="src.java.dir"/> + <root id="src.native.dir"/> + </source-roots> + <test-roots> + <root id="test.src.dir"/> + </test-roots> + </data> + <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1"> + <definitions>./lib/nblibraries.properties</definitions> + </libraries> + <references xmlns="http://www.netbeans.org/ns/ant-project-references/1"/> + </configuration> +</project> |