Skip to content

Commit 9ec6b7e

Browse files
author
Louis Jenkins
committed
Initial commit
1 parent 87af869 commit 9ec6b7e

38 files changed

+109
-233
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<!-- the Compile on Save feature is turned off for the project. -->
88
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
99
<!-- in the project's Project Properties dialog box.-->
10-
<project name="llvm-jvm-frontend" default="default" basedir=".">
11-
<description>Builds, tests, and runs the project llvm-jvm-frontend.</description>
10+
<project name="LLVM-Simple-GUI" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project LLVM-Simple-GUI.</description>
1212
<import file="nbproject/build-impl.xml"/>
1313
<!--
1414
@@ -58,7 +58,7 @@
5858
5959
An example of overriding the target for project execution could look like this:
6060
61-
<target name="run" depends="llvm-jvm-frontend-impl.jar">
61+
<target name="run" depends="LLVM-Simple-GUI-impl.jar">
6262
<exec dir="bin" executable="launcher.exe">
6363
<arg file="${dist.jar}"/>
6464
</exec>

build/built-jar.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sat, 04 May 2019 15:33:40 -0400
1+
#Sat, 04 May 2019 17:41:55 -0400
22

33

4-
/Users/louisjenkinscs/GitHub/llvm-jvm-gui=
4+
/Users/louisjenkinscs/GitHub/LLVM-Simple-GUI=

build/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
-30 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)