junichi11 closed pull request #202: [NETBEANS-54] Module Review queries
URL: https://github.com/apache/incubator-netbeans/pull/202
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index c43c71b0f..fac230db7 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2044,6 +2044,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y
to start the system in d
<exclude
name="projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt"
/> <!--test data-->
<exclude
name="properties/src/org/netbeans/modules/properties/sample.properties.template"
/> <!-- template file -->
<exclude
name="properties.syntax/src/org/netbeans/modules/properties/syntax/PropertiesExample"
/> <!-- user visible example for properties language -->
+ <exclude
name="queries/test/unit/src/org/netbeans/api/queries/data/*" /> <!--test data-->
<exclude
name="selenium2.java/src/org/netbeans/modules/selenium2/java/SeleneseIT.java.template"
/> <!--template file-->
<exclude
name="spellchecker.dictionary_en/release/modules/dict/*.description" />
<!--Description Files-->
<exclude
name="spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1"
/> <!--empty file-->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services