~ubuntu-branches/ubuntu/oneiric/mkgmap/oneiric

« back to all changes in this revision

Viewing changes to mkgmap.iml

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Andreas Putzo, Francesco Paolo Lovergine
  • Date: 2009-07-16 11:10:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090716111016-yycxqya1f26xmti7
Tags: 0.0.0+svn1067-1
[ Andreas Putzo ]
* New upstream snapshot.
* Added ${misc:Depends} among dependencies to fix a lintian warning.
* Bumped debhelper compatibility level to 7.
* Updated long description.
* Updated Homepage in debian/control, debian/copyright, debian/watch.
* Added numerous files from /doc to debian/docs.
* Mentioned Bernhard Heibler in debian/copyright and updated copyright
  year of software and packaging.
* Bumped policy to 3.8.2, without changes.
* Added DM-Upload-Allowed to debian/control.

[ Francesco Paolo Lovergine ]
* Added me as Uploader to avoid possible inappropriate NMU notices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<module relativePaths="true" type="JAVA_MODULE" version="4">
 
3
  <component name="NewModuleRootManager" inherit-compiler-output="false">
 
4
    <output url="file://$MODULE_DIR$/build/classes" />
 
5
    <output-test url="file://$MODULE_DIR$/build/test" />
 
6
    <exclude-output />
 
7
    <content url="file://$MODULE_DIR$">
 
8
      <sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
 
9
      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
 
10
      <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
 
11
      <excludeFolder url="file://$MODULE_DIR$/dist" />
 
12
      <excludeFolder url="file://$MODULE_DIR$/doc/api" />
 
13
      <excludeFolder url="file://$MODULE_DIR$/g" />
 
14
      <excludeFolder url="file://$MODULE_DIR$/gmapsupp" />
 
15
      <excludeFolder url="file://$MODULE_DIR$/localtest" />
 
16
      <excludeFolder url="file://$MODULE_DIR$/maps" />
 
17
      <excludeFolder url="file://$MODULE_DIR$/samples" />
 
18
    </content>
 
19
    <orderEntry type="inheritedJdk" />
 
20
    <orderEntry type="sourceFolder" forTests="false" />
 
21
    <orderEntry type="library" name="junit" level="application" />
 
22
    <orderEntry type="library" name="resource" level="project" />
 
23
  </component>
 
24
</module>
 
25