Skip to content

Commit

Permalink
removed x-editable-bootstrap as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlau committed Jun 25, 2013
1 parent a01b78e commit 96e5d6f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
12 changes: 0 additions & 12 deletions fixture-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,17 +582,6 @@
<artifactId>jquery</artifactId>
<version>${jquery.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>x-editable-bootstrap</artifactId>
<version>${x-editable-bootstrap.version}</version>
<exclusions>
<exclusion>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -648,7 +637,6 @@
<spring-data-jpa.version>1.3.2.RELEASE</spring-data-jpa.version>
<spring-security.version>3.1.4.RELEASE</spring-security.version>
<tiles.version>3.0.1</tiles.version>
<x-editable-bootstrap.version>1.4.3-1</x-editable-bootstrap.version>
</properties>

</project>
5 changes: 0 additions & 5 deletions fixture-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<usedDependency>org.webjars:font-awesome</usedDependency>
<usedDependency>org.webjars:html5shiv</usedDependency>
<usedDependency>org.webjars:jquery</usedDependency>
<usedDependency>org.webjars:x-editable-bootstrap</usedDependency>
</usedDependencies>
</configuration>
</plugin>
Expand Down Expand Up @@ -159,10 +158,6 @@
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>x-editable-bootstrap</artifactId>
</dependency>
</dependencies>

</project>
6 changes: 1 addition & 5 deletions fixture-web/src/main/webapp/WEB-INF/tiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@
<add-attribute value="/static/html5shiv/3.6.2/html5shiv.min.js" />
</put-list-attribute>
<put-list-attribute name="headLinks" cascade="true" inherit="true">
<!--<add-attribute value="/static/font-awesome/3.1.1/css/font-awesome.min.css"/>-->
<add-attribute value="/static/font-awesome/3.1.1/css/font-awesome.min.css"/>
<add-attribute value="/static/bootswatch/2.3.1/css/bootswatch.css"/>
<!--<add-attribute value="/static/fuelux/2.3.0/css/fuelux.min.css"/>-->
<!--<add-attribute value="/static/x-editable-bootstrap/1.4.3/css/bootstrap-editable.css"/>-->
<add-attribute value="/resources/css/fixture.css"/>
</put-list-attribute>
<put-list-attribute name="bodyScripts" cascade="true" inherit="true">
<add-attribute value="/static/jquery/2.0.0/jquery.min.js"/>
<add-attribute value="/static/bootswatch/2.3.1/js/bootstrap.min.js"/>
<add-attribute value="/static/bootswatch/2.3.1/js/bootswatch.js"/>
<!--<add-attribute value="/static/fuelux/2.3.0/all.min.js"/>-->
<!--<add-attribute value="/static/x-editable-bootstrap/1.4.3/js/bootstrap-editable.min.js"/>-->
</put-list-attribute>
</definition>

Expand Down

0 comments on commit 96e5d6f

Please sign in to comment.