-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.xml
101 lines (98 loc) · 2.89 KB
/
build.xml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<_>
<form_key>cnrwlXBE45TKC92I</form_key>
<name>MVentory_BackgroundGenie</name>
<channel>community</channel>
<version_ids>
<version_ids>2</version_ids>
</version_ids>
<summary>This extension syncs photos uploaded to Magento via Magento Smartphone App with a shared Dropbox folder.
You or your image editor can open the file on a local computer, remove the background, save the file and it will be synced back to the website.</summary>
<description>The easiest and the quickest way to add product photos to the website is with our Android app. It doesn’t matter where the photo comes from – the app uploads it to the website and the shared folder.
You can:
* take a photo with the phone
* take a photo with a digital camera connected to the app
* find a photo on the Internet
* choose from stock photos you already have
You or your image editor can open the photos in the shared folder of a local computer, edit, save and the image with no background will appear on the right product page automatically.
Watch a demo on http://mventory.com/photo-background-remover/</description>
<license>CC BY-NC-ND 4.0</license>
<license_uri>http://creativecommons.org/licenses/by-nc-nd/4.0/</license_uri>
<version>1.0.0</version>
<stability>stable</stability>
<notes>Initial release</notes>
<authors>
<name>
<name>Anatoly A. Kazantsev</name>
</name>
<user>
<user>anatoly</user>
</user>
<email>
<email>[email protected]</email>
</email>
</authors>
<depends_php_min>5.3.0</depends_php_min>
<depends_php_max>6.0.0</depends_php_max>
<depends>
<package>
<name>
<name/>
</name>
<channel>
<channel/>
</channel>
<min>
<min/>
</min>
<max>
<max/>
</max>
<files>
<files></files>
</files>
</package>
<extension>
<name>
<name>Core</name>
</name>
<min>
<min/>
</min>
<max>
<max/>
</max>
</extension>
</depends>
<contents>
<target>
<target>magelocal</target>
<target>mageetc</target>
<target>magecommunity</target>
<target>magedesign</target>
</target>
<path>
<path/>
<path>modules/MVentory_BackgroundGenie.xml</path>
<path>MVentory/BackgroundGenie</path>
<path>adminhtml/default/default/template/bg_genie/</path>
</path>
<type>
<type>file</type>
<type>file</type>
<type>dir</type>
<type>dir</type>
</type>
<include>
<include/>
<include/>
<include/>
<include/>
</include>
<ignore>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
</ignore>
</contents>
</_>