Skip to content

Commit 40fb136

Browse files
author
Chris
committed
IDE stuff.
1 parent 33a2b88 commit 40fb136

File tree

7 files changed

+196
-0
lines changed

7 files changed

+196
-0
lines changed

build.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
3+
<!-- for some information on what you could do (e.g. targets to override). -->
4+
<!-- If you delete this file and reopen the project it will be recreated. -->
5+
<project name="org.chrisle.netbeans.plugins.nbinstallplugin" default="netbeans" basedir=".">
6+
<description>Builds, tests, and runs the project org.chrisle.netbeans.plugins.nbinstallplugin.</description>
7+
<import file="nbproject/build-impl.xml"/>
8+
</project>

manifest.mf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Manifest-Version: 1.0
2+
AutoUpdate-Show-In-Client: true
3+
OpenIDE-Module: org.chrisle.netbeans.plugins.nbinstallplugin
4+
OpenIDE-Module-Localizing-Bundle: org/chrisle/netbeans/plugins/nbinstallplugin/Bundle.properties
5+
OpenIDE-Module-Specification-Version: 1.0
6+

nbproject/build-impl.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
*** GENERATED FROM project.xml - DO NOT EDIT ***
4+
*** EDIT ../build.xml INSTEAD ***
5+
-->
6+
<project name="org.chrisle.netbeans.plugins.nbinstallplugin-impl" basedir="..">
7+
<fail message="Please build using Ant 1.7.1 or higher.">
8+
<condition>
9+
<not>
10+
<antversion atleast="1.7.1"/>
11+
</not>
12+
</condition>
13+
</fail>
14+
<property file="nbproject/private/platform-private.properties"/>
15+
<property file="nbproject/platform.properties"/>
16+
<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
17+
<attribute name="name"/>
18+
<attribute name="value"/>
19+
<sequential>
20+
<property name="@{name}" value="${@{value}}"/>
21+
</sequential>
22+
</macrodef>
23+
<macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
24+
<attribute name="property"/>
25+
<attribute name="value"/>
26+
<sequential>
27+
<property name="@{property}" value="@{value}"/>
28+
</sequential>
29+
</macrodef>
30+
<property file="${user.properties.file}"/>
31+
<nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
32+
<nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
33+
<nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
34+
<fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
35+
<condition>
36+
<not>
37+
<contains string="${cluster.path.evaluated}" substring="platform"/>
38+
</not>
39+
</condition>
40+
</fail>
41+
<import file="${harness.dir}/build.xml"/>
42+
</project>

nbproject/genfiles.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build.xml.data.CRC32=fd7ab24f
2+
build.xml.script.CRC32=5ae14b37
3+
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
4+
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5+
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6+
nbproject/build-impl.xml.data.CRC32=fd7ab24f
7+
nbproject/build-impl.xml.script.CRC32=1faedcc0
8+
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1

nbproject/platform.properties

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
cluster.path=\
2+
${nbplatform.active.dir}/apisupport:\
3+
${nbplatform.active.dir}/cnd:\
4+
${nbplatform.active.dir}/dlight:\
5+
${nbplatform.active.dir}/ergonomics:\
6+
${nbplatform.active.dir}/extide:\
7+
${nbplatform.active.dir}/harness:\
8+
${nbplatform.active.dir}/ide:\
9+
${nbplatform.active.dir}/java:\
10+
${nbplatform.active.dir}/javafx:\
11+
${nbplatform.active.dir}/nb:\
12+
${nbplatform.active.dir}/php:\
13+
${nbplatform.active.dir}/platform:\
14+
${nbplatform.active.dir}/profiler:\
15+
${nbplatform.active.dir}/webcommon:\
16+
${nbplatform.active.dir}/websvccommon
17+
nbplatform.active=default

nbproject/project.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
javac.source=1.6
2+
javac.compilerargs=-Xlint -Xlint:-serial

nbproject/project.xml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.apisupport.project</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
6+
<code-name-base>org.chrisle.netbeans.plugins.nbinstallplugin</code-name-base>
7+
<standalone/>
8+
<module-dependencies>
9+
<dependency>
10+
<code-name-base>org.netbeans.api.progress</code-name-base>
11+
<build-prerequisite/>
12+
<compile-dependency/>
13+
<run-dependency>
14+
<release-version>1</release-version>
15+
<specification-version>1.38.1</specification-version>
16+
</run-dependency>
17+
</dependency>
18+
<dependency>
19+
<code-name-base>org.netbeans.api.progress.nb</code-name-base>
20+
<build-prerequisite/>
21+
<compile-dependency/>
22+
<run-dependency>
23+
<specification-version>1.46.1</specification-version>
24+
</run-dependency>
25+
</dependency>
26+
<dependency>
27+
<code-name-base>org.netbeans.core.multiview</code-name-base>
28+
<build-prerequisite/>
29+
<compile-dependency/>
30+
<run-dependency>
31+
<release-version>1</release-version>
32+
<specification-version>1.40.1</specification-version>
33+
</run-dependency>
34+
</dependency>
35+
<dependency>
36+
<code-name-base>org.netbeans.modules.autoupdate.services</code-name-base>
37+
<build-prerequisite/>
38+
<compile-dependency/>
39+
<run-dependency>
40+
<specification-version>1.47.2</specification-version>
41+
</run-dependency>
42+
</dependency>
43+
<dependency>
44+
<code-name-base>org.openide.awt</code-name-base>
45+
<build-prerequisite/>
46+
<compile-dependency/>
47+
<run-dependency>
48+
<specification-version>7.62.1</specification-version>
49+
</run-dependency>
50+
</dependency>
51+
<dependency>
52+
<code-name-base>org.openide.dialogs</code-name-base>
53+
<build-prerequisite/>
54+
<compile-dependency/>
55+
<run-dependency>
56+
<specification-version>7.38.1</specification-version>
57+
</run-dependency>
58+
</dependency>
59+
<dependency>
60+
<code-name-base>org.openide.filesystems</code-name-base>
61+
<build-prerequisite/>
62+
<compile-dependency/>
63+
<run-dependency>
64+
<specification-version>8.12.1</specification-version>
65+
</run-dependency>
66+
</dependency>
67+
<dependency>
68+
<code-name-base>org.openide.loaders</code-name-base>
69+
<build-prerequisite/>
70+
<compile-dependency/>
71+
<run-dependency>
72+
<specification-version>7.57.2</specification-version>
73+
</run-dependency>
74+
</dependency>
75+
<dependency>
76+
<code-name-base>org.openide.nodes</code-name-base>
77+
<build-prerequisite/>
78+
<compile-dependency/>
79+
<run-dependency>
80+
<specification-version>7.39.1</specification-version>
81+
</run-dependency>
82+
</dependency>
83+
<dependency>
84+
<code-name-base>org.openide.util</code-name-base>
85+
<build-prerequisite/>
86+
<compile-dependency/>
87+
<run-dependency>
88+
<specification-version>8.39.1</specification-version>
89+
</run-dependency>
90+
</dependency>
91+
<dependency>
92+
<code-name-base>org.openide.util.lookup</code-name-base>
93+
<build-prerequisite/>
94+
<compile-dependency/>
95+
<run-dependency>
96+
<specification-version>8.25.1</specification-version>
97+
</run-dependency>
98+
</dependency>
99+
<dependency>
100+
<code-name-base>org.openide.windows</code-name-base>
101+
<build-prerequisite/>
102+
<compile-dependency/>
103+
<run-dependency>
104+
<specification-version>6.71.1</specification-version>
105+
</run-dependency>
106+
</dependency>
107+
</module-dependencies>
108+
<public-packages>
109+
<package>org.chrisle.netbeans.plugins.nbinstallplugin.resources</package>
110+
</public-packages>
111+
</data>
112+
</configuration>
113+
</project>

0 commit comments

Comments
 (0)