fix repository build and build numbers
This commit is contained in:
@@ -1,18 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature id="com.minres.scviewer.feature">
|
||||
<category name="com.minres.scviewer"/>
|
||||
<feature id="com.minres.scviewer.feature" version="0.0.0">
|
||||
<category name="ide_components"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.database.feature">
|
||||
<category name="com.minres.scviewer.database"/>
|
||||
<feature id="com.minres.scviewer.feature.source" version="0.0.0">
|
||||
<category name="ide_components"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.ui.feature">
|
||||
<category name="com.minres.scviewer.database"/>
|
||||
<feature id="com.minres.scviewer.ui.feature" version="0.0.0">
|
||||
<category name="devel_components"/>
|
||||
</feature>
|
||||
<category-def name="com.minres.scviewer" label="SCViewer">
|
||||
<feature id="com.minres.scviewer.ui.feature.source" version="0.0.0">
|
||||
<category name="devel_components.source"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.database.feature" version="0.0.0">
|
||||
<category name="devel_components"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.database.feature.source" version="0.0.0">
|
||||
<category name="devel_components.source"/>
|
||||
</feature>
|
||||
<category-def name="ide_components" label="SCViewer">
|
||||
<description>
|
||||
Viewer for SystemC Verification (SCV) library's transaction recording
|
||||
Viewer for transaction recording outputs of the SystemC Verification (SCV) library
|
||||
</description>
|
||||
</category-def>
|
||||
<category-def name="com.minres.scviewer.database" label="SCViewer Databases"/>
|
||||
<category-def name="devel_components" label="Developer Resources">
|
||||
<description>
|
||||
Components to deal with the transaction recording outputs of the SystemC Verification (SCV) library
|
||||
</description>
|
||||
</category-def>
|
||||
<category-def name="devel_components.source" label="Developer Resources (Source)"/>
|
||||
</site>
|
||||
|
@@ -3,11 +3,12 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>com.minres.scviewer.updateSite</artifactId>
|
||||
<version>2.11.0-SNAPSHOT</version>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
<parent>
|
||||
<groupId>com.minres.scviewer</groupId>
|
||||
<artifactId>com.minres.scviewer.parent</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.11.0</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
<build>
|
||||
@@ -21,6 +22,19 @@
|
||||
<finalName>${project.artifactId}-${qualifiedVersion}</finalName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>parse-version</id>
|
||||
<goals>
|
||||
<goal>parse-version</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
@@ -44,12 +58,12 @@
|
||||
<repository>eclipse</repository>
|
||||
<!-- Bintray package name. -->
|
||||
<bintrayPackage>SCViewer</bintrayPackage>
|
||||
<bintrayVersion>2.10</bintrayVersion>
|
||||
<packageVcsUrl>https://github.com/Minres/SCViewer.git</packageVcsUrl>
|
||||
<bintrayVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</bintrayVersion>
|
||||
<packageVcsUrl>https://git.minres.com/VP-Tools/SCViewer.git</packageVcsUrl>
|
||||
<!-- Local folder content to sync to the remote repo. -->
|
||||
<sourceFolder>${project.build.directory}/repository</sourceFolder>
|
||||
<!-- Remote folder for local content upload, relative path. -->
|
||||
<targetFolder>repository</targetFolder>
|
||||
<targetFolder>scviewer-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</targetFolder>
|
||||
|
||||
<!-- Bintray credentials in settings.xml. -->
|
||||
<serverId>bintray-minres-deploy</serverId>
|
||||
|
Reference in New Issue
Block a user