@@ -1,5 +0,0 @@ | |||||
Manifest-Version: 1.0 | |||||
Built-By: jue | |||||
Build-Jdk: 1.6.0_32 | |||||
Created-By: Maven Integration for Eclipse | |||||
@@ -1,7 +0,0 @@ | |||||
#Generated by Maven Integration for Eclipse | |||||
#Sat Jul 26 22:37:13 CST 2014 | |||||
version=2.0.1 | |||||
groupId=org.jeecgframework | |||||
m2e.projectName=easypoi-base | |||||
m2e.projectLocation=D\:\\mySpace\\jeecg\\easypoi\\easypoi-base | |||||
artifactId=easypoi-base |
@@ -1,47 +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>org.jeecgframework</groupId> | |||||
<artifactId>easypoi</artifactId> | |||||
<version>2.0.1</version> | |||||
</parent> | |||||
<artifactId>easypoi-base</artifactId> | |||||
<dependencies> | |||||
<!-- poi --> | |||||
<dependency> | |||||
<groupId>org.apache.poi</groupId> | |||||
<artifactId>poi</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.apache.poi</groupId> | |||||
<artifactId>poi-ooxml</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.apache.poi</groupId> | |||||
<artifactId>poi-ooxml-schemas</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.apache.poi</groupId> | |||||
<artifactId>poi-scratchpad</artifactId> | |||||
</dependency> | |||||
<!-- google 工具类 --> | |||||
<dependency> | |||||
<groupId>com.google.guava</groupId> | |||||
<artifactId>guava</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>commons-lang</groupId> | |||||
<artifactId>commons-lang</artifactId> | |||||
</dependency> | |||||
<!--日志 --> | |||||
<!-- slf4j --> | |||||
<dependency> | |||||
<groupId>org.slf4j</groupId> | |||||
<artifactId>slf4j-api</artifactId> | |||||
</dependency> | |||||
</dependencies> | |||||
</project> |
@@ -1,5 +0,0 @@ | |||||
#Generated by Maven | |||||
#Wed Jun 25 10:09:32 CST 2014 | |||||
version=2.0.1 | |||||
groupId=org.jeecgframework | |||||
artifactId=easypoi-base |
@@ -1,5 +0,0 @@ | |||||
Manifest-Version: 1.0 | |||||
Built-By: jue | |||||
Build-Jdk: 1.6.0_32 | |||||
Created-By: Maven Integration for Eclipse | |||||
@@ -1,7 +0,0 @@ | |||||
#Generated by Maven Integration for Eclipse | |||||
#Sat Jul 26 22:37:13 CST 2014 | |||||
version=2.0.1 | |||||
groupId=org.jeecgframework | |||||
m2e.projectName=easypoi-test | |||||
m2e.projectLocation=D\:\\mySpace\\jeecg\\easypoi\\easypoi-test | |||||
artifactId=easypoi-test |
@@ -1,26 +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>org.jeecgframework</groupId> | |||||
<artifactId>easypoi</artifactId> | |||||
<version>2.0.1</version> | |||||
</parent> | |||||
<artifactId>easypoi-test</artifactId> | |||||
<dependencies> | |||||
<dependency> | |||||
<groupId>org.jeecgframework</groupId> | |||||
<artifactId>easypoi-base</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.slf4j</groupId> | |||||
<artifactId>slf4j-log4j12</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>junit</groupId> | |||||
<artifactId>junit</artifactId> | |||||
</dependency> | |||||
</dependencies> | |||||
</project> |
@@ -1,5 +0,0 @@ | |||||
Manifest-Version: 1.0 | |||||
Built-By: jue | |||||
Build-Jdk: 1.6.0_32 | |||||
Created-By: Maven Integration for Eclipse | |||||
@@ -1,7 +0,0 @@ | |||||
#Generated by Maven Integration for Eclipse | |||||
#Sat Jul 26 22:37:13 CST 2014 | |||||
version=2.0.1 | |||||
groupId=org.jeecgframework | |||||
m2e.projectName=easypoi-web | |||||
m2e.projectLocation=D\:\\mySpace\\jeecg\\easypoi\\easypoi-web | |||||
artifactId=easypoi-web |
@@ -1,37 +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>org.jeecgframework</groupId> | |||||
<artifactId>easypoi</artifactId> | |||||
<version>2.0.1</version> | |||||
</parent> | |||||
<artifactId>easypoi-web</artifactId> | |||||
<dependencies> | |||||
<!--spring --> | |||||
<dependency> | |||||
<groupId>org.springframework</groupId> | |||||
<artifactId>spring-web</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.springframework</groupId> | |||||
<artifactId>spring-webmvc</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.springframework</groupId> | |||||
<artifactId>spring-core</artifactId> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>javax.servlet</groupId> | |||||
<artifactId>servlet-api</artifactId> | |||||
<scope>provided</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.jeecgframework</groupId> | |||||
<artifactId>easypoi-base</artifactId> | |||||
</dependency> | |||||
</dependencies> | |||||
</project> |
@@ -1,5 +0,0 @@ | |||||
#Generated by Maven | |||||
#Wed Jun 25 10:09:34 CST 2014 | |||||
version=2.0.1 | |||||
groupId=org.jeecgframework | |||||
artifactId=easypoi-web |