Skip to content

Commit

Permalink
Moving the platform modules into their own subdirectory to lower the …
Browse files Browse the repository at this point in the history
…clutter in the root
  • Loading branch information
Jaroslav Tulach committed May 6, 2018
1 parent acefa19 commit 3dfe012
Show file tree
Hide file tree
Showing 6,702 changed files with 1,233 additions and 1,213 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
/*/external/*.exe
/*/external/*.js
/*/external/*/**
/*/*/external/*.zip
/*/*/external/*.jar
/*/*/external/*.dll
/*/*/external/*.exe
/*/*/external/*.js
/*/*/external/*/**
/nbbuild/netbeans/
/nbbuild/nbms/
/nbbuild/testuserdir/
Expand Down
24 changes: 0 additions & 24 deletions core.startup/build.xml

This file was deleted.

24 changes: 0 additions & 24 deletions core.ui/build.xml

This file was deleted.

24 changes: 0 additions & 24 deletions core.windows/build.xml

This file was deleted.

24 changes: 0 additions & 24 deletions editor.mimelookup/build.xml

This file was deleted.

24 changes: 0 additions & 24 deletions favorites/build.xml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<project name="apisupport.harness" default="build" basedir=".">

<import file="../nbbuild/templates/projectized.xml"/>
<import file="../../nbbuild/templates/projectized.xml"/>

<target name="nbantext" depends="build-init">
<jar jarfile="${cluster}/tasks.jar" compress="${build.package.compress}" index="${build.package.index}">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
-->
<project basedir="." default="build" name="jellytools.platform">
<description>Builds, tests, and runs the project org.netbeans.modules.jellytools.platform</description>
<import file="../nbbuild/templates/projectized.xml"/>
<import file="../../nbbuild/templates/projectized.xml"/>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jemmy/build.xml → harness/jemmy/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
-->
<project name="jemmy" default="build" basedir=".">
<import file="../nbbuild/templates/projectized.xml"/>
<import file="../../nbbuild/templates/projectized.xml"/>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs.nbi.ant/build.xml → harness/libs.nbi.ant/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- If you delete this file and reopen the project it will be recreated. -->
<project basedir="." name="libs.nbi.ant" default="build">
<description>Builds, tests, and runs the project org.netbeans.libs.nbi.ant</description>
<import file="../nbbuild/templates/projectized.xml"/>
<import file="../../nbbuild/templates/projectized.xml"/>

<property name="nbi.engine.dir" value="../nbi/engine/"/>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- If you delete this file and reopen the project it will be recreated. -->
<project basedir="." name="libs.nbi.engine" default="build">
<description>Builds, tests, and runs the project org.netbeans.libs.nbi.engine</description>
<import file="../nbbuild/templates/projectized.xml"/>
<import file="../../nbbuild/templates/projectized.xml"/>

<property name="nbi.engine.dir" value="../nbi/engine/"/>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion nbjunit/build.xml → harness/nbjunit/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
-->
<project name="nbjunit" basedir="." default="build">
<import file="../nbbuild/templates/projectized.xml"/>
<import file="../../nbbuild/templates/projectized.xml"/>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3dfe012

Please sign in to comment.