Skip to content

Commit 946dac4

Browse files
Merge pull request #111
Progress on replacing drill + web server fixes
2 parents 29c4f79 + 2236157 commit 946dac4

File tree

128 files changed

+949
-426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+949
-426
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
SET VERSION="1.0.1"
2+
SET VERSION="1.0.2"
33
SET DIR=".\build\dist\\%VERSION%\Emrick Designer"
44
SET NAME="Emrick Designer"
55
call .\gradlew.bat clean

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'org.emrick.project'
8-
version '1.0.1'
8+
version '1.0.2'
99
var jarTitle = "Emrick-Designer-$version"
1010

1111
repositories {

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#echo BUILD COMPLETE
1111

1212

13-
VERSION="1.0.1"
13+
VERSION="1.0.2"
1414
DIR="./build/dist/$VERSION/emrick-designer"
1515
NAME="emrick-designer"
1616

build.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#echo BUILD COMPLETE
1111

1212

13-
VERSION="1.0.1"
13+
VERSION="1.0.2"
1414
DIR="./build/dist/$VERSION/Emrick Designer.app"
1515
NAME="Emrick Designer"
1616

docs/allclasses-index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>All Classes and Interfaces (Emrick-Designer 1.0.1 API)</title>
5+
<title>All Classes and Interfaces (Emrick-Designer 1.0.2 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="class index">
@@ -181,6 +181,10 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
181181
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
182182
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/emrick/project/actions/ReplaceEffectsAction.html" title="class in org.emrick.project.actions">ReplaceEffectsAction</a></div>
183183
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
184+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/emrick/project/ReplaceFilesListener.html" title="interface in org.emrick.project">ReplaceFilesListener</a></div>
185+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
186+
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/emrick/project/ReplaceProjectFilesGUI.html" title="class in org.emrick.project">ReplaceProjectFilesGUI</a></div>
187+
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
184188
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/emrick/project/RequestCompleteListener.html" title="interface in org.emrick.project">RequestCompleteListener</a></div>
185189
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
186190
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/emrick/project/RFSignalListener.html" title="interface in org.emrick.project">RFSignalListener</a></div>

docs/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>All Packages (Emrick-Designer 1.0.1 API)</title>
5+
<title>All Packages (Emrick-Designer 1.0.2 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="package index">

docs/constant-values.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>Constant Field Values (Emrick-Designer 1.0.1 API)</title>
5+
<title>Constant Field Values (Emrick-Designer 1.0.2 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="summary of constants">

docs/help-doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>API Help (Emrick-Designer 1.0.1 API)</title>
5+
<title>API Help (Emrick-Designer 1.0.2 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="help">

docs/index-all.html

Lines changed: 63 additions & 5 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>Overview (Emrick-Designer 1.0.1 API)</title>
5+
<title>Overview (Emrick-Designer 1.0.2 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="package index">
@@ -45,7 +45,7 @@
4545
</header>
4646
<main role="main">
4747
<div class="header">
48-
<h1 class="title">Emrick-Designer 1.0.1 API</h1>
48+
<h1 class="title">Emrick-Designer 1.0.2 API</h1>
4949
</div>
5050
<div id="all-packages-table">
5151
<div class="caption"><span>Packages</span></div>

0 commit comments

Comments
 (0)