Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
e773db24
Commit
e773db24
authored
Aug 06, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused test resources
parent
5189d9d3
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
58 deletions
+0
-58
MANIFEST.MF
...boot-loader-tools/src/test/resources/META-INF/MANIFEST.MF
+0
-11
pom.properties
...ngframework.boot/spring-boot-sample-tomcat/pom.properties
+0
-7
pom.xml
...rg.springframework.boot/spring-boot-sample-tomcat/pom.xml
+0
-39
SampleTomcatApplication.class
...ramework/boot/sample/tomcat/SampleTomcatApplication.class
+0
-0
HelloWorldService.class
...mework/boot/sample/tomcat/service/HelloWorldService.class
+0
-0
SampleController.class
...ngframework/boot/sample/tomcat/web/SampleController.class
+0
-0
original.jar
.../spring-boot-loader-tools/src/test/resources/original.jar
+0
-0
original2.jar
...spring-boot-loader-tools/src/test/resources/original2.jar
+0
-0
test.css
...ring-boot-loader-tools/src/test/resources/public/test.css
+0
-1
No files found.
spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/MANIFEST.MF
deleted
100644 → 0
View file @
5189d9d3
Manifest-Version: 1.0
Implementation-Title: spring-boot-sample-tomcat
Implementation-Version: 0.5.0.BUILD-SNAPSHOT
Implementation-Vendor-Id: org.springframework.boot
Built-By: pwebb
Build-Jdk: 1.7.0_17
Specification-Title: spring-boot-sample-tomcat
Created-By: Apache Maven 3.0.5
Specification-Version: 0.5.0.BUILD-SNAPSHOT
Archiver-Version: Plexus Archiver
spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/maven/org.springframework.boot/spring-boot-sample-tomcat/pom.properties
deleted
100644 → 0
View file @
5189d9d3
#Generated by Maven Integration for Eclipse
#Fri Jul 26 13:40:41 PDT 2013
version
=
0.5.0.BUILD-SNAPSHOT
groupId
=
org.springframework.boot
m2e.projectName
=
spring-boot-sample-tomcat
m2e.projectLocation
=
/Users/pwebb/projects/spring/spring-bootstrap/code/spring-boot-samples/spring-boot-sample-tomcat
artifactId
=
spring-boot-sample-tomcat
spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/maven/org.springframework.boot/spring-boot-sample-tomcat/pom.xml
deleted
100644 → 0
View file @
5189d9d3
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-tomcat
</artifactId>
<packaging>
jar
</packaging>
<properties>
<main.basedir>
${basedir}/../..
</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-webmvc
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
spring-boot-tools/spring-boot-loader-tools/src/test/resources/org/springframework/boot/sample/tomcat/SampleTomcatApplication.class
deleted
100644 → 0
View file @
5189d9d3
File deleted
spring-boot-tools/spring-boot-loader-tools/src/test/resources/org/springframework/boot/sample/tomcat/service/HelloWorldService.class
deleted
100644 → 0
View file @
5189d9d3
File deleted
spring-boot-tools/spring-boot-loader-tools/src/test/resources/org/springframework/boot/sample/tomcat/web/SampleController.class
deleted
100644 → 0
View file @
5189d9d3
File deleted
spring-boot-tools/spring-boot-loader-tools/src/test/resources/original.jar
deleted
100644 → 0
View file @
5189d9d3
File deleted
spring-boot-tools/spring-boot-loader-tools/src/test/resources/original2.jar
deleted
100644 → 0
View file @
5189d9d3
File deleted
spring-boot-tools/spring-boot-loader-tools/src/test/resources/public/test.css
deleted
100644 → 0
View file @
5189d9d3
p
.
{}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment