Skip to content

Commit a21aaaa

Browse files
nygrenhRedande
authored andcommitted
Make plugin compatible with nb9-vc3
1 parent 0e81867 commit a21aaaa

6 files changed

Lines changed: 8 additions & 17 deletions

File tree

nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build.xml.stylesheet.CRC32=eaf9f76a@2.50.1
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
66
nbproject/build-impl.xml.data.CRC32=b49f54e7
77
nbproject/build-impl.xml.script.CRC32=416371d0
8-
nbproject/build-impl.xml.stylesheet.CRC32=0f381476@2.50.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=473dc988@2.74.1
99
nbproject/platform.xml.data.CRC32=b49f54e7
1010
nbproject/platform.xml.script.CRC32=6dcbd131
11-
nbproject/platform.xml.stylesheet.CRC32=45ddf0e0@2.72.1
11+
nbproject/platform.xml.stylesheet.CRC32=ae64f0b6@2.74.1

nbproject/platform.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ extcluster.mavenmodules.sources=
3333
# org.openide.execution,\
3434
# org.openide.options,\
3535
# org.openide.util.enumerations
36-
nbplatform.active=nb82
36+
nbplatform.active=Apache_NetBeans_IDE_9.0_(Build_incubator-netbeans-release-334-on-20180708)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build.xml.data.CRC32=d86d3efa
22
build.xml.script.CRC32=d075bdf4
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.74.1
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
66
nbproject/build-impl.xml.data.CRC32=d86d3efa
77
nbproject/build-impl.xml.script.CRC32=ba1a70e4
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.74.1

tmc-plugin/manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
OpenIDE-Module: fi.helsinki.cs.tmc
33
OpenIDE-Module-Layer: fi/helsinki/cs/tmc/layer.xml
44
OpenIDE-Module-Localizing-Bundle: fi/helsinki/cs/tmc/Bundle.properties
5-
OpenIDE-Module-Requires:
5+
OpenIDE-Module-Requires:
66
org.openide.windows.IOProvider,
77
org.openide.windows.WindowManager
88
OpenIDE-Module-Install: fi/helsinki/cs/tmc/actions/TmcModuleInstall.class

tmc-plugin/nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=84aa6cb9
33
build.xml.stylesheet.CRC32=a56c6a5b@1.45.1
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# 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=83609e03
6+
nbproject/build-impl.xml.data.CRC32=0bb14b68
77
nbproject/build-impl.xml.script.CRC32=72a9c69e
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.72.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.74.1

tmc-plugin/nbproject/project.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@
2323
<specification-version>3.79.1.2</specification-version>
2424
</run-dependency>
2525
</dependency>
26-
<dependency>
27-
<code-name-base>org.jdesktop.beansbinding</code-name-base>
28-
<build-prerequisite/>
29-
<compile-dependency/>
30-
<run-dependency>
31-
<release-version>1</release-version>
32-
<specification-version>1.26.1.121</specification-version>
33-
</run-dependency>
34-
</dependency>
3526
<dependency>
3627
<code-name-base>org.netbeans.api.annotations.common</code-name-base>
3728
<build-prerequisite/>

0 commit comments

Comments
 (0)