Branch: refs/heads/master
Home: https://github.com/forge/netbeans-plugin
Commit: 0103e7b97d6aa109a0634ed092031bcba6074cc7
https://github.com/forge/netbeans-plugin/commit/0103e7b97d6aa109a0634ed09...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
A .gitignore
A core/pom.xml
A core/src/main/java/org/jboss/forge/netbeans/core/Test.java
A core/src/main/nbm/manifest.mf
A core/src/main/resources/org/jboss/…
[View More]forge/netbeans/core/Bundle.properties
A nbactions.xml
A pom.xml
A runtime/.gitignore
A runtime/pom.xml
A runtime/src/main/java/blah/Test.java
A runtime/src/main/nbm/manifest.mf
Log Message:
-----------
initial trials with netbeans module structure
Commit: e7bf10a3b163109c885d5de0861281e2dcce99e8
https://github.com/forge/netbeans-plugin/commit/e7bf10a3b163109c885d5de08...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
A core/src/main/java/Test.java
R core/src/main/java/org/jboss/forge/netbeans/core/Test.java
M runtime/pom.xml
R runtime/src/main/java/blah/Test.java
A runtime/src/main/java/org/jboss/forge/netbeans/runtime/.LCKTest.java~
A runtime/src/main/java/org/jboss/forge/netbeans/runtime/Test.java
M runtime/src/main/nbm/manifest.mf
Log Message:
-----------
add forge and openide dependencies
Compare: https://github.com/forge/netbeans-plugin/compare/0103e7b97d6a^...e7bf10a3...
[View Less]
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: a23017b161730fefb914ca0789223f88db58c8c4
https://github.com/forge/core/commit/a23017b161730fefb914ca0789223f88db58...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M maven/impl-projects/src/main/java/org/jboss/forge/addon/maven/projects/MavenMultiModuleProvider.java
Log Message:
-----------
FORGE-1672: Nested addon project fails:…
[View More] Update to use JDK7 which is less buggy than Regex.
[View Less]
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: 8ce2f8e2d78a88780f535cc34b6e4bc569766559
https://github.com/forge/core/commit/8ce2f8e2d78a88780f535cc34b6e4bc56976...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M addons/impl/src/main/java/org/jboss/forge/addon/addons/AddonProjectConfigurator.java
Log Message:
-----------
Reverted FORGE-877: Addon sub-module is not imported into eclipse workspace
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: a56fe41aa156a8ebbedca0955f649bd0f4c6a5cc
https://github.com/forge/core/commit/a56fe41aa156a8ebbedca0955f649bd0f4c6...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M addons/impl/src/main/java/org/jboss/forge/addon/addons/FurnaceAddonSetupStep.java
Log Message:
-----------
Avoid NPE if no Addons are selected.