Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
9b5ba75d
Commit
9b5ba75d
authored
Oct 23, 2015
by
Björn Richerzhagen
Browse files
Version set to 2.5-SNAPSHOT
Removed some Codehaus-Stuff (no longer offered)
parent
94bed953
Changes
4
Show whitespace changes
Inline
Side-by-side
.classpath
View file @
9b5ba75d
...
...
@@ -16,11 +16,5 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
including=
"**/*.java"
kind=
"src"
output=
"target/test-classes"
path=
"test"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
VERSION
View file @
9b5ba75d
API v2.4
\ No newline at end of file
2.5-SNAPSHOT
pom.xml
View file @
9b5ba75d
...
...
@@ -7,10 +7,9 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
maki
</groupId>
<artifactId>
simonstrator-peerfactsim
</artifactId>
<version>
2.
4
</version>
<version>
2.
5-SNAPSHOT
</version>
<build>
<sourceDirectory>
src
</sourceDirectory>
<testSourceDirectory>
test
</testSourceDirectory>
<resources>
<resource>
<directory>
src
</directory>
...
...
@@ -19,84 +18,7 @@
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<directory>
test
</directory>
<excludes>
<exclude>
**/*.java
</exclude>
</excludes>
</testResource>
</testResources>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
<version>
1.2.1
</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>
org.eclipse.m2e
</groupId>
<artifactId>
lifecycle-mapping
</artifactId>
<version>
1.0.0
</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<versionRange>
[2.1,)
</versionRange>
<goals>
<goal>
copy-dependencies
</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<executions>
<execution>
<id>
copy
</id>
<phase>
compile
</phase>
<goals>
<goal>
copy-dependencies
</goal>
</goals>
<configuration>
<outputDirectory>
${basedir}/lib
</outputDirectory>
<silent>
true
</silent>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
</plugin>
<plugin>
<groupId>
org.apache.felix
</groupId>
<artifactId>
maven-bundle-plugin
</artifactId>
<version>
2.3.6
</version>
<extensions>
true
</extensions>
</plugin>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
2.3.2
</version>
...
...
@@ -104,7 +26,6 @@
<source>
1.7
</source>
<target>
1.7
</target>
<encoding>
UTF8
</encoding>
<optimize>
true
</optimize>
</configuration>
</plugin>
</plugins>
...
...
@@ -125,11 +46,6 @@
<url>
http://www.kom.tu-darmstadt.de/~stingl/PeerfactSim.KOM-Libraries/maven2/
</url>
</repository>
<repository>
<id>
codehaus.org
</id>
<url>
http://repository.codehaus.org/
</url>
</repository>
<!-- jgrapht can be found there -->
<repository>
<id>
conjars.org
</id>
...
...
test/ScapBook.jpage
deleted
100644 → 0
View file @
94bed953
org.apache.commons.math.distribution.DistributionFactory.newInstance().createTDistribution(10).inverseCumulativeProbability(0.975d);
System.out.println(Class.class); Class.class==Class
java.util.LinkedList.class.getInterfaces();
System.out.println(Class[].class)
java.util.LinkedList.class.getSimpleName().equals("LinkedList");
\ No newline at end of file
Write
Preview
Markdown
is supported
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