owl-cli 7.7.0 → 7.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/owl-init.js CHANGED
@@ -26,12 +26,13 @@ let cwd = process.cwd();
26
26
 
27
27
  //复制owlconfig.json到 当前目录
28
28
  var templatePath = join(__dirname, "../defaultTemplate")
29
- var buildProperties = join(cwd,'build.properties');
29
+ var buildProperties = join(cwd,'/buildProperties/build.properties');
30
30
  var antLibPath = join(__dirname,'../antLib')
31
31
  let owlconfig = {
32
32
  "models":"models",
33
33
  "templates":templatePath,
34
34
  "generatedApps":"generatedApps",
35
+ "deployApps": ["owlsysApps"],
35
36
  "buildType":"release",
36
37
  "buildProperties":buildProperties,
37
38
  "libpath":antLibPath
@@ -1,3 +1,2 @@
1
- deployUrl=http://p12.local.com/appMarket/handler/deploy.jsp
2
- deployPass=123456
3
- projectName=wushang
1
+ deployUrl=http://localhost/deployer/deploy.jsp
2
+ deployPass=passkey_in_catalina_sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "7.7.0",
3
+ "version": "7.8.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {