File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
net.sourceforge.pmd.eclipse.p2updatesite Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11/target /
2+ category.xml
Original file line number Diff line number Diff line change 3636 </properties >
3737
3838 <build >
39+ <resources >
40+ <resource >
41+ <directory >src/main/resources</directory >
42+ <filtering >true</filtering >
43+ <targetPath >${project.basedir} </targetPath >
44+ </resource >
45+ </resources >
3946 <plugins >
4047 <!-- make sure that zipped p2 repositories have the fully qualified version -->
4148 <plugin >
Original file line number Diff line number Diff line change 88 PMD Plugin for Eclipse
99 </description >
1010 </category-def >
11- <repository-reference location =" http://download.eclipse.org/tools/ orbit/downloads/drops/R20140114142710/repository/ " enabled =" true" />
11+ <repository-reference location =" ${updatesite. orbit} " enabled =" true" />
1212</site >
Original file line number Diff line number Diff line change 1616
1717 <properties >
1818 <target .platform>kepler</target .platform>
19+ <orbit .version>R20140114142710</orbit .version>
1920
2021 <tycho .version>1.6.0</tycho .version>
2122 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2223 <pmd .version>6.20.0</pmd .version>
2324 <maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
2425 <pmd .build-tools.version>3</pmd .build-tools.version>
2526 <checkstyle .version>3.0.0</checkstyle .version>
27+
28+ <updatesite .orbit>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit.version} /repository/</updatesite .orbit>
2629 </properties >
2730
2831 <repositories >
You can’t perform that action at this time.
0 commit comments