|
13 | 13 | </properties>
|
14 | 14 |
|
15 | 15 | <artifactId>wollmux-oxt</artifactId>
|
16 |
| - <name>WollMux LibreOffice Extension</name> |
| 16 | + <name>LOTS Extension</name> |
17 | 17 |
|
18 | 18 | <build>
|
19 | 19 | <testResources>
|
|
108 | 108 | <goal>single</goal>
|
109 | 109 | </goals>
|
110 | 110 | <configuration>
|
111 |
| - <finalName>WollMux</finalName> |
| 111 | + <finalName>LOTS</finalName> |
112 | 112 | <appendAssemblyId>false</appendAssemblyId>
|
113 | 113 | <descriptors>
|
114 | 114 | <descriptor>assembly-oxt.xml</descriptor>
|
|
126 | 126 | <phase>prepare-package</phase>
|
127 | 127 | <configuration>
|
128 | 128 | <target>
|
129 |
| - <copy file="${project.build.directory}/WollMux.zip" tofile="${project.build.directory}/WollMux.oxt" /> |
| 129 | + <copy file="${project.build.directory}/LOTS.zip" tofile="${project.build.directory}/LOTS.oxt" /> |
130 | 130 | </target>
|
131 | 131 | </configuration>
|
132 | 132 | <goals>
|
|
165 | 165 | <echo level="info">unopkg add:</echo>
|
166 | 166 | <mkdir dir="${office.user.profile}" />
|
167 | 167 | <exec executable="${UNO_PATH}/unopkg" failifexecutionfails="false">
|
168 |
| - <arg line="add -f -env:UserInstallation=file://${office.user.profile} ${project.build.directory}/WollMux.oxt" /> |
| 168 | + <arg line="add -f -env:UserInstallation=file://${office.user.profile} ${project.build.directory}/LOTS.oxt" /> |
169 | 169 | </exec>
|
170 | 170 | <replaceregexp>
|
171 | 171 | <regexp pattern="<vmParameters xsi:nil="true"/>" />
|
|
284 | 284 | <goal>single</goal>
|
285 | 285 | </goals>
|
286 | 286 | <configuration>
|
287 |
| - <finalName>WollMux_ButtonsOnly</finalName> |
| 287 | + <finalName>LOTS_ButtonsOnly</finalName> |
288 | 288 | <appendAssemblyId>false</appendAssemblyId>
|
289 | 289 | <descriptors>
|
290 | 290 | <descriptor>assembly-buttons-only.xml</descriptor>
|
|
305 | 305 | </goals>
|
306 | 306 | <configuration>
|
307 | 307 | <target>
|
308 |
| - <move file="${project.build.directory}/WollMux_ButtonsOnly.zip" tofile="${project.build.directory}/WollMux_ButtonsOnly.oxt" /> |
| 308 | + <move file="${project.build.directory}/LOTS_ButtonsOnly.zip" tofile="${project.build.directory}/LOTS_ButtonsOnly.oxt" /> |
309 | 309 | <echo level="info">unopkg add:</echo>
|
310 | 310 | <exec executable="${UNO_PATH}/unopkg" failifexecutionfails="false">
|
311 |
| - <arg line="add -f ${project.build.directory}/WollMux_ButtonsOnly.oxt" /> |
| 311 | + <arg line="add -f ${project.build.directory}/LOTS_ButtonsOnly.oxt" /> |
312 | 312 | </exec>
|
313 | 313 |
|
314 | 314 | <tstamp>
|
|
0 commit comments