-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tauquir
authored and
tauquir
committed
Aug 4, 2017
1 parent
d325767
commit a8fc3fb
Showing
4 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
|