project.xml
2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.j2ee.ejbjarproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
<name>LanBortalBeans</name>
<minimum-ant-version>1.6.5</minimum-ant-version>
<included-library dirs="200">file.reference.lucene-queries.jar</included-library>
<included-library dirs="200">file.reference.lucene-highlighter.jar</included-library>
<included-library dirs="200">file.reference.lucene-analyzers.jar</included-library>
<included-library dirs="200">file.reference.lucene-core.jar</included-library>
<included-library dirs="200">file.reference.lucene-snowball.jar</included-library>
<included-library dirs="200">file.reference.lucene-spellchecker.jar</included-library>
<included-library dirs="200">file.reference.compass-2.3.0-beta1.jar</included-library>
<included-library dirs="200">reference.LanBortalDatabase.jar</included-library>
<included-library dirs="200">reference.LanBortalBeansClient.jar</included-library>
<included-library dirs="200">reference.LanBortalUtilities.jar</included-library>
<included-library dirs="200">file.reference.PDFjet.jar</included-library>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots/>
</data>
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
<reference>
<foreign-project>LanBortalBeansClient</foreign-project>
<artifact-type>jar</artifact-type>
<script>build.xml</script>
<target>jar</target>
<clean-target>clean</clean-target>
<id>jar</id>
</reference>
<reference>
<foreign-project>LanBortalDatabase</foreign-project>
<artifact-type>jar</artifact-type>
<script>build.xml</script>
<target>jar</target>
<clean-target>clean</clean-target>
<id>jar</id>
</reference>
<reference>
<foreign-project>LanBortalUtilities</foreign-project>
<artifact-type>jar</artifact-type>
<script>build.xml</script>
<target>jar</target>
<clean-target>clean</clean-target>
<id>jar</id>
</reference>
</references>
</configuration>
</project>