Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
tauquir authored and tauquir committed Aug 4, 2017
1 parent d325767 commit a8fc3fb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
4 changes: 2 additions & 2 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=fb8e4feb
build.xml.data.CRC32=0b121d47
build.xml.script.CRC32=cc22dfca
build.xml.stylesheet.CRC32=[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=fb8e4feb
nbproject/build-impl.xml.data.CRC32=0b121d47
nbproject/build-impl.xml.script.CRC32=a858d4fe
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]
1 change: 1 addition & 0 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
license.file=LICENSE
Expand Down
6 changes: 6 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<code-name-base>org.tauquir.palette4bootstrap</code-name-base>
<standalone/>
<module-dependencies>
<dependency>
<code-name-base>org.netbeans.modules.autoupdate.services</code-name-base>
<run-dependency>
<specification-version>1.52.1</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.spi.palette</code-name-base>
<build-prerequisite/>
Expand Down
22 changes: 16 additions & 6 deletions src/org/tauquir/palette4bootstrap/layer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Copyright (c) 2017-2018 Tauquir Ahmed ([email protected])
Licensed under the MIT License.
-->

<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
<filesystem>
<folder name="HTMLPalette">
Expand All @@ -27,18 +26,29 @@
</file>
</folder>
<folder name="Bootstrap Typography">
<attr name="position" intvalue="3" />
<attr name="position" intvalue="3"/>
<file name="heading.xml" url="items/resources/heading.xml">
<attr name="position" intvalue="100" />
<attr name="position" intvalue="100"/>
</file>
<file name="paragraph.xml" url="items/resources/paragraph.xml">
<attr name="position" intvalue="200" />
<attr name="position" intvalue="200"/>
</file>
<file name="alert.xml" url="items/resources/alert.xml">
<attr name="position" intvalue="300" />
<attr name="position" intvalue="300"/>
</file>
<file name="blockquote.xml" url="items/resources/blockquote.xml">
<attr name="position" intvalue="400" />
<attr name="position" intvalue="400"/>
</file>
</folder>
</folder>
<folder name="Services">
<folder name="AutoupdateType">
<file name="org_tauquir_palette4bootstrap_update_center.instance">
<attr name="displayName" bundlevalue="org.tauquir.palette4bootstrap.items.Bundle#Services/AutoupdateType/org_tauquir_palette4bootstrap_update_center.instance"/>
<attr name="enabled" boolvalue="true"/>
<attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
<attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
<attr name="url" bundlevalue="org.tauquir.palette4bootstrap.items.Bundle#org_tauquir_palette4bootstrap_update_center"/>
</file>
</folder>
</folder>
Expand Down

0 comments on commit a8fc3fb

Please sign in to comment.