Skip to content

Commit

Permalink
Forgot to add the gvSIG i18n dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgelf committed Aug 14, 2015
1 parent 0c49ff9 commit 55cc416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/extNavTable"/>
<classpathentry combineaccessrules="false" kind="src" path="/libFMap"/>
<classpathentry combineaccessrules="false" kind="src" path="/libGDBMS"/>
<classpathentry combineaccessrules="false" kind="src" path="/extCAD"/>
Expand All @@ -20,5 +19,7 @@
<classpathentry kind="lib" path="/es.icarto.gvsig.commons/lib/formsrt.jar"/>
<classpathentry kind="lib" path="/es.icarto.gvsig.commons/lib/jcalendar-1.4.jar"/>
<classpathentry kind="lib" path="/es.icarto.gvsig.commons/lib/miglayout-swing-5.1-20150404.220019-96.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/extNavTable"/>
<classpathentry kind="lib" path="/_fwAndami/lib/gvsig-i18n.jar" sourcepath="/libInternationalization/src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

2 comments on commit 55cc416

@fpuga
Copy link
Member

@fpuga fpuga commented on 55cc416 Aug 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, only a personal preference here. I prefer to depend on projects (libInternationalization) instead of jas (gvsig-i18n.jar). It's a bit easier to forgive to push the jar and if someone makes changes in libInternationalization and not push the jar (other developer maybe doesn't have libInternationalization in her workspace) the jar will be not up to date. Depending in the project makes that the workspace have to has all the real dependencies.

And, when you depend on projects it's easier to make changes on gvSIG to make the "git status" not throw a lot of "not really modified jars". We can talk about this offline.

@jorgelf
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you're right, it's a common project we all have in our workspaces, so there is no reason for not including it as a dependency.
I think GitHub will delete all the pull request comments if I delete the branch and push it again with cleaned commits, so I'm going to commit the change in a new one and I'll clean all them before merging the branch onto master.

Please sign in to comment.