jboner / scala-otp

Development have been discontinued. The successor is the Akka Transactors Project: http://akkasource.org

This URL has Read+Write access

jboner (author)
Tue Feb 17 10:48:04 -0800 2009
commit  8eeddfea06d01de0d04157056db165733adcd796
tree    ff0a2735098429a9a9d5aafe7ceeb3525f940db3
parent  c4bfc676a398475c1cf2dc1c04ec45d2127b6878
scala-otp / pom.xml
15c70068 » 2008-06-23 initial upload 1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <name>Scala OTP</name>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 7 <description>
8 The Scala OTP project aims implementing an enterprise platform and runtime for Scala Actors similar to Erlangs OTP platform, for implementation of highly fault-tolerant, distributed actor-based enterprise systems.
9 </description>
15c70068 » 2008-06-23 initial upload 10
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 11 <groupId>org.scala-libs</groupId>
12 <artifactId>scala-otp</artifactId>
13
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 14 <properties>
5e554158 » richdougherty 2009-01-23 Added binary string decodin... 15 <scala.version>2.7.3</scala.version>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 16 <library.version>0.1-SNAPSHOT</library.version>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 17 </properties>
18
752a35db » jboner 2008-08-26 removed property ref Comment 19 <version>0.1-SNAPSHOT</version>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 20 <inceptionYear>2008</inceptionYear>
21 <packaging>pom</packaging>
15c70068 » 2008-06-23 initial upload 22
23 <modules>
40343c35 » jboner 2008-10-09 added util-java and compone... 24 <module>util-java</module>
9d34f45e » jboner 2008-07-15 fixed scala-binary build fr... 25 <module>binary</module>
66c39fab » richdougherty 2008-07-19 Merge with jboner. 26 <module>controlflow</module>
27 <module>io</module>
469423b5 » jboner 2008-08-21 added range queries + draft... 28 <module>behavior</module>
40343c35 » jboner 2008-10-09 added util-java and compone... 29 <module>component</module>
469423b5 » jboner 2008-08-21 added range queries + draft... 30 <module>db</module>
15c70068 » 2008-06-23 initial upload 31 </modules>
32
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 33 <repositories>
34 <repository>
35 <id>scala-tools.org</id>
36 <name>Scala-Tools Maven2 Repository</name>
37 <url>http://scala-tools.org/repo-releases</url>
38 </repository>
723942b7 » jboner 2008-10-09 switched to using Configgy ... 39 <repository>
40 <id>configgy</id>
41 <name>Configgy's' Repository</name>
42 <url>http://www.lag.net/repo</url>
43 </repository>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 44 </repositories>
45
46 <pluginRepositories>
47 <pluginRepository>
48 <id>scala-tools.org</id>
49 <name>Scala-Tools Maven2 Repository</name>
50 <url>http://scala-tools.org/repo-releases</url>
51 </pluginRepository>
52 </pluginRepositories>
53
54 <dependencyManagement>
55 <dependencies>
56 <dependency>
57 <groupId>org.scala-lang</groupId>
58 <artifactId>scala-library</artifactId>
59 <version>${scala.version}</version>
60 </dependency>
66c39fab » richdougherty 2008-07-19 Merge with jboner. 61
62 <dependency>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 63 <groupId>org.scala-libs</groupId>
c4bfc676 » jboner 2009-02-16 renamed all modules from sc... 64 <artifactId>scala-otp-binary</artifactId>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 65 <version>${library.version}</version>
66c39fab » richdougherty 2008-07-19 Merge with jboner. 66 </dependency>
67 <dependency>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 68 <groupId>org.scala-libs</groupId>
c4bfc676 » jboner 2009-02-16 renamed all modules from sc... 69 <artifactId>scala-otp-controlflow</artifactId>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 70 <version>${library.version}</version>
66c39fab » richdougherty 2008-07-19 Merge with jboner. 71 </dependency>
72 <dependency>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 73 <groupId>org.scala-libs</groupId>
c4bfc676 » jboner 2009-02-16 renamed all modules from sc... 74 <artifactId>scala-otp-io</artifactId>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 75 <version>${library.version}</version>
76 </dependency>
77 <dependency>
78 <groupId>org.scala-libs</groupId>
c4bfc676 » jboner 2009-02-16 renamed all modules from sc... 79 <artifactId>scala-otp-behavior</artifactId>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 80 <version>${library.version}</version>
81 </dependency>
82 <dependency>
83 <groupId>org.scala-libs</groupId>
c4bfc676 » jboner 2009-02-16 renamed all modules from sc... 84 <artifactId>scala-otp-db</artifactId>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 85 <version>${library.version}</version>
66c39fab » richdougherty 2008-07-19 Merge with jboner. 86 </dependency>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 87 <dependency>
40343c35 » jboner 2008-10-09 added util-java and compone... 88 <groupId>org.scala-libs</groupId>
c4bfc676 » jboner 2009-02-16 renamed all modules from sc... 89 <artifactId>scala-otp-util-java</artifactId>
40343c35 » jboner 2008-10-09 added util-java and compone... 90 <version>${library.version}</version>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 91 </dependency>
92 <dependency>
723942b7 » jboner 2008-10-09 switched to using Configgy ... 93 <groupId>net.lag</groupId>
94 <artifactId>configgy</artifactId>
8eeddfea » jboner 2009-02-17 fixed broken logging 95 <version>1.2</version>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 96 </dependency>
97 <dependency>
5e554158 » richdougherty 2009-01-23 Added binary string decodin... 98 <groupId>commons-lang</groupId>
99 <artifactId>commons-lang</artifactId>
100 <version>2.4</version>
101 <scope>test</scope>
102 </dependency>
103 <dependency>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 104 <groupId>org.scalatest</groupId>
105 <artifactId>scalatest</artifactId>
d1258bcf » richdougherty 2009-01-18 Updated to support Scala 2.... 106 <version>0.9.4</version>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 107 <scope>test</scope>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 108 </dependency>
109 <dependency>
9d34f45e » jboner 2008-07-15 fixed scala-binary build fr... 110 <groupId>org.scalacheck</groupId>
111 <artifactId>scalacheck</artifactId>
d1258bcf » richdougherty 2009-01-18 Updated to support Scala 2.... 112 <version>1.5</version>
9d34f45e » jboner 2008-07-15 fixed scala-binary build fr... 113 <scope>test</scope>
114 </dependency>
115 <dependency>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 116 <groupId>org.testng</groupId>
117 <artifactId>testng</artifactId>
118 <version>5.7</version>
82420c07 » jboner 2008-08-25 fixed maven pom.xml mess, n... 119 <scope>test</scope>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 120 <classifier>jdk15</classifier>
121 </dependency>
122 </dependencies>
123 </dependencyManagement>
124
125 <build>
126 <sourceDirectory>src/main/scala</sourceDirectory>
127 <testSourceDirectory>src/test/scala</testSourceDirectory>
128 <plugins>
129 <plugin>
130 <groupId>org.scala-tools</groupId>
131 <artifactId>maven-scala-plugin</artifactId>
c624be49 » jboner 2008-08-25 added vscaladoc 132 <executions>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 133 <execution>
134 <goals>
135 <goal>compile</goal>
136 <goal>testCompile</goal>
137 </goals>
138 </execution>
139 </executions>
140 <configuration>
141 <source>1.5</source>
142 <target>1.5</target>
143 <encoding>UTF-8</encoding>
144 <scalaVersion>${scala.version}</scalaVersion>
fbb4d073 » richdougherty 2009-02-05 Added warning for dead code... 145 <args>
146 <!--arg>-deprecation</arg-->
147 <arg>-Ywarn-dead-code</arg>
148 </args>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 149 </configuration>
150 </plugin>
151 <plugin>
152 <groupId>org.apache.maven.plugins</groupId>
153 <artifactId>maven-surefire-plugin</artifactId>
154 <configuration>
155 <source>1.5</source>
156 <target>1.5</target>
157 <encoding>UTF-8</encoding>
158 <suiteXmlFiles>
159 <suiteXmlFile>testng.xml</suiteXmlFile>
160 </suiteXmlFiles>
161 </configuration>
162 </plugin>
163 <plugin>
164 <groupId>org.apache.maven.plugins</groupId>
165 <artifactId>maven-eclipse-plugin</artifactId>
166 <configuration>
3e090816 » jboner 2008-08-25 minor pom edit 167 <downloadSources>false</downloadSources>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 168 <buildcommands>
169 <buildcommand>ch.epfl.lamp.sdt.core.scalabuilder</buildcommand>
170 </buildcommands>
171 <additionalProjectnatures>
172 <projectnature>ch.epfl.lamp.sdt.core.scalanature</projectnature>
173 </additionalProjectnatures>
174 <classpathContainers>
175 <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
176 <classpathContainer>ch.epfl.lamp.sdt.launching.SCALA_CONTAINER</classpathContainer>
177 </classpathContainers>
178 </configuration>
179 </plugin>
180 </plugins>
181 <resources>
182 <resource>
183 <filtering>false</filtering>
184 <directory>src/main/resources</directory>
185 </resource>
186 <resource>
187 <filtering>false</filtering>
188 <directory>src/main/scala</directory>
189 <includes>
190 <include>**</include>
191 </includes>
192 <excludes>
193 <exclude>**/*.scala</exclude>
194 </excludes>
195 </resource>
196 </resources>
197 <testResources>
198 <testResource>
199 <filtering>false</filtering>
200 <directory>src/test/resources</directory>
201 </testResource>
202 <testResource>
203 <filtering>false</filtering>
204 <directory>src/test/scala</directory>
205 <includes>
206 <include>**</include>
207 </includes>
208 <excludes>
209 <exclude>**/*.scala</exclude>
210 </excludes>
211 </testResource>
212 </testResources>
213 </build>
214 <reporting>
215 <plugins>
216 <plugin>
217 <groupId>org.scala-tools</groupId>
218 <artifactId>maven-scala-plugin</artifactId>
c624be49 » jboner 2008-08-25 added vscaladoc 219 <configuration>
220 <vscaladocVersion>1.1</vscaladocVersion>
221 <scalaVersion>${scala.version}</scalaVersion>
222 </configuration>
007a3226 » richdougherty 2008-06-23 Moving shared config into p... 223 </plugin>
224 </plugins>
225 </reporting>
15c70068 » 2008-06-23 initial upload 226 </project>