Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digicom5
api
Commits
471622c8
Commit
471622c8
authored
Jan 28, 2016
by
David Koch
Browse files
Type updates
parent
7baac79d
Changes
7
Hide whitespace changes
Inline
Side-by-side
.classpath
View file @
471622c8
...
@@ -6,22 +6,12 @@
...
@@ -6,22 +6,12 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
excluding=
"**"
kind=
"src"
output=
"target/classes"
path=
"src/main/resources"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"src/test/java"
>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"src/test/java"
>
<attributes>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
excluding=
"**"
kind=
"src"
output=
"target/test-classes"
path=
"src/test/resources"
>
<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.7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"
>
<attributes>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
...
@@ -30,7 +20,6 @@
...
@@ -30,7 +20,6 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.nondependency"
value=
""
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
...
...
.project
View file @
471622c8
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<buildCommand>
<name>
org.eclipse.
wst.validation.validationb
uilder
</name>
<name>
org.eclipse.
m2e.core.maven2B
uilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
...
...
src/main/java/de/uniko/digicom/carsandco/messages/RepairContract.java
View file @
471622c8
...
@@ -20,7 +20,7 @@ public class RepairContract {
...
@@ -20,7 +20,7 @@ public class RepairContract {
/**
/**
* The reference to the customer that places a repair/maintainance order
* The reference to the customer that places a repair/maintainance order
*/
*/
private
in
t
customerID
;
private
Str
in
g
customerID
;
/**
/**
* A car Object from Capitol-Api
* A car Object from Capitol-Api
...
@@ -44,11 +44,11 @@ public class RepairContract {
...
@@ -44,11 +44,11 @@ public class RepairContract {
private
String
problemDescription
;
private
String
problemDescription
;
// Getter-Setter-Methods below
// Getter-Setter-Methods below
public
in
t
getCustomerID
()
{
public
Str
in
g
getCustomerID
()
{
return
customerID
;
return
customerID
;
}
}
public
void
setCustomerID
(
in
t
customerID
)
{
public
void
setCustomerID
(
Str
in
g
customerID
)
{
this
.
customerID
=
customerID
;
this
.
customerID
=
customerID
;
}
}
...
...
target/classes/META-INF/MANIFEST.MF
deleted
100644 → 0
View file @
7baac79d
Manifest-Version: 1.0
Built-By: David
Build-Jdk: 1.8.0_71
Created-By: Maven Integration for Eclipse
target/classes/META-INF/maven/de.uniko.digicom.carsandco/carsandco-api/pom.properties
deleted
100644 → 0
View file @
7baac79d
#Generated by Maven Integration for Eclipse
#Tue Jan 26 15:34:25 CET 2016
version
=
0.0.1-SNAPSHOT
groupId
=
de.uniko.digicom.carsandco
m2e.projectName
=
api
m2e.projectLocation
=
C
\:\\
Users
\\
David
\\
Documents
\\
workspace
\\
api
artifactId
=
carsandco-api
target/classes/META-INF/maven/de.uniko.digicom.carsandco/carsandco-api/pom.xml
deleted
100644 → 0
View file @
7baac79d
<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>
de.uniko.digicom.carsandco
</groupId>
<artifactId>
carsandco-api
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
External Cars and Co API
</name>
<description>
External API for business partners of Cars and Co Inc.
</description>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.7
</java.version>
<!-- plugins -->
<maven.compiler.version>
3.3
</maven.compiler.version>
<java.source-plugin.version>
2.2.1
</java.source-plugin.version>
<java.javaDoc-plugin.version>
2.9.1
</java.javaDoc-plugin.version>
<maven.ssh-extension.version>
2.10
</maven.ssh-extension.version>
<!-- dependencies -->
<gson.version>
1.7.1
</gson.version>
<http.client.version>
4.5.1
</http.client.version>
</properties>
<build>
<sourceDirectory>
src/main/java
</sourceDirectory>
<testSourceDirectory>
src/test/java
</testSourceDirectory>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
${maven.compiler.version}
</version>
<configuration>
<source>
${java.version}
</source>
<target>
${java.version}
</target>
<encoding>
${project.build.sourceEncoding}
</encoding>
<showWarnings>
true
</showWarnings>
<showDeprecation>
true
</showDeprecation>
</configuration>
</plugin>
<!-- attach source code -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
${java.source-plugin.version}
</version>
<executions>
<execution>
<id>
attach-sources
</id>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- attach JavaDoc -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
${java.javaDoc-plugin.version}
</version>
<configuration>
<encoding>
UTF-8
</encoding>
<show>
private
</show>
</configuration>
<executions>
<execution>
<id>
attach-javadocs
</id>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<!-- SSH extension to deploy via SCP -->
<extension>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-ssh
</artifactId>
<version>
${maven.ssh-extension.version}
</version>
</extension>
</extensions>
</build>
<repositories>
<!-- Cars and Co repository to resolve dependencies from -->
<repository>
<id>
carsandco
</id>
<url>
http://camunda-carsandco.iwvi.uni-koblenz.de/mvn
</url>
</repository>
<!-- Capitol Inc. repository -->
<repository>
<id>
capitol
</id>
<url>
http://camunda-capitol.iwvi.uni-koblenz.de/mvn
</url>
</repository>
</repositories>
<distributionManagement>
<!-- Capitol repository to deploy artifacts to -->
<repository>
<id>
carsandco
</id>
<uniqueVersion>
false
</uniqueVersion>
<url>
scp://camunda-carsandco.iwvi.uni-koblenz.de/mvn/
</url>
<layout>
default
</layout>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
<version>
${http.client.version}
</version>
</dependency>
<dependency>
<groupId>
com.google.code.gson
</groupId>
<artifactId>
gson
</artifactId>
<version>
1.7.1
</version>
</dependency>
<dependency>
<groupId>
de.uniko.digicom.capitol
</groupId>
<artifactId>
capitol-api
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
target/classes/de/uniko/digicom/carsandco/messages/RepairContract.class
View file @
471622c8
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment