~ubuntu-branches/ubuntu/trusty/fritzing/trusty-proposed

« back to all changes in this revision

Viewing changes to resources/parts/core/schematiclogoimage.fzp

  • Committer: Package Import Robot
  • Author(s): Enrique Hernández Bello
  • Date: 2012-11-11 21:38:56 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121111213856-0825ywdrtdcshl91
Tags: 0.7.10b-1
* New upstream version. Closes: #661495, #692998
* Removed useless patches.
* Removed SetupAPI.lib from sourceless files.
* Skip dfsg tarball creation if there are no sourceless files.
* Added libqt4-sql-sqlite to dependencies. Thanks to Tom Hummel <tom@bluespice.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<module moduleId="SchematicLogoImageModuleID" >
 
3
 <version>4</version>
 
4
 <author>Brendan Howell</author>
 
5
 <title>Schematic Image</title>
 
6
 <date>2008-11-25</date>
 
7
 <label>IMG</label>
 
8
 <tags>
 
9
  <tag>schematic</tag>
 
10
  <tag>part</tag>
 
11
  <tag>diy</tag>
 
12
  <tag>fritzing core</tag>
 
13
 </tags>
 
14
 <properties>
 
15
   <property name="family" >Logo</property>
 
16
   <property name="filename" ></property>
 
17
   <property name="shape" ></property>
 
18
   <property name="type" >image</property>
 
19
 </properties>
 
20
 <taxonomy>discreteParts.schematic.logo</taxonomy>
 
21
 <description>For adding images to the schematic view</description>
 
22
 <views>
 
23
  <defaultUnits>mm</defaultUnits>
 
24
  <iconView>
 
25
   <layers image="icon/schematic_logo.svg" >
 
26
    <layer layerId="icon" />
 
27
   </layers>
 
28
  </iconView>
 
29
  <breadboardView>
 
30
   <layers image="schematic/Fritzing icon.svg" >
 
31
    <layer layerId="unknown" />
 
32
   </layers>
 
33
  </breadboardView>
 
34
  <schematicView>
 
35
   <layers image="schematic/Fritzing icon.svg" >
 
36
    <layer layerId="schematic" />
 
37
   </layers>
 
38
  </schematicView>
 
39
  <pcbView>
 
40
   <layers image="schematic/Fritzing icon.svg" >
 
41
    <layer layerId="unknown"/>
 
42
   </layers>
 
43
  </pcbView>
 
44
 </views>
 
45
 <connectors/>
 
46
 <buses/>
 
47
</module>