Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2d9227c3
authored
Mar 30, 2013
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mavenization
1 parent
1f5f62cd
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
121 additions
and
47 deletions
code/MoyaAuthModule/pom.xml
code/MoyaAuthModuleClient/pom.xml
code/MoyaBeans/pom.xml
code/MoyaBeansClient/pom.xml
code/MoyaCardPrinter/pom.xml
code/MoyaDatabase/pom.xml
code/MoyaEar/.settings/org.eclipse.wst.common.component
code/MoyaEar/pom.xml
code/MoyaTerminalWeb/.settings/org.eclipse.wst.common.component
code/MoyaTerminalWeb/pom.xml
code/MoyaUtilities/pom.xml
code/MoyaWeb/.settings/org.eclipse.wst.common.component
code/MoyaWeb/pom.xml
code/MoyaAuthModule/pom.xml
View file @
2d9227c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaAuthModule
</artifactId>
<artifactId>
MoyaAuthModule
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
...
@@ -36,12 +36,12 @@
...
@@ -36,12 +36,12 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<artifactId>
MoyaBeansClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaAuthModuleClient
</artifactId>
<artifactId>
MoyaAuthModuleClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
code/MoyaAuthModuleClient/pom.xml
View file @
2d9227c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaAuthModuleClient
</artifactId>
<artifactId>
MoyaAuthModuleClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
...
...
code/MoyaBeans/pom.xml
View file @
2d9227c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeans
</artifactId>
<artifactId>
MoyaBeans
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
...
@@ -47,17 +47,17 @@
...
@@ -47,17 +47,17 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<artifactId>
MoyaBeansClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaDatabase
</artifactId>
<artifactId>
MoyaDatabase
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaUtilities
</artifactId>
<artifactId>
MoyaUtilities
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com
</groupId>
<groupId>
com
</groupId>
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaAuthModuleClient
</artifactId>
<artifactId>
MoyaAuthModuleClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax
</groupId>
<groupId>
javax
</groupId>
...
...
code/MoyaBeansClient/pom.xml
View file @
2d9227c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<artifactId>
MoyaBeansClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
...
@@ -39,12 +39,12 @@
...
@@ -39,12 +39,12 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaDatabase
</artifactId>
<artifactId>
MoyaDatabase
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaUtilities
</artifactId>
<artifactId>
MoyaUtilities
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax
</groupId>
<groupId>
javax
</groupId>
...
...
code/MoyaCardPrinter/pom.xml
View file @
2d9227c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaCardPrinter
</artifactId>
<artifactId>
MoyaCardPrinter
</artifactId>
<version>
0.0.1
-SNAPSHOT
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<build>
<build>
<sourceDirectory>
src
</sourceDirectory>
<sourceDirectory>
src
</sourceDirectory>
<plugins>
<plugins>
...
...
code/MoyaDatabase/pom.xml
View file @
2d9227c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaDatabase
</artifactId>
<artifactId>
MoyaDatabase
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaUtilities
</artifactId>
<artifactId>
MoyaUtilities
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax
</groupId>
<groupId>
javax
</groupId>
...
...
code/MoyaEar/.settings/org.eclipse.wst.common.component
View file @
2d9227c
<?xml version="1.0" encoding="UTF-8"?>
<project-modules
id=
"moduleCoreId"
project-version=
"1.5.0"
>
<?xml version="1.0" encoding="UTF-8"?>
<project-modules
id=
"moduleCoreId"
project-version=
"1.5.0"
>
<wb-module
deploy-name=
"MoyaEar-1.0.0"
>
<wb-module
deploy-name=
"MoyaEar-1.0.0
-SNAPSHOT
"
>
<wb-resource
deploy-path=
"/"
source-path=
"/target/m2e-wtp/ear-resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/target/m2e-wtp/ear-resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/EarContent"
tag=
"defaultRootSource"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/EarContent"
tag=
"defaultRootSource"
/>
<dependent-module
archiveName=
"MoyaWeb.war"
deploy-path=
"/"
handle=
"module:/resource/MoyaWeb/MoyaWeb"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"MoyaTerminalWeb.war"
deploy-path=
"/"
handle=
"module:/resource/MoyaTerminalWeb/MoyaTerminalWeb"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"MoyaBeans.jar"
deploy-path=
"/"
handle=
"module:/resource/MoyaBeans/MoyaBeans"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"lib/MoyaBeansClient.jar"
deploy-path=
"/"
handle=
"module:/resource/MoyaBeansClient/MoyaBeansClient"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"lib/MoyaDatabase.jar"
deploy-path=
"/"
handle=
"module:/resource/MoyaDatabase/MoyaDatabase"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"lib/MoyaUtilities.jar"
deploy-path=
"/"
handle=
"module:/resource/MoyaUtilities/MoyaUtilities"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"pdfjet-4.55.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/com/pdfjet/4.55/pdfjet-4.55.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"commons-io-2.4.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/commons-io/commons-io/2.4/commons-io-2.4.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"httpcore-4.2.3.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/org/apache/httpcomponents/httpcore/4.2.3/httpcore-4.2.3.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"httpclient-4.2.3.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"commons-logging-1.1.1.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"MoyaAuthModuleClient-1.0.0-SNAPSHOT.jar"
deploy-path=
"/"
handle=
"module:/resource/MoyaAuthModuleClient/MoyaAuthModuleClient"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"eclipselink-2.4.0.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/org/eclipse/persistence/eclipselink/2.4.0/eclipselink-2.4.0.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"javax.persistence-2.0.4.v201112161009.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/org/eclipse/persistence/javax.persistence/2.0.4.v201112161009/javax.persistence-2.0.4.v201112161009.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"commonj.sdo-2.1.1.v201112051852.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/commonj/sdo/commonj.sdo/2.1.1.v201112051852/commonj.sdo-2.1.1.v201112051852.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"barcode4j-2.1.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/net/sf/barcode4j/barcode4j/2.1/barcode4j-2.1.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"avalon-framework-impl-4.2.0.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/avalon-framework/avalon-framework-impl/4.2.0/avalon-framework-impl-4.2.0.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"commons-cli-1.0.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/commons-cli/commons-cli/1.0/commons-cli-1.0.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"commons-lang-1.0.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/commons-lang/commons-lang/1.0/commons-lang-1.0.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"junit-3.7.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/junit/junit/3.7/junit-3.7.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"ant-1.7.1.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/org/apache/ant/ant/1.7.1/ant-1.7.1.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"ant-launcher-1.7.1.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"commons-codec-1.7.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/commons-codec/commons-codec/1.7/commons-codec-1.7.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"slf4j-api-1.7.2.jar"
deploy-path=
"/"
handle=
"module:/classpath/var/M2_REPO/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
</wb-module>
</wb-module>
</project-modules>
</project-modules>
code/MoyaEar/pom.xml
View file @
2d9227c
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaEar
</artifactId>
<artifactId>
MoyaEar
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<packaging>
ear
</packaging>
<packaging>
ear
</packaging>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
</properties>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</plugin>
</plugin>
<plugin>
<plugin>
<artifactId>
maven-ear-plugin
</artifactId>
<artifactId>
maven-ear-plugin
</artifactId>
<version>
2.
7
</version>
<version>
2.
8
</version>
<configuration>
<configuration>
<earSourceDirectory>
EarContent
</earSourceDirectory>
<earSourceDirectory>
EarContent
</earSourceDirectory>
<generateApplicationXml>
true
</generateApplicationXml>
<generateApplicationXml>
true
</generateApplicationXml>
...
@@ -43,20 +43,20 @@
...
@@ -43,20 +43,20 @@
<artifactId>
MoyaBeans
</artifactId>
<artifactId>
MoyaBeans
</artifactId>
<bundleFileName>
MoyaBeans.jar
</bundleFileName>
<bundleFileName>
MoyaBeans.jar
</bundleFileName>
</ejbModule>
</ejbModule>
<
ejbClient
Module>
<
jar
Module>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<artifactId>
MoyaBeansClient
</artifactId>
<bundleFileName>
MoyaBeansClient.jar
</bundleFileName>
<bundleFileName>
lib/
MoyaBeansClient.jar
</bundleFileName>
</
ejbClient
Module>
</
jar
Module>
<jarModule>
<jarModule>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaDatabase
</artifactId>
<artifactId>
MoyaDatabase
</artifactId>
<bundleFileName>
MoyaDatabase.jar
</bundleFileName>
<bundleFileName>
lib/
MoyaDatabase.jar
</bundleFileName>
</jarModule>
</jarModule>
<jarModule>
<jarModule>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaUtilities
</artifactId>
<artifactId>
MoyaUtilities
</artifactId>
<bundleFileName>
MoyaUtilities.jar
</bundleFileName>
<bundleFileName>
lib/
MoyaUtilities.jar
</bundleFileName>
</jarModule>
</jarModule>
</modules>
</modules>
</configuration>
</configuration>
...
@@ -74,34 +74,35 @@
...
@@ -74,34 +74,35 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaWeb
</artifactId>
<artifactId>
MoyaWeb
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<type>
war
</type>
<type>
war
</type>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaTerminalWeb
</artifactId>
<artifactId>
MoyaTerminalWeb
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<type>
war
</type>
<type>
war
</type>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeans
</artifactId>
<artifactId>
MoyaBeans
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0-SNAPSHOT
</version>
<type>
ejb
</type>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<artifactId>
MoyaBeansClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaDatabase
</artifactId>
<artifactId>
MoyaDatabase
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaUtilities
</artifactId>
<artifactId>
MoyaUtilities
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
code/MoyaTerminalWeb/.settings/org.eclipse.wst.common.component
View file @
2d9227c
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<wb-resource
deploy-path=
"/"
source-path=
"/target/m2e-wtp/web-resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/target/m2e-wtp/web-resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/WebContent"
tag=
"defaultRootSource"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/WebContent"
tag=
"defaultRootSource"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src"
/>
<dependent-module
archiveName=
"MoyaBeansClient-1.0.0.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaBeansClient/MoyaBeansClient"
>
<dependent-module
archiveName=
"MoyaBeansClient-1.0.0
-SNAPSHOT
.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaBeansClient/MoyaBeansClient"
>
<dependency-type>
uses
</dependency-type>
<dependency-type>
uses
</dependency-type>
</dependent-module>
</dependent-module>
<dependent-module
archiveName=
"MoyaDatabase-1.0.0.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaDatabase/MoyaDatabase"
>
<dependent-module
archiveName=
"MoyaDatabase-1.0.0
-SNAPSHOT
.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaDatabase/MoyaDatabase"
>
<dependency-type>
uses
</dependency-type>
<dependency-type>
uses
</dependency-type>
</dependent-module>
</dependent-module>
<dependent-module
archiveName=
"MoyaUtilities-1.0.0.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaUtilities/MoyaUtilities"
>
<dependent-module
archiveName=
"MoyaUtilities-1.0.0
-SNAPSHOT
.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaUtilities/MoyaUtilities"
>
<dependency-type>
uses
</dependency-type>
<dependency-type>
uses
</dependency-type>
</dependent-module>
</dependent-module>
<property
name=
"java-output-path"
value=
"/MoyaTerminalWeb/build/classes"
/>
<property
name=
"java-output-path"
value=
"/MoyaTerminalWeb/build/classes"
/>
...
...
code/MoyaTerminalWeb/pom.xml
View file @
2d9227c
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaTerminalWeb
</artifactId>
<artifactId>
MoyaTerminalWeb
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
</properties>
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<artifactId>
MoyaBeansClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax
</groupId>
<groupId>
javax
</groupId>
...
...
code/MoyaUtilities/pom.xml
View file @
2d9227c
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaUtilities
</artifactId>
<artifactId>
MoyaUtilities
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
</properties>
...
@@ -59,4 +59,4 @@
...
@@ -59,4 +59,4 @@
<version>
1.7.2
</version>
<version>
1.7.2
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
code/MoyaWeb/.settings/org.eclipse.wst.common.component
View file @
2d9227c
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<wb-resource
deploy-path=
"/"
source-path=
"/target/m2e-wtp/web-resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/target/m2e-wtp/web-resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/WebContent"
tag=
"defaultRootSource"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/WebContent"
tag=
"defaultRootSource"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src"
/>
<dependent-module
archiveName=
"MoyaBeansClient-1.0.0.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaBeansClient/MoyaBeansClient"
>
<dependent-module
archiveName=
"MoyaBeansClient-1.0.0
-SNAPSHOT
.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaBeansClient/MoyaBeansClient"
>
<dependency-type>
uses
</dependency-type>
<dependency-type>
uses
</dependency-type>
</dependent-module>
</dependent-module>
<dependent-module
archiveName=
"MoyaUtilities-1.0.0.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaUtilities/MoyaUtilities"
>
<dependent-module
archiveName=
"MoyaUtilities-1.0.0
-SNAPSHOT
.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaUtilities/MoyaUtilities"
>
<dependency-type>
uses
</dependency-type>
<dependency-type>
uses
</dependency-type>
</dependent-module>
</dependent-module>
<dependent-module
archiveName=
"MoyaDatabase-1.0.0.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaDatabase/MoyaDatabase"
>
<dependent-module
archiveName=
"MoyaDatabase-1.0.0
-SNAPSHOT
.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/MoyaDatabase/MoyaDatabase"
>
<dependency-type>
uses
</dependency-type>
<dependency-type>
uses
</dependency-type>
</dependent-module>
</dependent-module>
<property
name=
"java-output-path"
value=
"/MoyaWeb/build/classes"
/>
<property
name=
"java-output-path"
value=
"/MoyaWeb/build/classes"
/>
...
...
code/MoyaWeb/pom.xml
View file @
2d9227c
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaWeb
</artifactId>
<artifactId>
MoyaWeb
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
</properties>
...
@@ -62,12 +62,12 @@
...
@@ -62,12 +62,12 @@
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<artifactId>
MoyaBeansClient
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaDatabase
</artifactId>
<artifactId>
MoyaDatabase
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.sshd
</groupId>
<groupId>
org.apache.sshd
</groupId>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment