diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 022918e6..478aca2e 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -37,7 +37,6 @@ Ant Build System: type: data tm_scope: text.xml.ant extensions: - - .ant.xml filenames: - build.xml - ant.xml @@ -1527,7 +1526,6 @@ Maven POM: type: data tm_scope: text.xml.pom extensions: - - .pom.xml filenames: - pom.xml diff --git a/samples/Ant Build System/filenames/ant.xml b/samples/Ant Build System/filenames/ant.xml new file mode 100644 index 00000000..54e96ddc --- /dev/null +++ b/samples/Ant Build System/filenames/ant.xml @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/Maven POM/example.pom.xml b/samples/Maven POM/example.pom.xml deleted file mode 100644 index 6e329fd9..00000000 --- a/samples/Maven POM/example.pom.xml +++ /dev/null @@ -1,207 +0,0 @@ - - - 4.0.0 - renpengben - spring4mvc-jpa - war - 0.0.1-SNAPSHOT - spring4mvc-jpa Maven Webapp - - https://renpengben.github.io - - spring4mvc-jpa - - - UTF-8 - 1.7 - 4.11 - 1.7.7 - 1.2.17 - - 4.0.5.RELEASE - 1.6.0.RELEASE - 2.1_3 - - 5.1.31 - 4.3.5.Final - 5.1.1.Final - 1.0.6 - - - - - - - - junit - junit - ${junit.version} - test - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - - - log4j - log4j - ${log4j.version} - - - - - - org.springframework - spring-core - ${spring.version} - - - commons-logging - commons-logging - - - - - - org.springframework - spring-beans - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - - org.springframework - spring-aop - ${spring.version} - - - - org.springframework - spring-expression - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - - - - - org.springframework - spring-aspects - ${spring.version} - - - org.springframework - spring-context-support - ${spring.version} - - - org.springframework - spring-jdbc - ${spring.version} - - - org.springframework - spring-orm - ${spring.version} - - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-test - ${spring.version} - test - - - - org.springframework.data - spring-data-jpa - ${spring.data.jpa.version} - - - junit-dep - junit - - - - - cglib - cglib-nodep - ${cglib.version} - - - - - - - - org.hibernate - hibernate-core - ${hibernate.version} - - - org.hibernate - hibernate-entitymanager - ${hibernate.version} - - - org.hibernate - hibernate-validator - ${hibernate-validator.version} - compile - - - - - - mysql - mysql-connector-java - ${mysql.version} - runtime - - - com.alibaba - druid - ${druid-version} - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - -