Skip to content

Commit

Permalink
Merge pull request #3060 from matsim-org/kwm-as-contrib
Browse files Browse the repository at this point in the history
add small-scale-traffic-generation as contrib
  • Loading branch information
kainagel authored Jan 19, 2024
2 parents ea58e04 + e3e329e commit 5b66a07
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions contribs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<module>signals</module>
<module>simulatedannealing</module>
<module>simwrapper</module>
<module>small-scale-traffic-generation</module>
<module>socnetsim</module>
<module>sumo</module>
<module>taxi</module>
Expand Down
3 changes: 3 additions & 0 deletions contribs/small-scale-traffic-generation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/output
/target
/bin
3 changes: 3 additions & 0 deletions contribs/small-scale-traffic-generation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# small scale traffic generation

construction site; will contain small scale traffic generation code
29 changes: 29 additions & 0 deletions contribs/small-scale-traffic-generation/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.matsim.contrib</groupId>
<artifactId>small-scale-traffic-generation</artifactId>
<name>small-scale-traffic-generation</name>

<parent>
<groupId>org.matsim</groupId>
<artifactId>contrib</artifactId>
<version>16.0-SNAPSHOT</version>
</parent>

<dependencies>

<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>application</artifactId>
<version>16.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>freight</artifactId>
<version>16.0-SNAPSHOT</version>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<body>

Overview text (in html syntax) could be entered here.

</body>
</html>

0 comments on commit 5b66a07

Please sign in to comment.