Révision 1237
tmp/org.txm.analec.rcp/.settings/org.eclipse.core.resources.prefs (revision 1237) | ||
---|---|---|
1 |
eclipse.preferences.version=1 |
|
2 |
encoding/<project>=UTF-8 |
|
0 | 3 |
tmp/org.txm.jodconverter.core/.settings/org.eclipse.jdt.core.prefs (revision 1237) | ||
---|---|---|
2 | 2 |
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 |
3 | 3 |
org.eclipse.jdt.core.compiler.compliance=1.6 |
4 | 4 |
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning |
5 |
org.eclipse.jdt.core.compiler.release=disabled |
|
5 | 6 |
org.eclipse.jdt.core.compiler.source=1.6 |
tmp/org.txm.jodconverter.core/.classpath (revision 1237) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<classpath> |
|
3 |
<classpathentry kind="src" output="target/classes" path="src/main/java"> |
|
4 |
<attributes> |
|
5 |
<attribute name="optional" value="true"/> |
|
6 |
<attribute name="maven.pomderived" value="true"/> |
|
7 |
</attributes> |
|
8 |
</classpathentry> |
|
9 |
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
|
10 |
<attributes> |
|
11 |
<attribute name="maven.pomderived" value="true"/> |
|
12 |
</attributes> |
|
13 |
</classpathentry> |
|
14 |
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
|
15 |
<attributes> |
|
16 |
<attribute name="optional" value="true"/> |
|
17 |
<attribute name="maven.pomderived" value="true"/> |
|
18 |
</attributes> |
|
19 |
</classpathentry> |
|
20 |
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
|
21 |
<attributes> |
|
22 |
<attribute name="maven.pomderived" value="true"/> |
|
23 |
</attributes> |
|
24 |
</classpathentry> |
|
25 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> |
|
26 |
<attributes> |
|
27 |
<attribute name="maven.pomderived" value="true"/> |
|
28 |
</attributes> |
|
29 |
</classpathentry> |
|
30 |
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
|
31 |
<attributes> |
|
32 |
<attribute name="maven.pomderived" value="true"/> |
|
33 |
</attributes> |
|
34 |
</classpathentry> |
|
35 |
<classpathentry kind="output" path="target/classes"/> |
|
36 |
</classpath> |
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<classpath> |
|
3 |
<classpathentry kind="src" output="target/classes" path="src/main/java"> |
|
4 |
<attributes> |
|
5 |
<attribute name="optional" value="true"/> |
|
6 |
<attribute name="maven.pomderived" value="true"/> |
|
7 |
</attributes> |
|
8 |
</classpathentry> |
|
9 |
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
|
10 |
<attributes> |
|
11 |
<attribute name="maven.pomderived" value="true"/> |
|
12 |
</attributes> |
|
13 |
</classpathentry> |
|
14 |
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
|
15 |
<attributes> |
|
16 |
<attribute name="optional" value="true"/> |
|
17 |
<attribute name="maven.pomderived" value="true"/> |
|
18 |
<attribute name="test" value="true"/> |
|
19 |
</attributes> |
|
20 |
</classpathentry> |
|
21 |
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
|
22 |
<attributes> |
|
23 |
<attribute name="maven.pomderived" value="true"/> |
|
24 |
<attribute name="test" value="true"/> |
|
25 |
</attributes> |
|
26 |
</classpathentry> |
|
27 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> |
|
28 |
<attributes> |
|
29 |
<attribute name="maven.pomderived" value="true"/> |
|
30 |
</attributes> |
|
31 |
</classpathentry> |
|
32 |
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
|
33 |
<attributes> |
|
34 |
<attribute name="maven.pomderived" value="true"/> |
|
35 |
</attributes> |
|
36 |
</classpathentry> |
|
37 |
<classpathentry kind="output" path="target/classes"/> |
|
38 |
</classpath> |
tmp/org.txm.jodconverter.core/target/classes/document-formats.js (revision 1237) | ||
---|---|---|
1 |
[ |
|
2 |
{ |
|
3 |
"name": "Portable Document Format", |
|
4 |
"extension": "pdf", |
|
5 |
"mediaType": "application/pdf", |
|
6 |
"storePropertiesByFamily": { |
|
7 |
"DRAWING": {"FilterName": "draw_pdf_Export"}, |
|
8 |
"SPREADSHEET": {"FilterName": "calc_pdf_Export"}, |
|
9 |
"PRESENTATION": {"FilterName": "impress_pdf_Export"}, |
|
10 |
"TEXT": {"FilterName": "writer_pdf_Export"} |
|
11 |
} |
|
12 |
}, |
|
13 |
{ |
|
14 |
"name": "Macromedia Flash", |
|
15 |
"extension": "swf", |
|
16 |
"mediaType": "application/x-shockwave-flash", |
|
17 |
"storePropertiesByFamily": { |
|
18 |
"DRAWING": {"FilterName": "draw_flash_Export"}, |
|
19 |
"PRESENTATION": {"FilterName": "impress_flash_Export"} |
|
20 |
} |
|
21 |
}, |
|
22 |
{ |
|
23 |
"name": "HTML", |
|
24 |
"extension": "html", |
|
25 |
"mediaType": "text/html", |
|
26 |
"inputFamily": "TEXT", |
|
27 |
"storePropertiesByFamily": { |
|
28 |
"SPREADSHEET": {"FilterName": "HTML (StarCalc)"}, |
|
29 |
"PRESENTATION": {"FilterName": "impress_html_Export"}, |
|
30 |
"TEXT": {"FilterName": "HTML (StarWriter)"} |
|
31 |
} |
|
32 |
}, |
|
33 |
{ |
|
34 |
"name": "OpenDocument Text", |
|
35 |
"extension": "odt", |
|
36 |
"mediaType": "application/vnd.oasis.opendocument.text", |
|
37 |
"inputFamily": "TEXT", |
|
38 |
"storePropertiesByFamily": {"TEXT": {"FilterName": "writer8"}} |
|
39 |
}, |
|
40 |
{ |
|
41 |
"name": "OpenOffice.org 1.0 Text Document", |
|
42 |
"extension": "sxw", |
|
43 |
"mediaType": "application/vnd.sun.xml.writer", |
|
44 |
"inputFamily": "TEXT", |
|
45 |
"storePropertiesByFamily": {"TEXT": {"FilterName": "StarOffice XML (Writer)"}} |
|
46 |
}, |
|
47 |
{ |
|
48 |
"name": "Microsoft Word", |
|
49 |
"extension": "doc", |
|
50 |
"mediaType": "application/msword", |
|
51 |
"inputFamily": "TEXT", |
|
52 |
"storePropertiesByFamily": {"TEXT": {"FilterName": "MS Word 97"}} |
|
53 |
}, |
|
54 |
{ |
|
55 |
"name": "Microsoft Word 2007 XML", |
|
56 |
"extension": "docx", |
|
57 |
"mediaType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", |
|
58 |
"inputFamily": "TEXT" |
|
59 |
}, |
|
60 |
{ |
|
61 |
"name": "Rich Text Format", |
|
62 |
"extension": "rtf", |
|
63 |
"mediaType": "text/rtf", |
|
64 |
"inputFamily": "TEXT", |
|
65 |
"storePropertiesByFamily": {"TEXT": {"FilterName": "Rich Text Format"}} |
|
66 |
}, |
|
67 |
{ |
|
68 |
"name": "WordPerfect", |
|
69 |
"extension": "wpd", |
|
70 |
"mediaType": "application/wordperfect", |
|
71 |
"inputFamily": "TEXT" |
|
72 |
}, |
|
73 |
{ |
|
74 |
"name": "Plain Text", |
|
75 |
"extension": "txt", |
|
76 |
"mediaType": "text/plain", |
|
77 |
"inputFamily": "TEXT", |
|
78 |
"loadProperties": { |
|
79 |
"FilterName": "Text (encoded)", |
|
80 |
"FilterOptions": "utf8" |
|
81 |
}, |
|
82 |
"storePropertiesByFamily": {"TEXT": { |
|
83 |
"FilterName": "Text (encoded)", |
|
84 |
"FilterOptions": "utf8" |
|
85 |
}} |
|
86 |
}, |
|
87 |
{ |
|
88 |
"name": "MediaWiki wikitext", |
|
89 |
"extension": "wiki", |
|
90 |
"mediaType": "text/x-wiki", |
|
91 |
"storePropertiesByFamily": {"TEXT": {"FilterName": "MediaWiki"}} |
|
92 |
}, |
|
93 |
{ |
|
94 |
"name": "OpenDocument Spreadsheet", |
|
95 |
"extension": "ods", |
|
96 |
"mediaType": "application/vnd.oasis.opendocument.spreadsheet", |
|
97 |
"inputFamily": "SPREADSHEET", |
|
98 |
"storePropertiesByFamily": {"SPREADSHEET": {"FilterName": "calc8"}} |
|
99 |
}, |
|
100 |
{ |
|
101 |
"name": "OpenOffice.org 1.0 Spreadsheet", |
|
102 |
"extension": "sxc", |
|
103 |
"mediaType": "application/vnd.sun.xml.calc", |
|
104 |
"inputFamily": "SPREADSHEET", |
|
105 |
"storePropertiesByFamily": {"SPREADSHEET": {"FilterName": "StarOffice XML (Calc)"}} |
|
106 |
}, |
|
107 |
{ |
|
108 |
"name": "Microsoft Excel", |
|
109 |
"extension": "xls", |
|
110 |
"mediaType": "application/vnd.ms-excel", |
|
111 |
"inputFamily": "SPREADSHEET", |
|
112 |
"storePropertiesByFamily": {"SPREADSHEET": {"FilterName": "MS Excel 97"}} |
|
113 |
}, |
|
114 |
{ |
|
115 |
"name": "Microsoft Excel 2007 XML", |
|
116 |
"extension": "xlsx", |
|
117 |
"mediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", |
|
118 |
"inputFamily": "SPREADSHEET" |
|
119 |
}, |
|
120 |
{ |
|
121 |
"name": "Comma Separated Values", |
|
122 |
"extension": "csv", |
|
123 |
"mediaType": "text/csv", |
|
124 |
"inputFamily": "SPREADSHEET", |
|
125 |
"loadProperties": { |
|
126 |
"FilterName": "Text - txt - csv (StarCalc)", |
|
127 |
"FilterOptions": "44,34,0" |
|
128 |
}, |
|
129 |
"storePropertiesByFamily": {"SPREADSHEET": { |
|
130 |
"FilterName": "Text - txt - csv (StarCalc)", |
|
131 |
"FilterOptions": "44,34,0" |
|
132 |
}} |
|
133 |
}, |
|
134 |
{ |
|
135 |
"name": "Tab Separated Values", |
|
136 |
"extension": "tsv", |
|
137 |
"mediaType": "text/tab-separated-values", |
|
138 |
"inputFamily": "SPREADSHEET", |
|
139 |
"loadProperties": { |
|
140 |
"FilterName": "Text - txt - csv (StarCalc)", |
|
141 |
"FilterOptions": "9,34,0" |
|
142 |
}, |
|
143 |
"storePropertiesByFamily": {"SPREADSHEET": { |
|
144 |
"FilterName": "Text - txt - csv (StarCalc)", |
|
145 |
"FilterOptions": "9,34,0" |
|
146 |
}} |
|
147 |
}, |
|
148 |
{ |
|
149 |
"name": "OpenDocument Presentation", |
|
150 |
"extension": "odp", |
|
151 |
"mediaType": "application/vnd.oasis.opendocument.presentation", |
|
152 |
"inputFamily": "PRESENTATION", |
|
153 |
"storePropertiesByFamily": {"PRESENTATION": {"FilterName": "impress8"}} |
|
154 |
}, |
|
155 |
{ |
|
156 |
"name": "OpenOffice.org 1.0 Presentation", |
|
157 |
"extension": "sxi", |
|
158 |
"mediaType": "application/vnd.sun.xml.impress", |
|
159 |
"inputFamily": "PRESENTATION", |
|
160 |
"storePropertiesByFamily": {"PRESENTATION": {"FilterName": "StarOffice XML (Impress)"}} |
|
161 |
}, |
|
162 |
{ |
|
163 |
"name": "Microsoft PowerPoint", |
|
164 |
"extension": "ppt", |
|
165 |
"mediaType": "application/vnd.ms-powerpoint", |
|
166 |
"inputFamily": "PRESENTATION", |
|
167 |
"storePropertiesByFamily": {"PRESENTATION": {"FilterName": "MS PowerPoint 97"}} |
|
168 |
}, |
|
169 |
{ |
|
170 |
"name": "Microsoft PowerPoint 2007 XML", |
|
171 |
"extension": "pptx", |
|
172 |
"mediaType": "application/vnd.openxmlformats-officedocument.presentationml.presentation", |
|
173 |
"inputFamily": "PRESENTATION" |
|
174 |
}, |
|
175 |
{ |
|
176 |
"name": "OpenDocument Drawing", |
|
177 |
"extension": "odg", |
|
178 |
"mediaType": "application/vnd.oasis.opendocument.graphics", |
|
179 |
"inputFamily": "DRAWING", |
|
180 |
"storePropertiesByFamily": {"DRAWING": {"FilterName": "draw8"}} |
|
181 |
}, |
|
182 |
{ |
|
183 |
"name": "Scalable Vector Graphics", |
|
184 |
"extension": "svg", |
|
185 |
"mediaType": "image/svg+xml", |
|
186 |
"storePropertiesByFamily": {"DRAWING": {"FilterName": "draw_svg_Export"}} |
|
187 |
} |
|
188 |
] |
Formats disponibles : Unified diff