Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
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 bd651b98
authored
Mar 30, 2013
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mavenize
1 parent
ad13358f
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
160 additions
and
66 deletions
code/MoyaAuthModule/.classpath
code/MoyaAuthModule/.settings/org.eclipse.core.resources.prefs
code/MoyaAuthModule/.settings/org.eclipse.wst.common.project.facet.core.xml
code/MoyaAuthModule/pom.xml
code/MoyaAuthModuleClient/.classpath
code/MoyaAuthModuleClient/.settings/org.eclipse.core.resources.prefs
code/MoyaAuthModuleClient/pom.xml
code/MoyaBeans/.classpath
code/MoyaBeans/.settings/org.eclipse.core.resources.prefs
code/MoyaBeans/.settings/org.eclipse.wst.common.project.facet.core.xml
code/MoyaBeans/pom.xml
code/MoyaBeansClient/.classpath
code/MoyaBeansClient/.settings/org.eclipse.core.resources.prefs
code/MoyaBeansClient/pom.xml
code/MoyaCardPrinter/.classpath
code/MoyaCardPrinter/.project
code/MoyaCardPrinter/.settings/org.eclipse.jdt.core.prefs
code/MoyaCardPrinter/.settings/org.eclipse.m2e.core.prefs
code/MoyaCardPrinter/pom.xml
code/MoyaCardPrinter/src/fi/codecrew/moya/cardprinter/CardPrinter.java
code/MoyaDatabase/.classpath
code/MoyaDatabase/.settings/org.eclipse.core.resources.prefs
code/MoyaDatabase/.settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
code/MoyaDatabase/pom.xml
code/MoyaEar/.settings/org.eclipse.core.resources.prefs
code/MoyaEar/pom.xml
code/MoyaTerminalWeb/.classpath
code/MoyaTerminalWeb/.settings/org.eclipse.core.resources.prefs
code/MoyaTerminalWeb/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
code/MoyaTerminalWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
code/MoyaTerminalWeb/pom.xml
code/MoyaUtilities/.classpath
code/MoyaUtilities/.settings/org.eclipse.core.resources.prefs
code/MoyaUtilities/pom.xml
code/MoyaWeb/.classpath
code/MoyaWeb/.settings/org.eclipse.core.resources.prefs
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
code/MoyaWeb/pom.xml
code/MoyaAuthModule/.classpath
View file @
bd651b9
...
...
@@ -8,14 +8,14 @@
</classpathentry>
<classpathentry
combineaccessrules=
"false"
kind=
"src"
path=
"/MoyaAuthModuleClient"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.USER_LIBRARY/auth-libs"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.
m2e.MAVEN2_CLASSPATH_CONTAINER
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.
jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7
"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.
jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.
m2e.MAVEN2_CLASSPATH_CONTAINER
"
>
<attributes>
<attribute
name=
"
owner.project.facets"
value=
"java
"
/>
<attribute
name=
"
maven.pomderived"
value=
"true
"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
...
...
code/MoyaAuthModule/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/
<project>
=UTF-8
encoding/
src
=UTF-8
code/MoyaAuthModule/.settings/org.eclipse.wst.common.project.facet.core.xml
View file @
bd651b9
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime
name=
"GlassFish 3.1.2"
/>
<installed
facet=
"java"
version=
"1.7"
/>
</faceted-project>
code/MoyaAuthModule/pom.xml
View file @
bd651b9
...
...
@@ -4,6 +4,10 @@
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaAuthModule
</artifactId>
<version>
1.0.0
</version>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
src
</sourceDirectory>
<plugins>
...
...
@@ -11,8 +15,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
code/MoyaAuthModuleClient/.classpath
View file @
bd651b9
...
...
@@ -6,7 +6,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
OracleJDK 1.7u15
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
JavaSE-1.7
"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
...
...
code/MoyaAuthModuleClient/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/src=UTF-8
code/MoyaAuthModuleClient/pom.xml
View file @
bd651b9
...
...
@@ -4,6 +4,10 @@
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaAuthModuleClient
</artifactId>
<version>
1.0.0
</version>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
src
</sourceDirectory>
<resources>
...
...
@@ -19,8 +23,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
code/MoyaBeans/.classpath
View file @
bd651b9
...
...
@@ -6,15 +6,21 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"
con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER
"
>
<classpathentry
kind=
"
src"
output=
"target/test-classes"
path=
"src/test/java
"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.nondependency"
value=
""
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<attributes>
<attribute
name=
"owner.project.facets"
value=
"java"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.nondependency"
value=
""
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
...
...
code/MoyaBeans/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/ejbModule=UTF-8
code/MoyaBeans/.settings/org.eclipse.wst.common.project.facet.core.xml
View file @
bd651b9
...
...
@@ -2,7 +2,7 @@
<faceted-project>
<fixed
facet=
"java"
/>
<fixed
facet=
"jst.ejb"
/>
<installed
facet=
"jst.ejb"
version=
"3.1"
/>
<installed
facet=
"sun.facet"
version=
"9"
/>
<installed
facet=
"java"
version=
"1.7"
/>
<installed
facet=
"jst.ejb"
version=
"2.1"
/>
</faceted-project>
code/MoyaBeans/pom.xml
View file @
bd651b9
...
...
@@ -4,6 +4,10 @@
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeans
</artifactId>
<version>
1.0.0
</version>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
ejbModule
</sourceDirectory>
<resources>
...
...
@@ -19,8 +23,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
code/MoyaBeansClient/.classpath
View file @
bd651b9
...
...
@@ -12,6 +12,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
...
...
@@ -23,9 +24,4 @@
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<attributes>
<attribute
name=
"owner.project.facets"
value=
"java"
/>
</attributes>
</classpathentry>
</classpath>
code/MoyaBeansClient/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/ejbModule=UTF-8
code/MoyaBeansClient/pom.xml
View file @
bd651b9
...
...
@@ -4,6 +4,10 @@
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaBeansClient
</artifactId>
<version>
1.0.0
</version>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
ejbModule
</sourceDirectory>
<resources>
...
...
@@ -19,8 +23,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
code/MoyaCardPrinter/.classpath
View file @
bd651b9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
<classpathentry
kind=
"src"
output=
"target/classes"
path=
"src"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
code/MoyaCardPrinter/.project
View file @
bd651b9
...
...
@@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
</natures>
</projectDescription>
code/MoyaCardPrinter/.settings/org.eclipse.jdt.core.prefs
View file @
bd651b9
...
...
@@ -8,4 +8,5 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.7
code/MoyaCardPrinter/.settings/org.eclipse.m2e.core.prefs
0 → 100644
View file @
bd651b9
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
code/MoyaCardPrinter/pom.xml
0 → 100644
View file @
bd651b9
<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>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaCardPrinter
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<build>
<sourceDirectory>
src
</sourceDirectory>
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.7
</source>
<target>
1.7
</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.3
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
code/MoyaCardPrinter/src/fi/codecrew/moya/cardprinter/CardPrinter.java
View file @
bd651b9
...
...
@@ -6,7 +6,6 @@ import java.io.IOException;
import
java.io.InputStream
;
import
java.util.HashSet
;
import
java.util.Set
;
import
java.util.logging.Logger
;
import
javax.print.DocFlavor
;
import
javax.print.DocPrintJob
;
...
...
@@ -15,6 +14,9 @@ import javax.print.PrintService;
import
javax.print.PrintServiceLookup
;
import
javax.print.SimpleDoc
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
public
class
CardPrinter
{
/**
...
...
code/MoyaDatabase/.classpath
View file @
bd651b9
...
...
@@ -6,16 +6,15 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.
m2e.MAVEN2_CLASSPATH_CONTAINER
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.
jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7
"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"
owner.project.facets"
value=
"java
"
/>
<attribute
name=
"
maven.pomderived"
value=
"true
"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"
build
/classes"
/>
<classpathentry
kind=
"output"
path=
"
target
/classes"
/>
</classpath>
code/MoyaDatabase/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/src=UTF-8
code/MoyaDatabase/.settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
0 → 100644
View file @
bd651b9
XDOCLETBUILDERACTIVE=true
XDOCLETHOME=
XDOCLETUSEGLOBAL=true
XDOCLETVERSION=1.2.1
eclipse.preferences.version=1
code/MoyaDatabase/pom.xml
View file @
bd651b9
...
...
@@ -4,6 +4,10 @@
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaDatabase
</artifactId>
<version>
1.0.0
</version>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
src
</sourceDirectory>
<resources>
...
...
@@ -19,8 +23,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
<compilerArgument>
-proc:none
</compilerArgument>
</configuration>
...
...
@@ -32,6 +34,7 @@
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
...
...
@@ -53,6 +56,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
<repositories>
...
...
code/MoyaEar/.settings/org.eclipse.core.resources.prefs
deleted
100644 → 0
View file @
ad13358
eclipse.preferences.version=1
encoding/<project>=UTF-8
code/MoyaEar/pom.xml
View file @
bd651b9
...
...
@@ -5,14 +5,16 @@
<artifactId>
MoyaEar
</artifactId>
<version>
1.0.0
</version>
<packaging>
ear
</packaging>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
code/MoyaTerminalWeb/.classpath
View file @
bd651b9
...
...
@@ -6,7 +6,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
OracleJDK 1.7u15
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
JavaSE-1.7
"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
...
...
code/MoyaTerminalWeb/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/src=UTF-8
code/MoyaTerminalWeb/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
0 → 100644
View file @
bd651b9
<root>
<facet
id=
"jst.jaxrs"
>
<node
name=
"libprov"
>
<attribute
name=
"provider-id"
value=
"jaxrs-no-op-library-provider"
/>
</node>
</facet>
<facet
id=
"jst.jsf"
>
<node
name=
"libprov"
>
<attribute
name=
"provider-id"
value=
"jsf-no-op-library-provider"
/>
</node>
</facet>
</root>
code/MoyaTerminalWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
View file @
bd651b9
...
...
@@ -7,4 +7,6 @@
<installed
facet=
"sun.facet"
version=
"9"
/>
<installed
facet=
"wst.jsdt.web"
version=
"1.0"
/>
<installed
facet=
"java"
version=
"1.7"
/>
<installed
facet=
"jst.jaxrs"
version=
"1.1"
/>
<installed
facet=
"jst.jsf"
version=
"2.0"
/>
</faceted-project>
code/MoyaTerminalWeb/pom.xml
View file @
bd651b9
...
...
@@ -5,6 +5,10 @@
<artifactId>
MoyaTerminalWeb
</artifactId>
<version>
1.0.0
</version>
<packaging>
war
</packaging>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
src
</sourceDirectory>
<resources>
...
...
@@ -20,8 +24,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
code/MoyaUtilities/.classpath
View file @
bd651b9
...
...
@@ -6,17 +6,16 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.
m2e.MAVEN2_CLASSPATH_CONTAINER
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.
jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7
"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.nondependency"
value=
""
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"owner.project.facets"
value=
"java"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.nondependency"
value=
""
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"
build
/classes"
/>
<classpathentry
kind=
"output"
path=
"
target
/classes"
/>
</classpath>
code/MoyaUtilities/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/src=UTF-8
code/MoyaUtilities/pom.xml
View file @
bd651b9
...
...
@@ -4,6 +4,10 @@
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
MoyaUtilities
</artifactId>
<version>
1.0.0
</version>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
src
</sourceDirectory>
<resources>
...
...
@@ -19,8 +23,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
code/MoyaWeb/.classpath
View file @
bd651b9
...
...
@@ -6,19 +6,16 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.
m2e.MAVEN2_CLASSPATH_CONTAINER
"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.
jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7
"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.dependency"
value=
"/WEB-INF/lib"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jst.j2ee.internal.web.container"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jst.j2ee.internal.module.container"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"owner.project.facets"
value=
"java"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.dependency"
value=
"/WEB-INF/lib"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"
build
/classes"
/>
<classpathentry
kind=
"output"
path=
"
target
/classes"
/>
</classpath>
code/MoyaWeb/.settings/org.eclipse.core.resources.prefs
View file @
bd651b9
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/src=UTF-8
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
0 → 100644
View file @
bd651b9
<root>
<facet
id=
"jst.jaxrs"
>
<node
name=
"libprov"
>
<attribute
name=
"provider-id"
value=
"jaxrs-no-op-library-provider"
/>
</node>
</facet>
<facet
id=
"jst.jsf"
>
<node
name=
"libprov"
>
<attribute
name=
"provider-id"
value=
"jsf-no-op-library-provider"
/>
</node>
</facet>
</root>
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
View file @
bd651b9
...
...
@@ -7,4 +7,6 @@
<installed
facet=
"sun.facet"
version=
"9"
/>
<installed
facet=
"wst.jsdt.web"
version=
"1.0"
/>
<installed
facet=
"java"
version=
"1.7"
/>
<installed
facet=
"jst.jaxrs"
version=
"1.1"
/>
<installed
facet=
"jst.jsf"
version=
"2.0"
/>
</faceted-project>
code/MoyaWeb/pom.xml
View file @
bd651b9
...
...
@@ -5,6 +5,10 @@
<artifactId>
MoyaWeb
</artifactId>
<version>
1.0.0
</version>
<packaging>
war
</packaging>
<properties>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<build>
<sourceDirectory>
src
</sourceDirectory>
<resources>
...
...
@@ -20,8 +24,6 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
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