Skip to content

Commit fdb329f

Browse files
committed
initial import
0 parents  commit fdb329f

File tree

90 files changed

+4801
-0
lines changed

Some content is hidden

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

90 files changed

+4801
-0
lines changed

build.xml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- You may freely edit this file. See commented blocks below for -->
3+
<!-- some examples of how to customize the build. -->
4+
<!-- (If you delete it and reopen the project it will be recreated.) -->
5+
<!-- By default, only the Clean and Build commands use this build script. -->
6+
<!-- Commands such as Run, Debug, and Test only use this build script if -->
7+
<!-- the Compile on Save feature is turned off for the project. -->
8+
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
9+
<!-- in the project's Project Properties dialog box.-->
10+
<project name="image-scraper" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project image-scraper.</description>
12+
<import file="nbproject/build-impl.xml"/>
13+
<!--
14+
15+
There exist several targets which are by default empty and which can be
16+
used for execution of your tasks. These targets are usually executed
17+
before and after some main targets. They are:
18+
19+
-pre-init: called before initialization of project properties
20+
-post-init: called after initialization of project properties
21+
-pre-compile: called before javac compilation
22+
-post-compile: called after javac compilation
23+
-pre-compile-single: called before javac compilation of single file
24+
-post-compile-single: called after javac compilation of single file
25+
-pre-compile-test: called before javac compilation of JUnit tests
26+
-post-compile-test: called after javac compilation of JUnit tests
27+
-pre-compile-test-single: called before javac compilation of single JUnit test
28+
-post-compile-test-single: called after javac compilation of single JUunit test
29+
-pre-jar: called before JAR building
30+
-post-jar: called after JAR building
31+
-post-clean: called after cleaning build products
32+
33+
(Targets beginning with '-' are not intended to be called on their own.)
34+
35+
Example of inserting an obfuscator after compilation could look like this:
36+
37+
<target name="-post-compile">
38+
<obfuscate>
39+
<fileset dir="${build.classes.dir}"/>
40+
</obfuscate>
41+
</target>
42+
43+
For list of available properties check the imported
44+
nbproject/build-impl.xml file.
45+
46+
47+
Another way to customize the build is by overriding existing main targets.
48+
The targets of interest are:
49+
50+
-init-macrodef-javac: defines macro for javac compilation
51+
-init-macrodef-junit: defines macro for junit execution
52+
-init-macrodef-debug: defines macro for class debugging
53+
-init-macrodef-java: defines macro for class execution
54+
-do-jar: JAR building
55+
run: execution of project
56+
-javadoc-build: Javadoc generation
57+
test-report: JUnit report generation
58+
59+
An example of overriding the target for project execution could look like this:
60+
61+
<target name="run" depends="image-scraper-impl.jar">
62+
<exec dir="bin" executable="launcher.exe">
63+
<arg file="${dist.jar}"/>
64+
</exec>
65+
</target>
66+
67+
Notice that the overridden target depends on the jar target and not only on
68+
the compile target as the regular run target does. Again, for a list of available
69+
properties which you can use, check the target you are overriding in the
70+
nbproject/build-impl.xml file.
71+
72+
-->
73+
</project>

build/built-jar.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Wed, 27 Nov 2013 14:26:09 +0200
2+
3+
4+
C\:\\Projects\\Private\\GitHub\\image-scraper=

build/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
imagedownloader.ImageDownloaderApp
Binary file not shown.
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4+
<Properties>
5+
<Property name="defaultCloseOperation" type="int" value="2"/>
6+
<Property name="title" type="java.lang.String" resourceKey="title"/>
7+
<Property name="modal" type="boolean" value="true"/>
8+
<Property name="name" type="java.lang.String" value="aboutBox" noResource="true"/>
9+
<Property name="resizable" type="boolean" value="false"/>
10+
</Properties>
11+
<SyntheticProperties>
12+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
13+
</SyntheticProperties>
14+
<AuxValues>
15+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>
16+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
17+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
18+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
19+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
20+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
21+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
22+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
23+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
24+
</AuxValues>
25+
26+
<Layout>
27+
<DimensionLayout dim="0">
28+
<Group type="103" groupAlignment="0" attributes="0">
29+
<Group type="102" alignment="0" attributes="0">
30+
<Component id="imageLabel" min="-2" max="-2" attributes="0"/>
31+
<EmptySpace type="separate" min="-2" max="-2" attributes="0"/>
32+
<Group type="103" groupAlignment="1" attributes="0">
33+
<Group type="102" alignment="0" attributes="0">
34+
<Component id="versionLabel" min="-2" max="-2" attributes="0"/>
35+
<EmptySpace min="-2" max="-2" attributes="0"/>
36+
<Component id="appVersionLabel" min="-2" max="-2" attributes="0"/>
37+
<EmptySpace min="-2" pref="156" max="-2" attributes="0"/>
38+
</Group>
39+
<Component id="appTitleLabel" alignment="0" min="-2" max="-2" attributes="0"/>
40+
<Component id="appDescLabel" alignment="0" pref="270" max="32767" attributes="0"/>
41+
<Component id="closeButton" alignment="1" min="-2" max="-2" attributes="0"/>
42+
</Group>
43+
<EmptySpace min="-2" max="-2" attributes="0"/>
44+
</Group>
45+
</Group>
46+
</DimensionLayout>
47+
<DimensionLayout dim="1">
48+
<Group type="103" groupAlignment="0" attributes="0">
49+
<Component id="imageLabel" min="-2" max="32767" attributes="0"/>
50+
<Group type="102" alignment="0" attributes="0">
51+
<EmptySpace max="-2" attributes="0"/>
52+
<Component id="appTitleLabel" min="-2" max="-2" attributes="0"/>
53+
<EmptySpace min="-2" max="-2" attributes="0"/>
54+
<Component id="appDescLabel" min="-2" max="-2" attributes="0"/>
55+
<EmptySpace min="-2" max="-2" attributes="0"/>
56+
<Group type="103" groupAlignment="3" attributes="0">
57+
<Component id="versionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
58+
<Component id="appVersionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
59+
</Group>
60+
<EmptySpace pref="59" max="32767" attributes="0"/>
61+
<Component id="closeButton" min="-2" max="-2" attributes="0"/>
62+
<EmptySpace max="-2" attributes="0"/>
63+
</Group>
64+
</Group>
65+
</DimensionLayout>
66+
</Layout>
67+
<SubComponents>
68+
<Component class="javax.swing.JButton" name="closeButton">
69+
<Properties>
70+
<Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
71+
<action class="imagedownloader.ImageDownloaderAboutBox" id="closeAboutBox" methodName="closeAboutBox"/>
72+
</Property>
73+
<Property name="name" type="java.lang.String" value="closeButton" noResource="true"/>
74+
</Properties>
75+
</Component>
76+
<Component class="javax.swing.JLabel" name="appTitleLabel">
77+
<Properties>
78+
<Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
79+
<FontInfo relative="true">
80+
<Font bold="true" component="appTitleLabel" property="font" relativeSize="true" size="4"/>
81+
</FontInfo>
82+
</Property>
83+
<Property name="text" type="java.lang.String" resourceKey="Application.title"/>
84+
<Property name="name" type="java.lang.String" value="appTitleLabel" noResource="true"/>
85+
</Properties>
86+
<AuxValues>
87+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
88+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
89+
</AuxValues>
90+
</Component>
91+
<Component class="javax.swing.JLabel" name="versionLabel">
92+
<Properties>
93+
<Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
94+
<FontInfo relative="true">
95+
<Font bold="true" component="versionLabel" property="font" relativeSize="true" size="0"/>
96+
</FontInfo>
97+
</Property>
98+
<Property name="text" type="java.lang.String" resourceKey="versionLabel.text"/>
99+
<Property name="name" type="java.lang.String" value="versionLabel" noResource="true"/>
100+
</Properties>
101+
<AuxValues>
102+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
103+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
104+
</AuxValues>
105+
</Component>
106+
<Component class="javax.swing.JLabel" name="appVersionLabel">
107+
<Properties>
108+
<Property name="text" type="java.lang.String" resourceKey="Application.version"/>
109+
<Property name="name" type="java.lang.String" value="appVersionLabel" noResource="true"/>
110+
</Properties>
111+
<AuxValues>
112+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
113+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
114+
</AuxValues>
115+
</Component>
116+
<Component class="javax.swing.JLabel" name="appDescLabel">
117+
<Properties>
118+
<Property name="text" type="java.lang.String" resourceKey="appDescLabel.text"/>
119+
<Property name="name" type="java.lang.String" value="appDescLabel" noResource="true"/>
120+
</Properties>
121+
<AuxValues>
122+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
123+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
124+
</AuxValues>
125+
</Component>
126+
<Component class="javax.swing.JLabel" name="imageLabel">
127+
<Properties>
128+
<Property name="icon" type="javax.swing.Icon" resourceKey="imageLabel.icon"/>
129+
<Property name="name" type="java.lang.String" value="imageLabel" noResource="true"/>
130+
</Properties>
131+
<AuxValues>
132+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
133+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
134+
</AuxValues>
135+
</Component>
136+
</SubComponents>
137+
</Form>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy