diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-28 13:43:46 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-28 13:43:46 -0300 |
| commit | 3078a5e9d44aa4a304ba4a3773f79f9e369335d2 (patch) | |
| tree | 5b2c44f0b566199f51a636231d7dcc690fd66fc5 /scl/pom.xml | |
| parent | 6144fc9e987f48617d02c73697b672e65d04e4cd (diff) | |
Move SCL into its own project
SCL is now moved into its own project, since it can behave independantly
Diffstat (limited to 'scl/pom.xml')
| -rw-r--r-- | scl/pom.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/scl/pom.xml b/scl/pom.xml deleted file mode 100644 index 2b26545..0000000 --- a/scl/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>bjc</groupId> - <artifactId>dicelang-parent</artifactId> - <version>1.0.0</version> - </parent> - <artifactId>dicelang-scl</artifactId> - <version>1.0-SNAPSHOT</version> - <name>scl</name> - <url>http://maven.apache.org</url> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - - - <dependency> - <groupId>bjc</groupId> - <artifactId>BJC-Utils2</artifactId> - <version>1.0.0</version> - </dependency> - <dependency> - <groupId>bjc</groupId> - <artifactId>dicelang-dice</artifactId> - <version>1.0.0</version> - </dependency> - </dependencies> -</project> |
