1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

fix indents, remove win32 32-bit from TP definition; use 4.8milestones instead of 4.8M4;

add dstore_core.jar to plugins/org.eclipse.dstore.core/.gitignore

Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
nickboldt 2018-01-12 16:03:41 -05:00
parent d44bade9a7
commit e928812a57
2 changed files with 316 additions and 322 deletions

11
pom.xml
View file

@ -10,14 +10,13 @@
<packaging>pom</packaging>
<name>Target Management Parent</name>
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tm/org.eclipse.tm.git</tycho.scmUrl>
<tycho-version>1.0.0</tycho-version>
<tycho-extras-version>1.0.0</tycho-extras-version>
<maven-resources-version>2.6</maven-resources-version>
<sdk-version>4.8milestones/S-4.8M4-201712062000</sdk-version>
<!-- TODO: switch to 4.8 after June 27, 2018 -->
<sdk-version>4.8milestones</sdk-version>
<!-- Set up the default target platform to build against -->
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
@ -27,7 +26,6 @@
<terminal-site>http://download.eclipse.org/tm/terminal/builds/development/nightly</terminal-site>
</properties>
<repositories>
<repository>
<id>license-feature</id>
@ -109,11 +107,6 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>

View file

@ -0,0 +1 @@
dstore_core.jar