From bba2abe7ee38b8903822a07578c46466923d13ed Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 20 Mar 2017 22:09:38 -0400 Subject: start modularizing cbt into libraries this extracts certain parts of cbt into stand-alone libraries, which can be published to maven and used outside of cbt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also adds scalariform for these parts of the code. This slows down cbt’s own build a lot because of the number of projects involved! So we’ll follow this by a bunch of performance tweak commits. --- internal/plugins/shared/Shared.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/plugins/shared') diff --git a/internal/plugins/shared/Shared.scala b/internal/plugins/shared/Shared.scala index 90bc4b2..2db9770 100644 --- a/internal/plugins/shared/Shared.scala +++ b/internal/plugins/shared/Shared.scala @@ -1,7 +1,7 @@ package cbt_internal import cbt._ import java.net.URL -trait Shared extends SonatypeRelease with SnapshotVersion with GithubPom{ +trait Shared extends AdvancedScala with SonatypeRelease with SnapshotVersion with GithubPom{ override def user = "cvogt" override def groupId = "org.cvogt" override def organization = Some( Organization( "Jan Christopher Vogt", Some( new URL("http://cvogt.org") ) ) ) -- cgit v1.2.3