Browse Source

Merged contract-model project into ledger-model project,and removed it.

tags/1.0.0
huanghaiquan 5 years ago
parent
commit
545aec3335
3 changed files with 0 additions and 40 deletions
  1. +0
    -32
      source/contract/contract-model/pom.xml
  2. +0
    -7
      source/contract/contract-model/src/main/resources/sys-contract.properties
  3. +0
    -1
      source/contract/pom.xml

+ 0
- 32
source/contract/contract-model/pom.xml View File

@@ -1,32 +0,0 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>contract</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>contract-model</artifactId>

<dependencies>
<!-- <dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>sdk-client</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools-keygen</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>crypto-framework</artifactId>
<groupId>com.jd.blockchain</groupId>
</exclusion>
</exclusions>
</dependency> -->

</dependencies>
</project>

+ 0
- 7
source/contract/contract-model/src/main/resources/sys-contract.properties View File

@@ -1,7 +0,0 @@
#项目源文件存放的位置;
PROJECT_BASE_DIR=e:\\gitCode\\block\\prototype\\
#合同使用的类库存放的位置,可能不在项目中,故采用全新的地址;
LEDGER_BASE_CLASS_PATH=e:\\gitCode\\block\\prototype\\libs\\
BLACKLIST=java.io;java.net;java.util.Random
#type:public,private
CONTRACT_CLASSLOADER_TYPE=private

+ 0
- 1
source/contract/pom.xml View File

@@ -10,7 +10,6 @@
<packaging>pom</packaging>
<modules>
<module>contract-model</module>
<module>contract-framework</module>
<module>contract-jvm</module>
<module>contract-maven-plugin</module>


Loading…
Cancel
Save