Moved oxt description xml file
This commit is contained in:
parent
5991ccd25a
commit
2a0c02d8f8
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
|||
repositories{
|
||||
mavenCentral()
|
||||
}
|
||||
def releaseVersion = "0.9.0"
|
||||
def releaseVersion = "0.9.1"
|
||||
def propertyFile = file "src/main/java/w2phtml/project.properties"
|
||||
Properties properties = new Properties()
|
||||
propertyFile.withReader { properties.load(it) }
|
||||
|
@ -167,7 +167,7 @@ task oxtNew(type: Zip){
|
|||
|
||||
task setVersion(){
|
||||
ant.taskdef(name: 'xmltask', classpath: 'buildPlugins/xmltask.jar', classname: 'com.oopsconsultancy.xmltask.ant.XmlTask')
|
||||
ant.xmltask(source: 'src/main/oxt/description.xml', dest: 'src/main/oxt/description.xml', report:'true') {
|
||||
ant.xmltask(source: 'src/main/description.xml', dest: 'src/main/oxt2/description.xml', report:'true') {
|
||||
replace(path: "//*[local-name()='version']/@value", withText: "${releaseVersion}")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<identifier value="pro.litvinovg.writer2paginatedhtml"/>
|
||||
|
||||
<version value="0.8.4"/>
|
||||
<version value=""/>
|
||||
<extension-description>
|
||||
<src lang="en" xlink:href="description/desc_en.txt"/>
|
||||
</extension-description>
|
|
@ -1,3 +1,3 @@
|
|||
#Tue Nov 24 22:59:31 CET 2020
|
||||
releaseVersion=0.9.0
|
||||
releaseDate=22\:59\:31 24-11-2020
|
||||
#Tue Nov 24 23:04:59 CET 2020
|
||||
releaseVersion=0.9.1
|
||||
releaseDate=23\:04\:59 24-11-2020
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<identifier value="pro.litvinovg.writer2paginatedhtml"/>
|
||||
|
||||
<version value="0.9.0"/>
|
||||
<version value="0.9.1"/>
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version d:name="OpenOffice.org 3.0" value="3.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue