Skip to content

Commit

Permalink
Move source files to standard locations (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton authored Feb 20, 2025
1 parent fbcf41f commit 3456cf3
Show file tree
Hide file tree
Showing 95 changed files with 0 additions and 54 deletions.
13 changes: 0 additions & 13 deletions annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@ plugins {
id 'maven-publish'
}

sourceSets.main {
java {
srcDirs = ['src']
}
resources {
srcDirs = ['src']
include '**/*.properties'
include '**/*.gif'
include '**/*.png'
include '**/*.pro'
}
}

afterEvaluate {
publishing {
publications.getByName(project.name) {
Expand Down
14 changes: 0 additions & 14 deletions ant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ repositories {
mavenCentral()
}

sourceSets.main {
java {
srcDirs = ['src']
include '**/*.java'
}
resources {
srcDirs = ['src']
include '**/*.properties'
include '**/*.gif'
include '**/*.png'
include '**/*.pro'
}
}

dependencies {
implementation project(':base')
implementation 'org.apache.ant:ant:1.10.15'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ repositories {
mavenCentral()
}

sourceSets.main {
java {
srcDirs = ['src']
include '**/*.java'
}
resources {
srcDirs = ['src']
include '**/*.properties'
include '**/*.gif'
include '**/*.png'
include '**/*.pro'
}
}

dependencies {
implementation project(':base')
implementation project(':retrace')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
13 changes: 0 additions & 13 deletions retrace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ repositories {
mavenCentral()
}

sourceSets.main {
java {
srcDirs = ['src']
}
resources {
srcDirs = ['src']
include '**/*.properties'
include '**/*.gif'
include '**/*.png'
include '**/*.pro'
}
}

dependencies {
implementation project(':base')
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3456cf3

Please sign in to comment.