source: other-projects/the-macronizer/trunk/nbproject/project.xml@ 29855

Last change on this file since 29855 was 29855, checked in by davidb, 9 years ago

John's code after refactoring by Tom over the summer of 2014/2015

  • Property svn:mime-type set to application/xml
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://www.netbeans.org/ns/project/1">
3 <type>org.netbeans.modules.web.project</type>
4 <configuration>
5 <data xmlns="http://www.netbeans.org/ns/web-project/3">
6 <name>MIrefact</name>
7 <minimum-ant-version>1.6.5</minimum-ant-version>
8 <web-module-libraries>
9 <library dirs="200">
10 <file>${file.reference.commons-email-1.2.jar}</file>
11 <path-in-war>WEB-INF/lib</path-in-war>
12 </library>
13 <library dirs="200">
14 <file>${file.reference.commons-fileupload-1.2.2.jar}</file>
15 <path-in-war>WEB-INF/lib</path-in-war>
16 </library>
17 <library dirs="200">
18 <file>${file.reference.commons-io-2.0.1-javadoc.jar}</file>
19 <path-in-war>WEB-INF/lib</path-in-war>
20 </library>
21 <library dirs="200">
22 <file>${file.reference.commons-io-2.0.1.jar}</file>
23 <path-in-war>WEB-INF/lib</path-in-war>
24 </library>
25 <library dirs="200">
26 <file>${file.reference.guessencoding-1.4.jar}</file>
27 <path-in-war>WEB-INF/lib</path-in-war>
28 </library>
29 <library dirs="200">
30 <file>${file.reference.utils4j-0.6.7.jar}</file>
31 <path-in-war>WEB-INF/lib</path-in-war>
32 </library>
33 </web-module-libraries>
34 <web-module-additional-libraries/>
35 <source-roots>
36 <root id="src.dir"/>
37 </source-roots>
38 <test-roots>
39 <root id="test.src.dir"/>
40 </test-roots>
41 </data>
42 </configuration>
43</project>
Note: See TracBrowser for help on using the repository browser.