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 a8fc3fb commit 6021e2d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 23 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
6 changes: 0 additions & 6 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
<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
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<EmptySpace min="-2" max="-2" attributes="0"/>
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jPreview" pref="204" max="32767" attributes="0"/>
<Component id="jPreview" pref="284" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public void focusLost(java.awt.event.FocusEvent evt) {
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jLabel2)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jPreview, javax.swing.GroupLayout.DEFAULT_SIZE, 204, Short.MAX_VALUE)
.addComponent(jPreview, javax.swing.GroupLayout.DEFAULT_SIZE, 284, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jLabel1)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
Expand Down
3 changes: 0 additions & 3 deletions src/org/tauquir/palette4bootstrap/items/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ OpenIDE-Module-Long-Description=\
OpenIDE-Module-Name=palette4bootstrap
OpenIDE-Module-Short-Description=A Netbeans IDE palette plugin for the Twitter Bootstrap Framework

org_tauquir_palette4bootstrap_update_center=https://raw.githubusercontent.com/tauquirahmed93/palette4bootstrap/master/updates.xml
Services/AutoupdateType/org_tauquir_palette4bootstrap_update_center.instance=palette4bootstrap Update Center

# Global Strings
Customizer.InsertPrefix=Insert
Customizer.GeneratedCode=Generated code
Expand Down
11 changes: 0 additions & 11 deletions src/org/tauquir/palette4bootstrap/layer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,4 @@
</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>
</filesystem>
1 change: 0 additions & 1 deletion updates.xml

This file was deleted.

0 comments on commit 6021e2d

Please sign in to comment.