Skip to content

Commit d6543c0

Browse files
authored
minor update (#556)
1 parent a14c73e commit d6543c0

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

CoreArrangementPlugins/src/au/gov/asd/tac/constellation/plugins/arrangements/planar/STNumbering.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ public TreeNode(final int vxID, final TreeNode parent) {
7171
defactoPendants = new HashSet<>();
7272
pendants = new HashSet<>();
7373
}
74+
75+
public int getvLow() {
76+
return vLow;
77+
}
78+
79+
public int getPreorder() {
80+
return preorder;
81+
}
82+
7483
}
7584

7685
private class NodeResult {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=1087e8ca
1+
build.xml.data.CRC32=c628577e
22
build.xml.script.CRC32=2af72db3
33
build.xml.stylesheet.CRC32=15ca8a54@2.79
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=1087e8ca
6+
nbproject/build-impl.xml.data.CRC32=c628577e
77
nbproject/build-impl.xml.script.CRC32=f88fcdd6
88
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.79

CoreAttributeCalculatorView/nbproject/project.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,11 @@
136136
</run-dependency>
137137
</dependency>
138138
</module-dependencies>
139-
<public-packages/>
139+
<public-packages>
140+
<package>au.gov.asd.tac.constellation.views.attributecalculator.panes</package>
141+
<package>au.gov.asd.tac.constellation.views.attributecalculator.script</package>
142+
<package>au.gov.asd.tac.constellation.views.attributecalculator.tutorial</package>
143+
</public-packages>
140144
</data>
141145
</configuration>
142146
</project>

CoreImportExportPlugins/nbproject/project.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,11 @@
204204
</test-type>
205205
</test-dependencies>
206206
<public-packages>
207-
<package>au.gov.asd.tac.constellation.plugins.importexport.text</package>
208207
<package>au.gov.asd.tac.constellation.plugins.importexport</package>
208+
<package>au.gov.asd.tac.constellation.plugins.importexport.delimited</package>
209+
<package>au.gov.asd.tac.constellation.plugins.importexport.delimited.parser</package>
209210
<package>au.gov.asd.tac.constellation.plugins.importexport.geospatial</package>
211+
<package>au.gov.asd.tac.constellation.plugins.importexport.text</package>
210212
</public-packages>
211213
</data>
212214
</configuration>

CoreInteractiveGraph/nbproject/project.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
<package>au.gov.asd.tac.constellation.graph.interaction</package>
206206
<package>au.gov.asd.tac.constellation.graph.interaction.animation</package>
207207
<package>au.gov.asd.tac.constellation.graph.interaction.framework</package>
208+
<package>au.gov.asd.tac.constellation.graph.interaction.gui</package>
208209
<package>au.gov.asd.tac.constellation.graph.interaction.plugins.clipboard</package>
209210
<package>au.gov.asd.tac.constellation.graph.interaction.plugins.io</package>
210211
<package>au.gov.asd.tac.constellation.graph.interaction.plugins.zoom</package>

CoreVisualGraph/nbproject/project.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
<package>au.gov.asd.tac.constellation.graph.visual.dragdrop</package>
145145
<package>au.gov.asd.tac.constellation.graph.visual.framework</package>
146146
<package>au.gov.asd.tac.constellation.graph.visual.graphics</package>
147+
<package>au.gov.asd.tac.constellation.graph.visual.plugins.merge</package>
147148
<package>au.gov.asd.tac.constellation.graph.visual.plugins.select</package>
148149
<package>au.gov.asd.tac.constellation.graph.visual.utilities</package>
149150
</public-packages>

0 commit comments

Comments
 (0)