Skip to content

Commit

Permalink
add MonomerManager.js into Pistoia.HELM.js and upgrade HWE version to…
Browse files Browse the repository at this point in the history
… 1.1.4
  • Loading branch information
TianhongZhang committed Feb 27, 2019
1 parent 649f179 commit 815c0fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions HELM/source/helm/helm.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
@project HELM Web Editor
@version 1.1.3
@version 1.1.4
@description HELM Web Editor built on JSDraw.Lite
*/

Expand All @@ -50,7 +50,7 @@ if (org.helm == null)
org.helm = {};

org.helm.webeditor = {
kVersion: "1.1.3",
kVersion: "1.1.4",
atomscale: 2,
bondscale: 1.6,
allowHeadToHeadConnection: true,
Expand Down
12 changes: 2 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
* Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds/
*/

/*
group = "org.pistoia.helm"
name = "hwe"
version = "1.1.3"
description = "HELM Web Editor v1.1.3"
*/


plugins {
id "base"
id "com.eriwen.gradle.js" version "2.12.0"
Expand All @@ -23,7 +15,7 @@ import com.eriwen.gradle.js.tasks.MinifyJsTask
import com.eriwen.gradle.js.tasks.CombineJsTask

def name = "hwe"
version = "1.1.3"
version = "1.1.4"

def rootDir = "HELM/source"
def srcDir = "HELM/source/helm"
Expand Down Expand Up @@ -70,7 +62,7 @@ task combine(type: CombineJsTask) {
"${buildDir}/min.MonomerExplorer.js",
"${buildDir}/min.MolViewer.js",
"${buildDir}/min.Formula.js",
"${buildDir}/min.Editor.js",
"${buildDir}/min.MonomerManager.js",
"${buildDir}/min.ExtinctionCoefficient.js",
"${buildDir}/min.App.js",
"${buildDir}/min.AppToolbar.js",
Expand Down

0 comments on commit 815c0fc

Please sign in to comment.