~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to usersguide/tutorials/j2ee-tut/examples/ejb/helloservice/HelloWebClient/nbproject/project.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>HelloWebClient</name>
 
7
            <minimum-ant-version>1.6</minimum-ant-version>
 
8
            <web-module-libraries/>
 
9
            <web-module-additional-libraries/>
 
10
            <web-service-clients>
 
11
                <web-service-client>
 
12
                    <web-service-client-name>HelloService</web-service-client-name>
 
13
                    <web-service-stub-type>jsr-109_client</web-service-stub-type>
 
14
                    <client-source-url>http://localhost:8263/webservice/HelloService?WSDL</client-source-url>
 
15
                </web-service-client>
 
16
            </web-service-clients>
 
17
            <source-roots>
 
18
                <root id="src.dir"/>
 
19
            </source-roots>
 
20
            <test-roots>
 
21
                <root id="test.src.dir"/>
 
22
            </test-roots>
 
23
        </data>
 
24
    </configuration>
 
25
</project>