Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed FOXML machinery and Scala config from fcrepo-legacy-api
  • Loading branch information
ajs6f committed Feb 20, 2013
1 parent 4623da3 commit e8da72a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 255 deletions.
51 changes: 0 additions & 51 deletions fcrepo-legacy-api/pom.xml
Expand Up @@ -28,11 +28,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.0</version>
</dependency>

<dependency>
<groupId>org.codehaus.enunciate</groupId>
Expand Down Expand Up @@ -107,52 +102,6 @@

<build>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.15.2</version>
<configuration>
<args>
<arg>-feature</arg>
</args>
</configuration>
<executions>
<execution>
<id>scala-compile-first</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>scala-test-compile</id>
<phase>process-test-resources</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/main/scala</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e8da72a

Please sign in to comment.