Skip to content
Snippets Groups Projects
Commit 3a768d9c authored by anttil's avatar anttil
Browse files

SSDM-4579: DSS version information not available (because of duplicate...

SSDM-4579: DSS version information not available (because of duplicate ch.systemsx.cisd.openbis.dss.BuildAndEnvironmentInfo in the classpath)

SVN: 37576
parent b4623848
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,18 @@ sourceSets {
}
}
jar {
manifest {
attributes("Main-Class": "ch.systemsx.cisd.plasmid.BuildAndEnvironmentInfo",
"Version": versionNumber,
"Build-Number": "${versionNumber} (r${revisionNumber},${cleanFlag})")
}
from('targets/dist') {
include 'BUILD-*'
}
}
task plasmidZip(type: Zip) {
baseName 'datastore_server_plugin-plasmid'
from (jar.archivePath) {
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package ch.systemsx.cisd.openbis.dss;
package ch.systemsx.cisd.plasmid;
import ch.systemsx.cisd.base.utilities.AbstractBuildAndEnvironmentInfo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment