~ubuntu-branches/ubuntu/karmic/apgdiff/karmic

« back to all changes in this revision

Viewing changes to src/main/assemblies/netbeans-run.xml

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2008-09-09 15:42:54 UTC
  • Revision ID: james.westby@ubuntu.com-20080909154254-458sv7ew1rczdal1
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<assembly>
 
3
 <id>netbeans</id>
 
4
<includeBaseDirectory>false</includeBaseDirectory>
 
5
<fileSets>
 
6
   <fileSet>
 
7
      <directory>target</directory>
 
8
      <outputDirectory></outputDirectory>
 
9
      <includes>
 
10
        <include>*.jar</include>
 
11
      </includes>
 
12
   </fileSet>
 
13
</fileSets>
 
14
 <dependencySets>
 
15
   <dependencySet>
 
16
     <outputDirectory>lib</outputDirectory>
 
17
     <unpack>false</unpack>
 
18
     <scope>runtime</scope>
 
19
   </dependencySet>
 
20
 </dependencySets>
 
21
</assembly>